add latex to the doc build process. fix namespace comments again.
This commit is contained in:
parent
8df1670bc2
commit
3b5d2d1bde
3 changed files with 4 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue