X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fdevel.cfg;h=d915a67deae8071866349f632ed8fb4646888267;hb=b616ffe334c22157412dd574a8414948be4bc861;hp=93f3a993225eb1d712499594e2d7c2e87706b235;hpb=0e0a049d1e2bd6633d92aa8436dff4ad78d3af39;p=aubio.git 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