X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=doc%2FDoxyfile.in;h=25c9c7082693d7d8141706d0a355ff5770440dc7;hp=9db0e7d96454e47f4d367cee188ed690eb2ed54e;hb=a930cc995e41002986df3d6c9b722eea11fd6627;hpb=1420fedca67b619596ec194a2cabdf23e7b81c3a diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 9db0e7d..25c9c70 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -459,7 +459,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../src +INPUT = ../src ../codegen # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -500,7 +500,9 @@ EXCLUDE_PATTERNS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = +# todo: we can't depend on example package here + +EXAMPLE_PATH = ../../libt2n-examples/libt2n-example1/ ../../libt2n-examples/libt2n-example1-client/ ../codegen/ # 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