X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a033da054c1006d289ef46cf5e05a5cad823f358..1b7854be6d046f7aff1209967630aea1075b0e01:/doc/Doxyfile.API.in?ds=sidebyside diff --git a/doc/Doxyfile.API.in b/doc/Doxyfile.API.in index e6a81d9f6f..b8a2e3fdfd 100644 --- a/doc/Doxyfile.API.in +++ b/doc/Doxyfile.API.in @@ -407,6 +407,7 @@ INPUT = @top_srcdir@/include/ \ @top_srcdir@/src/gras/Virtu \ @top_srcdir@/src/xbt/ \ @srcdir@/modules.doc \ + @srcdir@/module-gras.doc \ ./api_index.doc \ ./logcategories.doc @@ -446,7 +447,8 @@ EXCLUDE_PATTERNS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = @top_srcdir@/src/surf/ @top_srcdir@/examples/msg/ +EXAMPLE_PATH = @top_srcdir@/src/surf/ @top_srcdir@/examples/msg/ \ + @top_srcdir@/examples/gras/ping # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp