add latex to the doc build process. fix namespace comments again.

This commit is contained in:
Dana Jansens 2003-02-05 05:47:51 +00:00
parent 8df1670bc2
commit 3b5d2d1bde
3 changed files with 4 additions and 6 deletions

View file

@ -2,6 +2,7 @@ all:
doc: doxygen.conf doc: doxygen.conf
@doxygen doxygen.conf @doxygen doxygen.conf
@$(MAKE) -C latex pdf
@echo @echo
@echo Documentation generated in $(shell pwd)/html @echo Documentation generated in $(shell pwd)/html
@echo @echo

View file

@ -1,12 +1,9 @@
// Further comments for doxygen on the src/ directory // Further comments for doxygen on the src/ directory
/*! @namespace ob /*! @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 /*! @namespace otk
The namespace containing a toolkit used by the Openbox window manager, The namespace containing a toolkit used by the Openbox window manager,
and also for use by external applications that wish to present a similar and also for use by external applications that wish to present a similar

View file

@ -104,7 +104,7 @@ TREEVIEW_WIDTH = 200
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# configuration options related to the LaTeX output # configuration options related to the LaTeX output
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
GENERATE_LATEX = NO GENERATE_LATEX = YES
LATEX_OUTPUT = latex LATEX_OUTPUT = latex
LATEX_CMD_NAME = latex LATEX_CMD_NAME = latex
MAKEINDEX_CMD_NAME = makeindex MAKEINDEX_CMD_NAME = makeindex
@ -112,7 +112,7 @@ COMPACT_LATEX = NO
PAPER_TYPE = letter PAPER_TYPE = letter
EXTRA_PACKAGES = EXTRA_PACKAGES =
LATEX_HEADER = LATEX_HEADER =
PDF_HYPERLINKS = NO PDF_HYPERLINKS = YES
USE_PDFLATEX = NO USE_PDFLATEX = NO
LATEX_BATCHMODE = NO LATEX_BATCHMODE = NO
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------