Changeset 45c0033 in git
- Timestamp:
- Jul 9, 2014, 8:42:48 PM (9 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- ea1479887fc82285160a87ce7bdcd3ec4659fba9
- Parents:
- ea35ed5bf6be595abb92aae8ed0022535d883bf7
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-09 20:42:48+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-09 20:45:06+02:00
- Location:
- dox
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dox/Doxyfile.in
rea35ed5 r45c0033 33 33 # The default value is: My Project. 34 34 35 PROJECT_NAME = Singular35 PROJECT_NAME = 36 36 37 37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This … … 52 52 # to the output directory. 53 53 54 PROJECT_LOGO = 54 PROJECT_LOGO = $(abs_top_srcdir)/dox/logo.png 55 55 56 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path … … 153 153 # This tag requires that the tag FULL_PATH_NAMES is set to YES. 154 154 155 STRIP_FROM_PATH = $(abs_top_srcdir) 155 STRIP_FROM_PATH = $(abs_top_srcdir) $(abs_top_builddir) 156 156 157 157 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the … … 162 162 # using the -I flag. 163 163 164 STRIP_FROM_INC_PATH = 164 STRIP_FROM_INC_PATH = libpolys 165 165 166 166 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but … … 342 342 # The default value is: NO. 343 343 344 DISTRIBUTE_GROUP_DOC = NO344 DISTRIBUTE_GROUP_DOC = YES 345 345 346 346 # Set the SUBGROUPING tag to YES to allow class member groups of the same type … … 362 362 # The default value is: NO. 363 363 364 INLINE_GROUPED_CLASSES = NO364 INLINE_GROUPED_CLASSES = YES 365 365 366 366 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions … … 506 506 # The default value is: NO. 507 507 508 HIDE_SCOPE_NAMES = YES508 HIDE_SCOPE_NAMES = NO 509 509 510 510 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of … … 519 519 # The default value is: NO. 520 520 521 SHOW_GROUPED_MEMB_INC = NO521 SHOW_GROUPED_MEMB_INC = YES 522 522 523 523 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include … … 673 673 # tag is left empty. 674 674 675 LAYOUT_FILE = 675 LAYOUT_FILE = $(abs_top_srcdir)/dox/DoxygenLayout.xml 676 676 677 677 # The CITE_BIB_FILES tag can be used to specify one or more bib files containing … … 755 755 # Note: If this tag is empty the current directory is searched. 756 756 757 INPUT = $(abs_top_srcdir)/omalloc/ \ 757 INPUT = \ 758 $(abs_top_srcdir)/README.md \ 759 $(abs_top_srcdir)/main.dox \ 760 $(abs_top_srcdir)/doc/ \ 761 $(abs_top_srcdir)/omalloc/ \ 758 762 $(abs_top_srcdir)/resources/ \ 759 $(abs_top_srcdir)/factory/ \760 763 $(abs_top_srcdir)/kernel/ \ 761 764 $(abs_top_srcdir)/libpolys/ \ 762 765 $(abs_top_srcdir)/Singular/ \ 763 766 $(abs_top_srcdir)/templates/ \ 764 $(abs_top_srcdir)/doc/ \ 765 $(abs_top_srcdir)/README.md \ 766 $(abs_top_srcdir)/main.dox 767 $(abs_top_srcdir)/factory/ 767 768 768 769 # This tag can be used to specify the character encoding of the source files … … 1064 1065 # This tag requires that the tag GENERATE_HTML is set to YES. 1065 1066 1066 HTML_HEADER = 1067 HTML_HEADER = $(abs_top_srcdir)/dox/header.html 1067 1068 1068 1069 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each … … 1074 1075 # This tag requires that the tag GENERATE_HTML is set to YES. 1075 1076 1076 HTML_FOOTER = 1077 HTML_FOOTER = $(abs_top_srcdir)/dox/footer.html 1077 1078 1078 1079 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style … … 1097 1098 # This tag requires that the tag GENERATE_HTML is set to YES. 1098 1099 1099 HTML_EXTRA_STYLESHEET = 1100 HTML_EXTRA_STYLESHEET = $(abs_top_srcdir)/dox/stylesheet.css 1100 1101 1101 1102 # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or … … 1118 1119 # This tag requires that the tag GENERATE_HTML is set to YES. 1119 1120 1120 HTML_COLORSTYLE_HUE = 2 201121 HTML_COLORSTYLE_HUE = 200 1121 1122 1122 1123 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors … … 1126 1127 # This tag requires that the tag GENERATE_HTML is set to YES. 1127 1128 1128 HTML_COLORSTYLE_SAT = 1001129 HTML_COLORSTYLE_SAT = 0 1129 1130 1130 1131 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the … … 1137 1138 # This tag requires that the tag GENERATE_HTML is set to YES. 1138 1139 1139 HTML_COLORSTYLE_GAMMA = 801140 HTML_COLORSTYLE_GAMMA = 210 1140 1141 1141 1142 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML … … 1145 1146 # This tag requires that the tag GENERATE_HTML is set to YES. 1146 1147 1147 HTML_TIMESTAMP = NO1148 HTML_TIMESTAMP = YES 1148 1149 1149 1150 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML … … 1153 1154 # This tag requires that the tag GENERATE_HTML is set to YES. 1154 1155 1155 HTML_DYNAMIC_SECTIONS = NO1156 HTML_DYNAMIC_SECTIONS = YES 1156 1157 1157 1158 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries … … 1946 1947 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 1947 1948 1948 SEARCH_INCLUDES = NO1949 SEARCH_INCLUDES = YES 1949 1950 1950 1951 # The INCLUDE_PATH tag can be used to specify one or more directories that … … 2145 2146 # This tag requires that the tag HAVE_DOT is set to YES. 2146 2147 2147 GROUP_GRAPHS = NO2148 GROUP_GRAPHS = YES 2148 2149 2149 2150 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and … … 2253 2254 # This tag requires that the tag HAVE_DOT is set to YES. 2254 2255 2255 INTERACTIVE_SVG = NO2256 INTERACTIVE_SVG = YES 2256 2257 2257 2258 # The DOT_PATH tag can be used to specify the path where the dot tool can be … … 2302 2303 # This tag requires that the tag HAVE_DOT is set to YES. 2303 2304 2304 MAX_DOT_GRAPH_DEPTH = 22305 MAX_DOT_GRAPH_DEPTH = 3 2305 2306 2306 2307 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
Note: See TracChangeset
for help on using the changeset viewer.