comparison Doxyfile.in @ 6598:2f6850c7d980

[gaim-migrate @ 7122] Added the new Perl Scripting HOWTO. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 24 Aug 2003 04:22:06 +0000
parents e5e8d21bd4d8
children 943b03bcecf5
comparison
equal deleted inserted replaced
6597:fe569b675cd2 6598:2f6850c7d980
355 # The INPUT tag can be used to specify the files and/or directories that contain 355 # The INPUT tag can be used to specify the files and/or directories that contain
356 # documented source files. You may enter file names like "myfile.cpp" or 356 # documented source files. You may enter file names like "myfile.cpp" or
357 # directories like "/usr/src/myproject". Separate the files or directories 357 # directories like "/usr/src/myproject". Separate the files or directories
358 # with spaces. 358 # with spaces.
359 359
360 INPUT = src 360 INPUT = src doc
361 361
362 # If the value of the INPUT tag contains directories, you can use the 362 # If the value of the INPUT tag contains directories, you can use the
363 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 363 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
364 # and *.h) to filter out the source-files in the directories. If left 364 # and *.h) to filter out the source-files in the directories. If left
365 # blank the following patterns are tested: 365 # blank the following patterns are tested:
366 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp 366 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
367 # *.h++ *.idl *.odl *.cs 367 # *.h++ *.idl *.odl *.cs
368 368
369 FILE_PATTERNS = *.h 369 FILE_PATTERNS = *.h *.dox
370 370
371 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 371 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
372 # should be searched for input files as well. Possible values are YES and NO. 372 # should be searched for input files as well. Possible values are YES and NO.
373 # If left blank NO is used. 373 # If left blank NO is used.
374 374