X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=blobdiff_plain;f=Doxyfile-snapshot;h=d4bbed288ea4e877bb8b92e842966b9cb7c6e703;hp=07100ba229a82bbe4db118db425e454fdd0a3a66;hb=57dfb183e24175bc782647d4e6aebe31063f3881;hpb=a6511826eaf526d39fce213ea500ec7e9138cbdb diff --git a/Doxyfile-snapshot b/Doxyfile-snapshot index 07100ba2..d4bbed28 100644 --- a/Doxyfile-snapshot +++ b/Doxyfile-snapshot @@ -7,18 +7,14 @@ # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = doc/reference - -# 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 \ - Mainpage.snapshot \ - *.c +OUTPUT_DIRECTORY = doc/reference-snapshot + +# 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. + +INPUT += doc/Mainpage.snapshot # 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