X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fdocs%2Fapi%2Fhbs.doxconf;h=3250a6bb6f84ca75d12225395a87cc108f53d33e;hp=8b3fc7256b54fd3a0d9d4ef4c974db2b6e90009b;hb=3f7ef4493164c1570a0dd6aa3c91de433b29d1d0;hpb=7b5ccf741883c34b2ac96afe460a3d0eda3701bb diff --git a/bs/docs/api/hbs.doxconf b/bs/docs/api/hbs.doxconf index 8b3fc72..3250a6b 100644 --- a/bs/docs/api/hbs.doxconf +++ b/bs/docs/api/hbs.doxconf @@ -134,7 +134,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 = NO +STRIP_CODE_COMMENTS = YES # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate # file names in lower case letters. If set to YES upper case letters are also @@ -174,7 +174,7 @@ SHOW_INCLUDE_FILES = YES # comments will behave just like the Qt-style comments (thus requiring an # explict @brief command for a brief description. -JAVADOC_AUTOBRIEF = NO +JAVADOC_AUTOBRIEF = YES # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it @@ -311,7 +311,7 @@ INPUT = ../../ # and *.h) to filter out the source-files in the directories. If left # blank all files are included. -FILE_PATTERNS = *.cpp *.h +FILE_PATTERNS = *.cpp *.h *.doc # 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. @@ -395,7 +395,7 @@ IGNORE_PREFIX = # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. -GENERATE_HTML = YES +GENERATE_HTML = NO # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be @@ -502,7 +502,7 @@ COMPACT_LATEX = NO # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. -PAPER_TYPE = a4wide +PAPER_TYPE = a4 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. @@ -527,7 +527,7 @@ PDF_HYPERLINKS = NO # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. -USE_PDFLATEX = NO +USE_PDFLATEX = YES # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep @@ -680,7 +680,7 @@ EXPAND_AS_DEFINED = # The TAGFILES tag can be used to specify one or more tagfiles. -TAGFILES = /home/whale/www/html/d/qtdox/qt.doxtag=/home/whale/www/html/d/qtdox/html +TAGFILES = /home/whale/www/d/qtdox/qt.doxtag=/home/whale/www/d/qtdox/html # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads.