X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fdocs%2Fapi%2Fhbs.doxconf;h=ed78a974349ec21bf0f258f32864224fb0e1b069;hb=9fa0d25038087d8417c0849a495eeae1abcb9504;hp=2fc7150caf0c3573feee0f87aa14849a883a6317;hpb=7efc7b8bb82fc6948c92e8e205c8046c8ec200e6;p=hbs.git diff --git a/bs/docs/api/hbs.doxconf b/bs/docs/api/hbs.doxconf index 2fc7150..ed78a97 100644 --- a/bs/docs/api/hbs.doxconf +++ b/bs/docs/api/hbs.doxconf @@ -123,7 +123,7 @@ CLASS_DIAGRAMS = YES # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. -SOURCE_BROWSER = NO +SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. @@ -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 # 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.