Changeset 9a83b91 for doc/devel.cfg


Ignore:
Timestamp:
May 18, 2006, 8:51:59 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
e604630
Parents:
6e35163
Message:

update doxygen configs, include README from aubio.h
update doxygen configs, include README from aubio.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/devel.cfg

    r6e35163 r9a83b91  
    1 # Doxyfile 1.3.4
     1# Doxyfile 1.4.6
    22
    33# This file describes the settings to be used by the documentation system
     
    2424# if some version control system is used.
    2525
    26 PROJECT_NUMBER         = 0.2.0
     26PROJECT_NUMBER         = 0.3.0
    2727
    2828# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
     
    3333OUTPUT_DIRECTORY       = devel
    3434
     35# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
     36# 4096 sub-directories (in 2 levels) under the output directory of each output
     37# format and will distribute the generated files over these directories.
     38# Enabling this option can be useful when feeding doxygen a huge amount of
     39# source files, where putting all generated files in the same directory would
     40# otherwise cause performance problems for the file system.
     41
     42CREATE_SUBDIRS         = NO
     43
    3544# The OUTPUT_LANGUAGE tag is used to specify the language in which all
    3645# documentation generated by doxygen is written. Doxygen will use this
    3746# information to generate all constant output in the proper language.
    3847# The default language is English, other supported languages are:
    39 # Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch,
    40 # Finnish, French, German, Greek, Hungarian, Italian, Japanese, Japanese-en
    41 # (Japanese with English messages), Korean, Norwegian, Polish, Portuguese,
    42 # Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish, and Ukrainian.
     48# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish,
     49# Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese,
     50# Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian,
     51# Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish,
     52# Swedish, and Ukrainian.
    4353
    4454OUTPUT_LANGUAGE        = English
     
    6878REPEAT_BRIEF           = YES
    6979
     80# This tag implements a quasi-intelligent brief description abbreviator
     81# that is used to form the text in various listings. Each string
     82# in this list, if found as the leading text of the brief description, will be
     83# stripped from the text and the result after processing the whole list, is
     84# used as the annotated text. Otherwise, the brief description is used as-is.
     85# If left blank, the following values are used ("$name" is automatically
     86# replaced with the name of the entity): "The $name class" "The $name widget"
     87# "The $name file" "is" "provides" "specifies" "contains"
     88# "represents" "a" "an" "the"
     89
     90ABBREVIATE_BRIEF       =
     91
    7092# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
    7193# Doxygen will generate a detailed section even if there is only a brief
     
    7496ALWAYS_DETAILED_SEC    = NO
    7597
    76 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited
    77 # members of a class in the documentation of that class as if those members were
    78 # ordinary class members. Constructors, destructors and assignment operators of
    79 # the base classes will not be shown.
     98# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
     99# inherited members of a class in the documentation of that class as if those
     100# members were ordinary class members. Constructors, destructors and assignment
     101# operators of the base classes will not be shown.
    80102
    81103INLINE_INHERITED_MEMB  = NO
     
    90112# can be used to strip a user-defined part of the path. Stripping is
    91113# only done if one of the specified strings matches the left-hand part of
    92 # the path. It is allowed to use relative paths in the argument list.
     114# the path. The tag can be used to show relative paths in the file list.
     115# If left blank the directory from which doxygen is run is used as the
     116# path to strip.
    93117
    94118STRIP_FROM_PATH        =
     119
     120# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
     121# the path mentioned in the documentation of a class, which tells
     122# the reader which header file to include in order to use a class.
     123# If left blank only the name of the header file containing the class
     124# definition is used. Otherwise one should specify the include paths that
     125# are normally passed to the compiler using the -I flag.
     126
     127STRIP_FROM_INC_PATH    =
    95128
    96129# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
     
    104137# comment as the brief description. If set to NO, the JavaDoc
    105138# comments will behave just like the Qt-style comments (thus requiring an
    106 # explict @brief command for a brief description.
     139# explicit @brief command for a brief description.
    107140
    108141JAVADOC_AUTOBRIEF      = YES
     
    125158# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
    126159# member inherits the documentation from any documented member that it
    127 # reimplements.
     160# re-implements.
    128161
    129162INHERIT_DOCS           = YES
    130163
    131 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
    132 # tag is set to YES, then doxygen will reuse the documentation of the first
    133 # member in the group (if any) for the other members of the group. By default
    134 # all members of a group must be documented explicitly.
    135 
    136 DISTRIBUTE_GROUP_DOC   = NO
     164# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
     165# a new page for each member. If set to NO, the documentation of a member will
     166# be part of the file/class/namespace that contains it.
     167
     168SEPARATE_MEMBER_PAGES  = NO
    137169
    138170# The TAB_SIZE tag can be used to set the number of spaces in a tab.
     
    150182ALIASES                =
    151183
    152 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
    153 # only. Doxygen will then generate output that is more tailored for C.
     184# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
     185# sources only. Doxygen will then generate output that is more tailored for C.
    154186# For instance, some of the names that are used will be different. The list
    155187# of all members will be omitted, etc.
     
    157189OPTIMIZE_OUTPUT_FOR_C  = YES
    158190
    159 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources
    160 # only. Doxygen will then generate output that is more tailored for Java.
     191# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
     192# sources only. Doxygen will then generate output that is more tailored for Java.
    161193# For instance, namespaces will be presented as packages, qualified scopes
    162194# will look different, etc.
    163195
    164196OPTIMIZE_OUTPUT_JAVA   = NO
     197
     198# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to
     199# include (a tag file for) the STL sources as input, then you should
     200# set this tag to YES in order to let doxygen match functions declarations and
     201# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
     202# func(std::string) {}). This also make the inheritance and collaboration
     203# diagrams that involve STL classes more complete and accurate.
     204
     205BUILTIN_STL_SUPPORT    = NO
     206
     207# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
     208# tag is set to YES, then doxygen will reuse the documentation of the first
     209# member in the group (if any) for the other members of the group. By default
     210# all members of a group must be documented explicitly.
     211
     212DISTRIBUTE_GROUP_DOC   = NO
    165213
    166214# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
     
    199247EXTRACT_LOCAL_CLASSES  = YES
    200248
     249# This flag is only useful for Objective-C code. When set to YES local
     250# methods, which are defined in the implementation section but not in
     251# the interface are included in the documentation.
     252# If set to NO (the default) only methods in the interface are included.
     253
     254EXTRACT_LOCAL_METHODS  = NO
     255
    201256# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
    202257# undocumented members of documented classes, files or namespaces.
     
    239294# allowed. This is useful if you have classes or files whose names only differ
    240295# in case and if your file system supports case sensitive file names. Windows
    241 # users are advised to set this option to NO.
     296# and Mac users are advised to set this option to NO.
    242297
    243298CASE_SENSE_NAMES       = YES
     
    266321
    267322SORT_MEMBER_DOCS       = YES
     323
     324# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
     325# brief documentation of file, namespace and class members alphabetically
     326# by member name. If set to NO (the default) the members will appear in
     327# declaration order.
     328
     329SORT_BRIEF_DOCS        = NO
     330
     331# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
     332# sorted by fully-qualified names, including namespaces. If set to
     333# NO (the default), the class list will be sorted only by class name,
     334# not including the namespace part.
     335# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
     336# Note: This option applies only to the class list, not to the
     337# alphabetical list.
     338
     339SORT_BY_SCOPE_NAME     = NO
    268340
    269341# The GENERATE_TODOLIST tag can be used to enable (YES) or
     
    312384SHOW_USED_FILES        = YES
    313385
     386# If the sources in your project are distributed over multiple directories
     387# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
     388# in the documentation. The default is NO.
     389
     390SHOW_DIRECTORIES       = NO
     391
     392# The FILE_VERSION_FILTER tag can be used to specify a program or script that
     393# doxygen should invoke to get the current version for each file (typically from the
     394# version control system). Doxygen will invoke the program by executing (via
     395# popen()) the command <command> <input-file>, where <command> is the value of
     396# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
     397# provided by doxygen. Whatever the program writes to standard output
     398# is used as the file version. See the manual for examples.
     399
     400FILE_VERSION_FILTER    =
     401
    314402#---------------------------------------------------------------------------
    315403# configuration options related to warning and progress messages
     
    340428WARN_IF_DOC_ERROR      = YES
    341429
     430# This WARN_NO_PARAMDOC option can be abled to get warnings for
     431# functions that are documented, but have no documentation for their parameters
     432# or return value. If set to NO (the default) doxygen will only warn about
     433# wrong or incomplete parameter documentation, but not about the absence of
     434# documentation.
     435
     436WARN_NO_PARAMDOC       = NO
     437
    342438# The WARN_FORMAT tag determines the format of the warning messages that
    343439# doxygen can produce. The string should contain the $file, $line, and $text
    344440# tags, which will be replaced by the file and line number from which the
    345 # warning originated and the warning text.
     441# warning originated and the warning text. Optionally the format may contain
     442# $version, which will be replaced by the version of the file (if it could
     443# be obtained via FILE_VERSION_FILTER)
    346444
    347445WARN_FORMAT            = "$file:$line: $text"
     
    362460# with spaces.
    363461
    364 #INPUT                  = src examples
    365 INPUT                  = ../src ../ext
     462INPUT                  = ../src \
     463                        ../ext
    366464
    367465# If the value of the INPUT tag contains directories, you can use the
     
    369467# and *.h) to filter out the source-files in the directories. If left
    370468# blank the following patterns are tested:
    371 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
    372 # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc
     469# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
     470# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
    373471
    374472FILE_PATTERNS          =
     
    386484EXCLUDE                =
    387485
    388 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
    389 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
     486# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
     487# directories that are symbolic links (a Unix filesystem feature) are excluded
     488# from the input.
    390489
    391490EXCLUDE_SYMLINKS       = NO
     
    393492# If the value of the INPUT tag contains directories, you can use the
    394493# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
    395 # certain files from those directories.
     494# certain files from those directories. Note that the wildcards are matched
     495# against the file with absolute path, so to exclude all test directories
     496# for example use the pattern */test/*
    396497
    397498EXCLUDE_PATTERNS       =
     
    428529# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
    429530# input file. Doxygen will then use the output that the filter program writes
    430 # to standard output.
     531# to standard output.  If FILTER_PATTERNS is specified, this tag will be
     532# ignored.
    431533
    432534INPUT_FILTER           =
     535
     536# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
     537# basis.  Doxygen will compare the file name with each pattern and apply the
     538# filter if there is a match.  The filters are a list of the form:
     539# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
     540# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
     541# is applied to all files.
     542
     543FILTER_PATTERNS        =
    433544
    434545# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
     
    443554
    444555# If the SOURCE_BROWSER tag is set to YES then a list of source files will
    445 # be generated. Documented entities will be cross-referenced with these sources.
    446 
    447 #SOURCE_BROWSER         = NO
     556# be generated. Documented entities will be cross-referenced with these sources.
     557# Note: To get rid of all source code in the generated output, make sure also
     558# VERBATIM_HEADERS is set to NO.
     559
    448560SOURCE_BROWSER         = YES
    449561
     
    470582
    471583REFERENCES_RELATION    = YES
     584
     585# If the USE_HTAGS tag is set to YES then the references to source code
     586# will point to the HTML generated by the htags(1) tool instead of doxygen
     587# built-in source browser. The htags tool is part of GNU's global source
     588# tagging system (see http://www.gnu.org/software/global/global.html). You
     589# will need version 4.8.6 or higher.
     590
     591USE_HTAGS              = NO
    472592
    473593# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
     
    536656# style sheet that is used by each HTML page. It can be used to
    537657# fine-tune the look of the HTML output. If the tag is left blank doxygen
    538 # will generate a default style sheet
     658# will generate a default style sheet. Note that doxygen will try to copy
     659# the style sheet file to the HTML output directory, so don't put your own
     660# stylesheet in the HTML output directory as well, or it will be erased!
    539661
    540662HTML_STYLESHEET        = aubio.css
     
    556678# be used to specify the file name of the resulting .chm file. You
    557679# can add a path in front of the file if the result should not be
    558 # written to the html output dir.
     680# written to the html output directory.
    559681
    560682CHM_FILE               =
     
    691813
    692814# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
    693 # The RTF output is optimised for Word 97 and may not look very pretty with
     815# The RTF output is optimized for Word 97 and may not look very pretty with
    694816# other RTF readers or editors.
    695817
     
    718840
    719841# Load stylesheet definitions from file. Syntax is similar to doxygen's
    720 # config file, i.e. a series of assigments. You only have to provide
     842# config file, i.e. a series of assignments. You only have to provide
    721843# replacements, missing definitions are set to their default value.
    722844
     
    762884# If the GENERATE_XML tag is set to YES Doxygen will
    763885# generate an XML file that captures the structure of
    764 # the code including all documentation. Note that this
    765 # feature is still experimental and incomplete at the
    766 # moment.
     886# the code including all documentation.
    767887
    768888GENERATE_XML           = NO
     
    785905
    786906XML_DTD                =
     907
     908# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
     909# dump the program listings (including syntax highlighting
     910# and cross-referencing information) to the XML output. Note that
     911# enabling this will significantly increase the size of the XML output.
     912
     913XML_PROGRAMLISTING     = YES
    787914
    788915#---------------------------------------------------------------------------
     
    850977# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
    851978# then the macro expansion is limited to the macros specified with the
    852 # PREDEFINED and EXPAND_AS_PREDEFINED tags.
     979# PREDEFINED and EXPAND_AS_DEFINED tags.
    853980
    854981EXPAND_ONLY_PREDEF     = NO
     
    8761003# gcc). The argument of the tag is a list of macros of the form: name
    8771004# or name=definition (no spaces). If the definition and the = are
    878 # omitted =1 is assumed.
     1005# omitted =1 is assumed. To prevent a macro definition from being
     1006# undefined via #undef or recursively expanded use the := operator
     1007# instead of the = operator.
    8791008
    8801009PREDEFINED             =
     
    8901019# doxygen's preprocessor will remove all function-like macros that are alone
    8911020# on a line, have an all uppercase name, and do not end with a semicolon. Such
    892 # function macros are typically used for boiler-plate code, and will confuse the
    893 # parser if not removed.
     1021# function macros are typically used for boiler-plate code, and will confuse
     1022# the parser if not removed.
    8941023
    8951024SKIP_FUNCTION_MACROS   = YES
    8961025
    8971026#---------------------------------------------------------------------------
    898 # Configuration::addtions related to external references   
     1027# Configuration::additions related to external references   
    8991028#---------------------------------------------------------------------------
    9001029
     
    9431072
    9441073# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
    945 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base or
    946 # super classes. Setting the tag to NO turns the diagrams off. Note that this
    947 # option is superceded by the HAVE_DOT option below. This is only a fallback. It is
    948 # recommended to install and use dot, since it yields more powerful graphs.
     1074# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
     1075# or super classes. Setting the tag to NO turns the diagrams off. Note that
     1076# this option is superseded by the HAVE_DOT option below. This is only a
     1077# fallback. It is recommended to install and use dot, since it yields more
     1078# powerful graphs.
    9491079
    9501080CLASS_DIAGRAMS         = YES
     
    9541084# or is not a class.
    9551085
    956 #HIDE_UNDOC_RELATIONS   = YES
    9571086HIDE_UNDOC_RELATIONS   = NO
    9581087
     
    9621091# have no effect if this option is set to NO (the default)
    9631092
    964 #HAVE_DOT               = NO
    9651093HAVE_DOT               = YES
    9661094
     
    9791107COLLABORATION_GRAPH    = YES
    9801108
     1109# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
     1110# will generate a graph for groups, showing the direct groups dependencies
     1111
     1112GROUP_GRAPHS           = YES
     1113
    9811114# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
    982 # collaboration diagrams in a style similiar to the OMG's Unified Modeling
     1115# collaboration diagrams in a style similar to the OMG's Unified Modeling
    9831116# Language.
    9841117
     
    10171150GRAPHICAL_HIERARCHY    = YES
    10181151
     1152# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
     1153# then doxygen will show the dependencies a directory has on other directories
     1154# in a graphical way. The dependency relations are determined by the #include
     1155# relations between the files in the directories.
     1156
     1157DIRECTORY_GRAPH        = YES
     1158
    10191159# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
    10201160# generated by dot. Possible values are png, jpg, or gif
     
    10241164
    10251165# The tag DOT_PATH can be used to specify the path where the dot tool can be
    1026 # found. If left blank, it is assumed the dot tool can be found on the path.
     1166# found. If left blank, it is assumed the dot tool can be found in the path.
    10271167
    10281168DOT_PATH               =
     
    10521192# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
    10531193# graphs generated by dot. A depth value of 3 means that only nodes reachable
    1054 # from the root by following a path via at most 3 edges will be shown. Nodes that
    1055 # lay further from the root node will be omitted. Note that setting this option to
    1056 # 1 or 2 may greatly reduce the computation time needed for large code bases. Also
    1057 # note that a graph may be further truncated if the graph's image dimensions are
    1058 # not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT).
    1059 # If 0 is used for the depth value (the default), the graph is not depth-constrained.
     1194# from the root by following a path via at most 3 edges will be shown. Nodes
     1195# that lay further from the root node will be omitted. Note that setting this
     1196# option to 1 or 2 may greatly reduce the computation time needed for large
     1197# code bases. Also note that a graph may be further truncated if the graph's
     1198# image dimensions are not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH
     1199# and MAX_DOT_GRAPH_HEIGHT). If 0 is used for the depth value (the default),
     1200# the graph is not depth-constrained.
    10601201
    10611202MAX_DOT_GRAPH_DEPTH    = 0
     1203
     1204# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
     1205# background. This is disabled by default, which results in a white background.
     1206# Warning: Depending on the platform used, enabling this option may lead to
     1207# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
     1208# read).
     1209
     1210DOT_TRANSPARENT        = NO
     1211
     1212# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
     1213# files in one run (i.e. multiple -o and -T options on the command line). This
     1214# makes dot run faster, but since only newer versions of dot (>1.8.10)
     1215# support this, this feature is disabled by default.
     1216
     1217DOT_MULTI_TARGETS      = NO
    10621218
    10631219# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
     
    10741230
    10751231#---------------------------------------------------------------------------
    1076 # Configuration::addtions related to the search engine   
     1232# Configuration::additions related to the search engine   
    10771233#---------------------------------------------------------------------------
    10781234
Note: See TracChangeset for help on using the changeset viewer.