- Timestamp:
- Jul 25, 2010, 5:15:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/Doxyfile
r18 r78 1 # Doxyfile 1. 5.91 # Doxyfile 1.6.3 2 2 3 3 # This file describes the settings to be used by the documentation system … … 398 398 SHOW_INCLUDE_FILES = YES 399 399 400 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen 401 # will list include files with double quotes in the documentation 402 # rather than with sharp brackets. 403 404 FORCE_LOCAL_INCLUDES = NO 405 400 406 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 401 407 # is inserted in the documentation for inline members. … … 416 422 417 423 SORT_BRIEF_DOCS = NO 424 425 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen 426 # will sort the (brief and detailed) documentation of class members so that 427 # constructors and destructors are listed first. If set to NO (the default) 428 # the constructors will appear in the respective orders defined by 429 # SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. 430 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO 431 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO. 432 433 SORT_MEMBERS_CTORS_1ST = NO 418 434 419 435 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the … … 471 487 472 488 MAX_INITIALIZER_LINES = 30 489 490 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated 491 # at the bottom of the documentation of classes and structs. If set to YES the 492 # list will mention the files that were used to generate the documentation. 493 494 SHOW_USED_FILES = YES 473 495 474 496 # If the sources in your project are distributed over multiple directories … … 628 650 # subdirectory from a directory tree whose root is specified with the INPUT tag. 629 651 630 EXCLUDE = 652 EXCLUDE = "callbacks.c 653 callbacks.h 654 compress.c 655 enet.h 656 host.c 657 list.c 658 list.h 659 packet.c 660 peer.c 661 protocol.c 662 protocol.h 663 time.h 664 types.h 665 unix.c 666 unix.h 667 utility.h 668 win32.c 669 win32.h" 631 670 632 671 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or … … 822 861 823 862 HTML_STYLESHEET = 863 864 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 865 # page will contain the date and time when the page was generated. Setting 866 # this to NO can help when comparing the output of multiple runs. 867 868 HTML_TIMESTAMP = YES 824 869 825 870 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, … … 924 969 # http://doc.trolltech.com/qthelpproject.html#namespace 925 970 926 QHP_NAMESPACE = 971 QHP_NAMESPACE = org.doxygen.Project 927 972 928 973 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating … … 956 1001 QHG_LOCATION = 957 1002 1003 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files 1004 # will be generated, which together with the HTML files, form an Eclipse help 1005 # plugin. To install this plugin and make it available under the help contents 1006 # menu in Eclipse, the contents of the directory containing the HTML and XML 1007 # files needs to be copied into the plugins directory of eclipse. The name of 1008 # the directory within the plugins directory should be the same as 1009 # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before 1010 # the help appears. 1011 1012 GENERATE_ECLIPSEHELP = NO 1013 1014 # A unique identifier for the eclipse help plugin. When installing the plugin 1015 # the directory name containing the HTML and XML files should also have 1016 # this name. 1017 1018 ECLIPSE_DOC_ID = org.doxygen.Project 1019 958 1020 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at 959 1021 # top of each HTML page. The value NO (the default) enables the index and … … 969 1031 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index 970 1032 # structure should be generated to display hierarchical information. 971 # If the tag value is set to FRAME, a side panel will be generated1033 # If the tag value is set to YES, a side panel will be generated 972 1034 # containing a tree-like index structure (just like the one that 973 1035 # is generated for HTML Help). For this to work a browser that supports 974 # JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, 975 # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are 976 # probably better off using the HTML help feature. Other possible values 977 # for this tag are: HIERARCHIES, which will generate the Groups, Directories, 978 # and Class Hierarchy pages using a tree view instead of an ordered list; 979 # ALL, which combines the behavior of FRAME and HIERARCHIES; and NONE, which 980 # disables this behavior completely. For backwards compatibility with previous 981 # releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE 982 # respectively. 983 984 GENERATE_TREEVIEW = ALL 1036 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). 1037 # Windows users are probably better off using the HTML help feature. 1038 1039 GENERATE_TREEVIEW = NO 1040 1041 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, 1042 # and Class Hierarchy pages using a tree view instead of an ordered list. 1043 1044 USE_INLINE_TREES = NO 985 1045 986 1046 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be … … 998 1058 FORMULA_FONTSIZE = 10 999 1059 1060 # When the SEARCHENGINE tag is enabled doxygen will generate a search box 1061 # for the HTML output. The underlying search engine uses javascript 1062 # and DHTML and should work on any modern browser. Note that when using 1063 # HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets 1064 # (GENERATE_DOCSET) there is already a search function so this one should 1065 # typically be disabled. For large projects the javascript based search engine 1066 # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. 1067 1068 SEARCHENGINE = NO 1069 1070 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be 1071 # implemented using a PHP enabled web server instead of at the web client 1072 # using Javascript. Doxygen will generate the search PHP script and index 1073 # file to put on the web server. The advantage of the server 1074 # based approach is that it scales better to large projects and allows 1075 # full text search. The disadvances is that it is more difficult to setup 1076 # and does not have live searching capabilities. 1077 1078 SERVER_BASED_SEARCH = NO 1079 1000 1080 #--------------------------------------------------------------------------- 1001 1081 # configuration options related to the LaTeX output … … 1014 1094 1015 1095 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be 1016 # invoked. If left blank `latex' will be used as the default command name. 1096 # invoked. If left blank `latex' will be used as the default command name. 1097 # Note that when enabling USE_PDFLATEX this option is only used for 1098 # generating bitmaps for formulas in the HTML output, but not in the 1099 # Makefile that is written to the output directory. 1017 1100 1018 1101 LATEX_CMD_NAME = latex … … 1232 1315 1233 1316 #--------------------------------------------------------------------------- 1234 # Configuration options related to the preprocessor 1317 # Configuration options related to the preprocessor 1235 1318 #--------------------------------------------------------------------------- 1236 1319 … … 1298 1381 1299 1382 #--------------------------------------------------------------------------- 1300 # Configuration::additions related to external references 1383 # Configuration::additions related to external references 1301 1384 #--------------------------------------------------------------------------- 1302 1385 … … 1341 1424 1342 1425 #--------------------------------------------------------------------------- 1343 # Configuration options related to the dot tool 1426 # Configuration options related to the dot tool 1344 1427 #--------------------------------------------------------------------------- 1345 1428 … … 1533 1616 1534 1617 DOT_CLEANUP = YES 1535 1536 #---------------------------------------------------------------------------1537 # Options related to the search engine1538 #---------------------------------------------------------------------------1539 1540 # The SEARCHENGINE tag specifies whether or not a search engine should be1541 # used. If set to NO the values of all tags below this one will be ignored.1542 1543 SEARCHENGINE = NO
Note: See TracChangeset
for help on using the changeset viewer.