Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document the actor-{daemon,join,kill} C examples
[simgrid.git] / docs / Build.sh
index 6a150ef..352254b 100755 (executable)
@@ -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