X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..7125dcbc41a4e8d09033e0fcd5913a80114dc0fb:/docs/Build.sh diff --git a/docs/Build.sh b/docs/Build.sh index 51ab88da50..352254b39a 100755 --- a/docs/Build.sh +++ b/docs/Build.sh @@ -13,7 +13,7 @@ if [ "x$1" != 'xdoxy' ] && [ -e build/xml ] ; then echo "Doxygen not rerun: 'doxy' was not provided as an argument" else rm -rf build/xml source/api/ - cd source; doxygen; cd .. + (cd source; doxygen 2>&1; cd ..) | grep -v "is not documented." #  XXXXX Reduce the verbosity for now fi if [ "x$1" != 'xjava' ] && [ -e source/java ] ; then @@ -47,6 +47,7 @@ echo echo "Undocumented examples:" for ex in $( (cd .. ; \ find examples/s4u/ -name '*.cpp'; \ + find examples/c/ -name '*.c'; \ find examples/python -name '*.py'; \ ) | sort ) do