// 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
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------
-GENERATE_LATEX = NO
+GENERATE_LATEX = YES
LATEX_OUTPUT = latex
LATEX_CMD_NAME = latex
MAKEINDEX_CMD_NAME = makeindex
PAPER_TYPE = letter
EXTRA_PACKAGES =
LATEX_HEADER =
-PDF_HYPERLINKS = NO
+PDF_HYPERLINKS = YES
USE_PDFLATEX = NO
LATEX_BATCHMODE = NO
#---------------------------------------------------------------------------