all repos — openbox @ 3b5d2d1bdecaa1962ca80299410d778590e18731

openbox fork - make it a bit more like ryudo

add latex to the doc build process. fix namespace comments again.
Dana Jansens danakj@orodu.net
commit

3b5d2d1bdecaa1962ca80299410d778590e18731

parent

8df1670bc27fd12e2dc9808e68fcd4efc7558b4d

3 files changed, 4 insertions(+), 6 deletions(-)

jump to
M doc/doxygen/Makefile.amdoc/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
M doc/doxygen/commentsdoc/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
M doc/doxygen/doxygen.conf.indoc/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 #---------------------------------------------------------------------------