Changeset 45c0033 in git


Ignore:
Timestamp:
Jul 9, 2014, 8:42:48 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
Doxygen Singular-colors + Logo
Location:
dox
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • dox/Doxyfile.in

    rea35ed5 r45c0033  
    3333# The default value is: My Project.
    3434
    35 PROJECT_NAME           = Singular
     35PROJECT_NAME           =
    3636
    3737# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
     
    5252# to the output directory.
    5353
    54 PROJECT_LOGO           =
     54PROJECT_LOGO           = $(abs_top_srcdir)/dox/logo.png
    5555
    5656# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
     
    153153# This tag requires that the tag FULL_PATH_NAMES is set to YES.
    154154
    155 STRIP_FROM_PATH        = $(abs_top_srcdir)
     155STRIP_FROM_PATH        = $(abs_top_srcdir) $(abs_top_builddir)
    156156
    157157# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
     
    162162# using the -I flag.
    163163
    164 STRIP_FROM_INC_PATH    =
     164STRIP_FROM_INC_PATH    = libpolys
    165165
    166166# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
     
    342342# The default value is: NO.
    343343
    344 DISTRIBUTE_GROUP_DOC   = NO
     344DISTRIBUTE_GROUP_DOC   = YES
    345345
    346346# Set the SUBGROUPING tag to YES to allow class member groups of the same type
     
    362362# The default value is: NO.
    363363
    364 INLINE_GROUPED_CLASSES = NO
     364INLINE_GROUPED_CLASSES = YES
    365365
    366366# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
     
    506506# The default value is: NO.
    507507
    508 HIDE_SCOPE_NAMES       = YES
     508HIDE_SCOPE_NAMES       = NO
    509509
    510510# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
     
    519519# The default value is: NO.
    520520
    521 SHOW_GROUPED_MEMB_INC  = NO
     521SHOW_GROUPED_MEMB_INC  = YES
    522522
    523523# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
     
    673673# tag is left empty.
    674674
    675 LAYOUT_FILE            =
     675LAYOUT_FILE            = $(abs_top_srcdir)/dox/DoxygenLayout.xml
    676676
    677677# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
     
    755755# Note: If this tag is empty the current directory is searched.
    756756
    757 INPUT                  = $(abs_top_srcdir)/omalloc/ \
     757INPUT                  = \
     758                         $(abs_top_srcdir)/README.md \
     759                         $(abs_top_srcdir)/main.dox \
     760                         $(abs_top_srcdir)/doc/ \
     761                         $(abs_top_srcdir)/omalloc/ \
    758762                         $(abs_top_srcdir)/resources/ \
    759                          $(abs_top_srcdir)/factory/ \
    760763                         $(abs_top_srcdir)/kernel/ \
    761764                         $(abs_top_srcdir)/libpolys/ \
    762765                         $(abs_top_srcdir)/Singular/ \
    763766                         $(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/
    767768
    768769# This tag can be used to specify the character encoding of the source files
     
    10641065# This tag requires that the tag GENERATE_HTML is set to YES.
    10651066
    1066 HTML_HEADER            =
     1067HTML_HEADER            = $(abs_top_srcdir)/dox/header.html
    10671068
    10681069# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
     
    10741075# This tag requires that the tag GENERATE_HTML is set to YES.
    10751076
    1076 HTML_FOOTER            =
     1077HTML_FOOTER            = $(abs_top_srcdir)/dox/footer.html
    10771078
    10781079# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
     
    10971098# This tag requires that the tag GENERATE_HTML is set to YES.
    10981099
    1099 HTML_EXTRA_STYLESHEET  =
     1100HTML_EXTRA_STYLESHEET  = $(abs_top_srcdir)/dox/stylesheet.css
    11001101
    11011102# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
     
    11181119# This tag requires that the tag GENERATE_HTML is set to YES.
    11191120
    1120 HTML_COLORSTYLE_HUE    = 220
     1121HTML_COLORSTYLE_HUE    = 200
    11211122
    11221123# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
     
    11261127# This tag requires that the tag GENERATE_HTML is set to YES.
    11271128
    1128 HTML_COLORSTYLE_SAT    = 100
     1129HTML_COLORSTYLE_SAT    = 0
    11291130
    11301131# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
     
    11371138# This tag requires that the tag GENERATE_HTML is set to YES.
    11381139
    1139 HTML_COLORSTYLE_GAMMA  = 80
     1140HTML_COLORSTYLE_GAMMA  = 210
    11401141
    11411142# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
     
    11451146# This tag requires that the tag GENERATE_HTML is set to YES.
    11461147
    1147 HTML_TIMESTAMP         = NO
     1148HTML_TIMESTAMP         = YES
    11481149
    11491150# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
     
    11531154# This tag requires that the tag GENERATE_HTML is set to YES.
    11541155
    1155 HTML_DYNAMIC_SECTIONS  = NO
     1156HTML_DYNAMIC_SECTIONS  = YES
    11561157
    11571158# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
     
    19461947# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
    19471948
    1948 SEARCH_INCLUDES        = NO
     1949SEARCH_INCLUDES        = YES
    19491950
    19501951# The INCLUDE_PATH tag can be used to specify one or more directories that
     
    21452146# This tag requires that the tag HAVE_DOT is set to YES.
    21462147
    2147 GROUP_GRAPHS           = NO
     2148GROUP_GRAPHS           = YES
    21482149
    21492150# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
     
    22532254# This tag requires that the tag HAVE_DOT is set to YES.
    22542255
    2255 INTERACTIVE_SVG        = NO
     2256INTERACTIVE_SVG        = YES
    22562257
    22572258# The DOT_PATH tag can be used to specify the path where the dot tool can be
     
    23022303# This tag requires that the tag HAVE_DOT is set to YES.
    23032304
    2304 MAX_DOT_GRAPH_DEPTH    = 2
     2305MAX_DOT_GRAPH_DEPTH    = 3
    23052306
    23062307# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
Note: See TracChangeset for help on using the changeset viewer.