3 # Produces two lists in docscripts:
4 # public-api with the public API except the Wapi
5 # wapi the public WAPI API
11 sed -e 's/^\t<h4>//' -e 's/$/<\/h4>/'
16 egrep -v -f $dir/ignore
21 grep ' T ' |
sed 's/.* T //'
26 grep -v _wapi | fgrep
-v -f $dir/wapi
29 if grep ^$ ignore
>/dev
/null
; then
30 echo The ignore
file contains empty lines
, which breaks this
script, please remove
35 nm
$dir/..
/io-layer
/.libs
/*.o | clean_nm |
grep -v _wapi | ignore_known
> $dir/wapi
36 nm
$dir/..
/*/.libs
/*.o | clean_nm | ignore_known | ignore_wapi |
grep -v ^ves_icall |
grep -v ^mono_arch_
> $dir/public-api