Applied the changes which somehow vanished during my last merge. Thanks goes
authorladanyi
Tue, 05 Apr 2005 22:37:19 +0000
changeset 13080274efa2222f
parent 1307 d4acebef7276
child 1309 b3ce42a4d7d2
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
doc/Doxyfile.in
     1.1 --- a/doc/Doxyfile.in	Tue Apr 05 12:30:46 2005 +0000
     1.2 +++ b/doc/Doxyfile.in	Tue Apr 05 22:37:19 2005 +0000
     1.3 @@ -468,6 +468,7 @@
     1.4                           gwrappers.dox \
     1.5                           ../src/lemon \
     1.6                           ../src/lemon/concept \
     1.7 +                         ../src/demo \
     1.8                           ../src/test/test_tools.h
     1.9  
    1.10  # If the value of the INPUT tag contains directories, you can use the 
    1.11 @@ -772,7 +773,8 @@
    1.12  # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
    1.13  # packages that should be included in the LaTeX output.
    1.14  
    1.15 -EXTRA_PACKAGES         = 
    1.16 +EXTRA_PACKAGES         = amsmath \
    1.17 +                         amssymb
    1.18  
    1.19  # The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
    1.20  # the generated latex document. The header should contain everything until