From: Dana Jansens Date: Wed, 5 Feb 2003 05:47:51 +0000 (+0000) Subject: add latex to the doc build process. fix namespace comments again. X-Git-Tag: gl~1212 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=3b5d2d1bdecaa1962ca80299410d778590e18731 add latex to the doc build process. fix namespace comments again. --- diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index 26fe81f..7a9212a 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -2,6 +2,7 @@ all: doc: doxygen.conf @doxygen doxygen.conf + @$(MAKE) -C latex pdf @echo @echo Documentation generated in $(shell pwd)/html @echo diff --git a/doc/doxygen/comments b/doc/doxygen/comments index dab4fe5..7930f36 100644 --- a/doc/doxygen/comments +++ b/doc/doxygen/comments @@ -1,13 +1,10 @@ // Further comments for doxygen on the src/ directory /*! @namespace ob - @brief The namespace containing the %Openbox window manager application + The namespace containing the %Openbox window manager application */ /*! @namespace otk - @brief The namespace containing the Openbox toolkit -*/ -/*! @namespace otk The namespace containing a toolkit used by the Openbox window manager, and also for use by external applications that wish to present a similar visual appearance to Openbox. diff --git a/doc/doxygen/doxygen.conf.in b/doc/doxygen/doxygen.conf.in index 39d489c..768dc19 100644 --- a/doc/doxygen/doxygen.conf.in +++ b/doc/doxygen/doxygen.conf.in @@ -104,7 +104,7 @@ TREEVIEW_WIDTH = 200 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- -GENERATE_LATEX = NO +GENERATE_LATEX = YES LATEX_OUTPUT = latex LATEX_CMD_NAME = latex MAKEINDEX_CMD_NAME = makeindex @@ -112,7 +112,7 @@ COMPACT_LATEX = NO PAPER_TYPE = letter EXTRA_PACKAGES = LATEX_HEADER = -PDF_HYPERLINKS = NO +PDF_HYPERLINKS = YES USE_PDFLATEX = NO LATEX_BATCHMODE = NO #---------------------------------------------------------------------------