From 3b5d2d1bdecaa1962ca80299410d778590e18731 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 5 Feb 2003 05:47:51 +0000 Subject: [PATCH] add latex to the doc build process. fix namespace comments again. --- doc/doxygen/Makefile.am | 1 + doc/doxygen/comments | 5 +---- doc/doxygen/doxygen.conf.in | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index 26fe81f8..7a9212a5 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 dab4fe56..7930f36a 100644 --- a/doc/doxygen/comments +++ b/doc/doxygen/comments @@ -1,12 +1,9 @@ // 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 diff --git a/doc/doxygen/doxygen.conf.in b/doc/doxygen/doxygen.conf.in index 39d489c0..768dc192 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 #--------------------------------------------------------------------------- -- 2.39.2