/[projects]/smsdaemon/Doxyfile
ViewVC logotype

Diff of /smsdaemon/Doxyfile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 179 by torben, Fri Dec 12 12:33:12 2008 UTC revision 181 by torben, Fri Dec 12 13:20:30 2008 UTC
# Line 563  RECURSIVE              = YES Line 563  RECURSIVE              = YES
563  # excluded from the INPUT source files. This way you can easily exclude a  # excluded from the INPUT source files. This way you can easily exclude a
564  # subdirectory from a directory tree whose root is specified with the INPUT tag.  # subdirectory from a directory tree whose root is specified with the INPUT tag.
565    
566  EXCLUDE                =  EXCLUDE                = tester.cpp
567    
568  # The EXCLUDE_SYMLINKS tag can be used select whether or not files or  # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
569  # directories that are symbolic links (a Unix filesystem feature) are excluded  # directories that are symbolic links (a Unix filesystem feature) are excluded
# Line 647  FILTER_SOURCE_FILES    = NO Line 647  FILTER_SOURCE_FILES    = NO
647  # Note: To get rid of all source code in the generated output, make sure also  # Note: To get rid of all source code in the generated output, make sure also
648  # VERBATIM_HEADERS is set to NO.  # VERBATIM_HEADERS is set to NO.
649    
650  SOURCE_BROWSER         = NO  SOURCE_BROWSER         = YES
651    
652  # Setting the INLINE_SOURCES tag to YES will include the body  # Setting the INLINE_SOURCES tag to YES will include the body
653  # of functions and classes directly in the documentation.  # of functions and classes directly in the documentation.
# Line 664  STRIP_CODE_COMMENTS    = YES Line 664  STRIP_CODE_COMMENTS    = YES
664  # then for each documented function all documented  # then for each documented function all documented
665  # functions referencing it will be listed.  # functions referencing it will be listed.
666    
667  REFERENCED_BY_RELATION = NO  REFERENCED_BY_RELATION = YES
668    
669  # If the REFERENCES_RELATION tag is set to YES  # If the REFERENCES_RELATION tag is set to YES
670  # then for each documented function all documented entities  # then for each documented function all documented entities
671  # called/used by that function will be listed.  # called/used by that function will be listed.
672    
673  REFERENCES_RELATION    = NO  REFERENCES_RELATION    = YES
674    
675  # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)  # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
676  # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from  # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
# Line 1321  INCLUDED_BY_GRAPH      = YES Line 1321  INCLUDED_BY_GRAPH      = YES
1321  # the time of a run. So in most cases it will be better to enable call graphs  # the time of a run. So in most cases it will be better to enable call graphs
1322  # for selected functions only using the \callgraph command.  # for selected functions only using the \callgraph command.
1323    
1324  CALL_GRAPH             = NO  CALL_GRAPH             = YES
1325    
1326  # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then  # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1327  # doxygen will generate a caller dependency graph for every global function  # doxygen will generate a caller dependency graph for every global function
# Line 1329  CALL_GRAPH             = NO Line 1329  CALL_GRAPH             = NO
1329  # the time of a run. So in most cases it will be better to enable caller  # the time of a run. So in most cases it will be better to enable caller
1330  # graphs for selected functions only using the \callergraph command.  # graphs for selected functions only using the \callergraph command.
1331    
1332  CALLER_GRAPH           = NO  CALLER_GRAPH           = YES
1333    
1334  # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen  # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1335  # will graphical hierarchy of all classes instead of a textual one.  # will graphical hierarchy of all classes instead of a textual one.

Legend:
Removed from v.179  
changed lines
  Added in v.181

  ViewVC Help
Powered by ViewVC 1.1.20