[Lemon-commits] [lemon_svn] ladanyi: r1747 - hugo/trunk/doc
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:47:19 CET 2006
Author: ladanyi
Date: Wed Apr 6 00:37:19 2005
New Revision: 1747
Modified:
hugo/trunk/doc/Doxyfile.in
Log:
Applied the changes which somehow vanished during my last merge. Thanks goes
to Marci for noticing this. In detail:
- added amsmath and amssymb latex packages for latex documentation
- src/demo is also scanned for doxygen input files
Modified: hugo/trunk/doc/Doxyfile.in
==============================================================================
--- hugo/trunk/doc/Doxyfile.in (original)
+++ hugo/trunk/doc/Doxyfile.in Wed Apr 6 00:37:19 2005
@@ -468,6 +468,7 @@
gwrappers.dox \
../src/lemon \
../src/lemon/concept \
+ ../src/demo \
../src/test/test_tools.h
# If the value of the INPUT tag contains directories, you can use the
@@ -772,7 +773,8 @@
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
# packages that should be included in the LaTeX output.
-EXTRA_PACKAGES =
+EXTRA_PACKAGES = amsmath \
+ amssymb
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
# the generated latex document. The header should contain everything until
More information about the Lemon-commits
mailing list