|
|
@@ -764,7 +764,7 @@ MAKEINDEX_CMD_NAME = makeindex |
|
|
|
# LaTeX documents. This may be useful for small projects and may help to |
|
|
|
# save some trees in general. |
|
|
|
|
|
|
|
COMPACT_LATEX = NO |
|
|
|
COMPACT_LATEX = YES |
|
|
|
|
|
|
|
# The PAPER_TYPE tag can be used to set the paper type that is used |
|
|
|
# by the printer. Possible values are: a4, a4wide, letter, legal and |
|
|
@@ -789,20 +789,20 @@ LATEX_HEADER = |
|
|
|
# contain links (just like the HTML output) instead of page references |
|
|
|
# This makes the output suitable for online browsing using a pdf viewer. |
|
|
|
|
|
|
|
PDF_HYPERLINKS = NO |
|
|
|
PDF_HYPERLINKS = YES |
|
|
|
|
|
|
|
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of |
|
|
|
# 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 |
|
|
|
# running if errors occur, instead of asking the user for help. |
|
|
|
# This option is also used when generating formulas in HTML. |
|
|
|
|
|
|
|
LATEX_BATCHMODE = NO |
|
|
|
LATEX_BATCHMODE = YES |
|
|
|
|
|
|
|
# If LATEX_HIDE_INDICES is set to YES then doxygen will not |
|
|
|
# include the index chapters (such as File Index, Compound Index, etc.) |
|
|
@@ -1009,11 +1009,7 @@ INCLUDE_FILE_PATTERNS = |
|
|
|
# undefined via #undef or recursively expanded use the := operator |
|
|
|
# instead of the = operator. |
|
|
|
|
|
|
|
PREDEFINED = _DOXYGEN_SKIP_ME \ |
|
|
|
USE_X11 \ |
|
|
|
USE_CONIO \ |
|
|
|
USE_NCURSES \ |
|
|
|
USE_SLANG |
|
|
|
PREDEFINED = _DOXYGEN_SKIP_ME |
|
|
|
|
|
|
|
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then |
|
|
|
# this tag can be used to specify a list of macro names that should be expanded. |
|
|
|