From b616ffe334c22157412dd574a8414948be4bc861 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 25 Oct 2009 21:36:30 +0100 Subject: [PATCH] doc/*.cfg: use header, remove css, add whitelist --- doc/devel.cfg | 7 +++---- doc/user.cfg | 32 ++++++++++++++++++++++++++------ 2 files changed, 29 insertions(+), 10 deletions(-) diff --git a/doc/devel.cfg b/doc/devel.cfg index 93f3a993..d915a67d 100644 --- a/doc/devel.cfg +++ b/doc/devel.cfg @@ -568,8 +568,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../src \ - ../ext +INPUT = ../src # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -781,7 +780,7 @@ HTML_FILE_EXTENSION = .html # each generated HTML page. If it is left blank doxygen will generate a # standard header. -HTML_HEADER = +HTML_HEADER = header.html # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a @@ -796,7 +795,7 @@ HTML_FOOTER = # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! -HTML_STYLESHEET = aubio.css +HTML_STYLESHEET = # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to diff --git a/doc/user.cfg b/doc/user.cfg index b9aa77dc..7b95337c 100644 --- a/doc/user.cfg +++ b/doc/user.cfg @@ -31,7 +31,7 @@ PROJECT_NAME = aubio # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = "version 0.4.0" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -585,7 +585,27 @@ INPUT_ENCODING = UTF-8 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 -FILE_PATTERNS = *.h +FILE_PATTERNS = aubio.h \ + types.h \ + fvec.h \ + cvec.h \ + lvec.h \ + musicutils.h \ + resampler.h \ + filter.h \ + biquad.h \ + a_weighting.h \ + c_weighting.h \ + fft.h \ + phasevoc.h \ + mfcc.h \ + tss.h \ + filterbank.h \ + filterbank_mel.h \ + pitch.h \ + onset.h \ + onsetdetection.h \ + tempo.h # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -627,7 +647,7 @@ EXCLUDE_SYMBOLS = # the \include command). EXAMPLE_PATH = ../examples \ - ../ + ../tests/src # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -697,7 +717,7 @@ INLINE_SOURCES = NO # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. -STRIP_CODE_COMMENTS = YES +STRIP_CODE_COMMENTS = NO # If the REFERENCED_BY_RELATION tag is set to YES # then for each documented function all documented @@ -781,7 +801,7 @@ HTML_FILE_EXTENSION = .html # each generated HTML page. If it is left blank doxygen will generate a # standard header. -HTML_HEADER = +HTML_HEADER = header.html # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a @@ -796,7 +816,7 @@ HTML_FOOTER = # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! -HTML_STYLESHEET = aubio.css +HTML_STYLESHEET = # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to -- 2.26.2