diff options
Diffstat (limited to 'runtime/Doxyfile')
-rw-r--r-- | runtime/Doxyfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/Doxyfile b/runtime/Doxyfile index 829b83e0..5854b4a8 100644 --- a/runtime/Doxyfile +++ b/runtime/Doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = SystemTap # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.1 +PROJECT_NUMBER = 0.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -432,7 +432,7 @@ INPUT = # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm -FILE_PATTERNS = *.c *.h README +FILE_PATTERNS = *.c *.h README TODO # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -444,7 +444,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = docs tests +EXCLUDE = docs tests relayfs stpd # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories # that are symbolic links (a Unix filesystem feature) are excluded from the input. @@ -457,7 +457,7 @@ EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = Makefile.* ChangeLog CHANGES CHANGES.* \ README.* *.png AUTHORS DESIGN DESIGN.* *.desktop \ - DESKTOP* COMMENTS HOWTO magic NOTES TODO THANKS Doxyfile + DESKTOP* COMMENTS HOWTO magic NOTES THANKS Doxyfile # The EXAMPLE_PATH tag can be used to specify one or more files or |