ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/Doxyfile
(Generate patch)

Comparing ircd-hybrid/trunk/doc/Doxyfile (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 3277 by michael, Sun Apr 6 14:05:05 2014 UTC

# Line 38 | Line 38 | PROJECT_NUMBER         =
38   # If a relative path is entered, it will be relative to the location
39   # where doxygen was started. If left blank the current directory will be used.
40  
41 < OUTPUT_DIRECTORY       = doc/doxygen
41 > OUTPUT_DIRECTORY       = doxygen
42  
43   # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44   # 4096 sub-directories (in 2 levels) under the output directory of each output
# Line 581 | Line 581 | WARN_LOGFILE           =
581   # directories like "/usr/src/myproject". Separate the files or directories
582   # with spaces.
583  
584 < INPUT                  = include \
585 <                         modules \
586 <                         src
584 > INPUT                  = ../include \
585 >                         ../modules \
586 >                         ../src
587  
588   # This tag can be used to specify the character encoding of the source files
589   # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
# Line 613 | Line 613 | RECURSIVE              = YES
613   # excluded from the INPUT source files. This way you can easily exclude a
614   # subdirectory from a directory tree whose root is specified with the INPUT tag.
615  
616 < EXCLUDE                = src/conf_parser.c \
617 <                         src/conf_parser.h \
618 <                         src/conf_lexer.c
616 > EXCLUDE                = ../src/conf_parser.c \
617 >                         ../src/conf_parser.h \
618 >                         ../src/conf_lexer.c
619  
620   # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
621   # directories that are symbolic links (a Unix filesystem feature) are excluded

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)