]> Dogcows Code - chaz/openbox/commitdiff
add latex to the doc build process. fix namespace comments again.
authorDana Jansens <danakj@orodu.net>
Wed, 5 Feb 2003 05:47:51 +0000 (05:47 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 5 Feb 2003 05:47:51 +0000 (05:47 +0000)
doc/doxygen/Makefile.am
doc/doxygen/comments
doc/doxygen/doxygen.conf.in

index 26fe81f853f43584815e1dbec265835082690f0f..7a9212a55c811cc5d729d11da3e34a7c2cb65f66 100644 (file)
@@ -2,6 +2,7 @@ all:
 
 doc: doxygen.conf
        @doxygen doxygen.conf
+       @$(MAKE) -C latex pdf
        @echo
        @echo Documentation generated in $(shell pwd)/html
        @echo
index dab4fe5616cc9c01f023450e87ffa88428a6ffaf..7930f36a39bca39352d3ae0dd09bb60eb034d476 100644 (file)
@@ -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
index 39d489c07ff579f350578eaf18a2631271df3a5e..768dc192fce5e284763e6fbc7997012873d6d712 100644 (file)
@@ -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
 #---------------------------------------------------------------------------
This page took 0.021193 seconds and 4 git commands to generate.