cmake_infile.doxygen

changeset 390
d345541018fa
parent 372
a3e494af5c09
child 462
1bcf7c8d4b47
     1.1 --- a/cmake_infile.doxygen	Mon Dec 30 09:54:10 2019 +0100
     1.2 +++ b/cmake_infile.doxygen	Sat Feb 06 19:11:44 2021 +0100
     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 @@ -2008,12 +1995,6 @@
    1.31  
    1.32  EXTERNAL_PAGES         = YES
    1.33  
    1.34 -# The PERL_PATH should be the absolute path and name of the perl script
    1.35 -# interpreter (i.e. the result of 'which perl').
    1.36 -# The default file (with absolute path) is: /usr/bin/perl.
    1.37 -
    1.38 -PERL_PATH              = /usr/bin/perl
    1.39 -
    1.40  #---------------------------------------------------------------------------
    1.41  # Configuration options related to the dot tool
    1.42  #---------------------------------------------------------------------------
    1.43 @@ -2027,15 +2008,6 @@
    1.44  
    1.45  CLASS_DIAGRAMS         = YES
    1.46  
    1.47 -# You can define message sequence charts within doxygen comments using the \msc
    1.48 -# command. Doxygen will then run the mscgen tool (see:
    1.49 -# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
    1.50 -# documentation. The MSCGEN_PATH tag allows you to specify the directory where
    1.51 -# the mscgen tool resides. If left empty the tool is assumed to be found in the
    1.52 -# default search path.
    1.53 -
    1.54 -MSCGEN_PATH            =
    1.55 -
    1.56  # You can include diagrams made with dia in doxygen documentation. Doxygen will
    1.57  # then run dia to produce the diagram and insert it in the documentation. The
    1.58  # DIA_PATH tag allows you to specify the directory where the dia binary resides.

mercurial