comparison Doxyfile @ 380:d5faf4814ddb libtomcrypt-orig libtomcrypt-1.16

Update to LibTomCrypt 1.16
author Matt Johnston <matt@ucc.asn.au>
date Thu, 11 Jan 2007 02:22:00 +0000
parents 59400faa4b44
children
comparison
equal deleted inserted replaced
280:59400faa4b44 380:d5faf4814ddb
21 21
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
23 # This could be handy for archiving the generated documentation or 23 # This could be handy for archiving the generated documentation or
24 # if some version control system is used. 24 # if some version control system is used.
25 25
26 PROJECT_NUMBER = 1.05 26 PROJECT_NUMBER = 1.16
27 27
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29 # base path where the generated documentation will be put. 29 # base path where the generated documentation will be put.
30 # If a relative path is entered, it will be relative to the location 30 # If a relative path is entered, it will be relative to the location
31 # where doxygen was started. If left blank the current directory will be used. 31 # where doxygen was started. If left blank the current directory will be used.
1026 1026
1027 # If set to YES, the inheritance and collaboration graphs will hide 1027 # If set to YES, the inheritance and collaboration graphs will hide
1028 # inheritance and usage relations if the target is undocumented 1028 # inheritance and usage relations if the target is undocumented
1029 # or is not a class. 1029 # or is not a class.
1030 1030
1031 HIDE_UNDOC_RELATIONS = YES 1031 HIDE_UNDOC_RELATIONS = NO
1032 1032
1033 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 1033 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1034 # available from the path. This tool is part of Graphviz, a graph visualization 1034 # available from the path. This tool is part of Graphviz, a graph visualization
1035 # toolkit from AT&T and Lucent Bell Labs. The other options in this section 1035 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
1036 # have no effect if this option is set to NO (the default) 1036 # have no effect if this option is set to NO (the default)
1037 1037
1038 HAVE_DOT = YES 1038 HAVE_DOT = NO
1039 1039
1040 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 1040 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1041 # will generate a graph for each documented class showing the direct and 1041 # will generate a graph for each documented class showing the direct and
1042 # indirect inheritance relations. Setting this tag to YES will force the 1042 # indirect inheritance relations. Setting this tag to YES will force the
1043 # the CLASS_DIAGRAMS tag to NO. 1043 # the CLASS_DIAGRAMS tag to NO.