X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=blobdiff_plain;f=Doxyfile-offline;h=80b361a8a192c77c78116a01624ce8534031ddcc;hp=be718f6bd1223b52bd5e0fde1753c4962093d62d;hb=e908bacaa1f3309e2d06049a2555d978d3d7e7f9;hpb=225b5f86a6cac80cdafe0e3b1cc91f735c6b902e diff --git a/Doxyfile-offline b/Doxyfile-offline index be718f6b..80b361a8 100644 --- a/Doxyfile-offline +++ b/Doxyfile-offline @@ -10,18 +10,13 @@ OUTPUT_DIRECTORY = doc/offline-reference +# The INPUT tag can be used to specify the files and/or directories that contain +# documented source files. You may enter file names like "myfile.cpp" or +# directories like "/usr/src/myproject". Separate the files or directories +# with spaces. -# 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 -# and *.h) to filter out the source-files in the directories. If left -# blank the following patterns are tested: -# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx -# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 - -FILE_PATTERNS = *.h \ - README.bertos \ - *.c \ - STATUS +INPUT += doc/README.bertos \ + doc/STATUS # The HTML_HEADER tag can be used to specify a personal HTML header for # each generated HTML page. If it is left blank doxygen will generate a