summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-05 05:47:51 +0000
committerDana Jansens <danakj@orodu.net>2003-02-05 05:47:51 +0000
commit3b5d2d1bdecaa1962ca80299410d778590e18731 (patch)
treeb610f76f7004f68b6acfe25a3fbb5d7ac8186256
parent8df1670bc27fd12e2dc9808e68fcd4efc7558b4d (diff)
add latex to the doc build process. fix namespace comments again.
-rw-r--r--doc/doxygen/Makefile.am1
-rw-r--r--doc/doxygen/comments5
-rw-r--r--doc/doxygen/doxygen.conf.in4
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,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 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
#---------------------------------------------------------------------------