remove obsolete config from Doxyfile

Tue, 05 Oct 2021 12:16:50 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 05 Oct 2021 12:16:50 +0200
changeset 462
1bcf7c8d4b47
parent 461
005c2791c2e2
child 463
92721c8f9db3

remove obsolete config from Doxyfile

Doxyfile file | annotate | diff | comparison | revisions
cmake_infile.doxygen file | annotate | diff | comparison | revisions
     1.1 --- a/Doxyfile	Tue Oct 05 12:12:09 2021 +0200
     1.2 +++ b/Doxyfile	Tue Oct 05 12:16:50 2021 +0200
     1.3 @@ -230,12 +230,6 @@
     1.4  
     1.5  ALIASES                =
     1.6  
     1.7 -# This tag can be used to specify a number of word-keyword mappings (TCL only).
     1.8 -# A mapping has the form "name=value". For example adding "class=itcl::class"
     1.9 -# will allow you to use the command class in the itcl::class meaning.
    1.10 -
    1.11 -TCL_SUBST              =
    1.12 -
    1.13  # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
    1.14  # only. Doxygen will then generate output that is more tailored for C. For
    1.15  # instance, some of the names that are used will be different. The list of all
    1.16 @@ -989,13 +983,6 @@
    1.17  
    1.18  ALPHABETICAL_INDEX     = YES
    1.19  
    1.20 -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
    1.21 -# which the alphabetical index list will be split.
    1.22 -# Minimum value: 1, maximum value: 20, default value: 5.
    1.23 -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
    1.24 -
    1.25 -COLS_IN_ALPHA_INDEX    = 5
    1.26 -
    1.27  # In case all classes in a project start with a common prefix, all classes will
    1.28  # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
    1.29  # can be used to specify a prefix (or a list of prefixes) that should be ignored
    1.30 @@ -1672,16 +1659,6 @@
    1.31  
    1.32  LATEX_HIDE_INDICES     = NO
    1.33  
    1.34 -# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
    1.35 -# code with syntax highlighting in the LaTeX output.
    1.36 -#
    1.37 -# Note that which sources are shown also depends on other settings such as
    1.38 -# SOURCE_BROWSER.
    1.39 -# The default value is: NO.
    1.40 -# This tag requires that the tag GENERATE_LATEX is set to YES.
    1.41 -
    1.42 -LATEX_SOURCE_CODE      = NO
    1.43 -
    1.44  # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
    1.45  # bibliography, e.g. plainnat, or ieeetr. See
    1.46  # http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
    1.47 @@ -2008,12 +1985,6 @@
    1.48  
    1.49  EXTERNAL_PAGES         = YES
    1.50  
    1.51 -# The PERL_PATH should be the absolute path and name of the perl script
    1.52 -# interpreter (i.e. the result of 'which perl').
    1.53 -# The default file (with absolute path) is: /usr/bin/perl.
    1.54 -
    1.55 -PERL_PATH              = /usr/bin/perl
    1.56 -
    1.57  #---------------------------------------------------------------------------
    1.58  # Configuration options related to the dot tool
    1.59  #---------------------------------------------------------------------------
    1.60 @@ -2027,15 +1998,6 @@
    1.61  
    1.62  CLASS_DIAGRAMS         = YES
    1.63  
    1.64 -# You can define message sequence charts within doxygen comments using the \msc
    1.65 -# command. Doxygen will then run the mscgen tool (see:
    1.66 -# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
    1.67 -# documentation. The MSCGEN_PATH tag allows you to specify the directory where
    1.68 -# the mscgen tool resides. If left empty the tool is assumed to be found in the
    1.69 -# default search path.
    1.70 -
    1.71 -MSCGEN_PATH            =
    1.72 -
    1.73  # You can include diagrams made with dia in doxygen documentation. Doxygen will
    1.74  # then run dia to produce the diagram and insert it in the documentation. The
    1.75  # DIA_PATH tag allows you to specify the directory where the dia binary resides.
     2.1 --- a/cmake_infile.doxygen	Tue Oct 05 12:12:09 2021 +0200
     2.2 +++ b/cmake_infile.doxygen	Tue Oct 05 12:16:50 2021 +0200
     2.3 @@ -1659,16 +1659,6 @@
     2.4  
     2.5  LATEX_HIDE_INDICES     = NO
     2.6  
     2.7 -# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
     2.8 -# code with syntax highlighting in the LaTeX output.
     2.9 -#
    2.10 -# Note that which sources are shown also depends on other settings such as
    2.11 -# SOURCE_BROWSER.
    2.12 -# The default value is: NO.
    2.13 -# This tag requires that the tag GENERATE_LATEX is set to YES.
    2.14 -
    2.15 -LATEX_SOURCE_CODE      = NO
    2.16 -
    2.17  # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
    2.18  # bibliography, e.g. plainnat, or ieeetr. See
    2.19  # http://en.wikipedia.org/wiki/BibTeX and \cite for more info.

mercurial