equal
  deleted
  inserted
  replaced
  
    
    
   460                          graph_io.dox \  | 
   460                          graph_io.dox \  | 
   461                          dirs.dox \  | 
   461                          dirs.dox \  | 
   462 			 gwrappers.dox \  | 
   462 			 gwrappers.dox \  | 
   463                          ../src/lemon \  | 
   463                          ../src/lemon \  | 
   464                          ../src/lemon/concept \  | 
   464                          ../src/lemon/concept \  | 
         | 
   465                          ../src/demo \  | 
   465                          ../src/test/test_tools.h  | 
   466                          ../src/test/test_tools.h  | 
   466   | 
   467   | 
   467 # If the value of the INPUT tag contains directories, you can use the   | 
   468 # If the value of the INPUT tag contains directories, you can use the   | 
   468 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp   | 
   469 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp   | 
   469 # and *.h) to filter out the source-files in the directories. If left   | 
   470 # and *.h) to filter out the source-files in the directories. If left   | 
   764 PAPER_TYPE             = a4wide  | 
   765 PAPER_TYPE             = a4wide  | 
   765   | 
   766   | 
   766 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX   | 
   767 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX   | 
   767 # packages that should be included in the LaTeX output.  | 
   768 # packages that should be included in the LaTeX output.  | 
   768   | 
   769   | 
   769 EXTRA_PACKAGES         =   | 
   770 EXTRA_PACKAGES         = amsmath \   | 
         | 
   771 			 amssymb  | 
   770   | 
   772   | 
   771 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for   | 
   773 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for   | 
   772 # the generated latex document. The header should contain everything until   | 
   774 # the generated latex document. The header should contain everything until   | 
   773 # the first chapter. If it is left blank doxygen will generate a   | 
   775 # the first chapter. If it is left blank doxygen will generate a   | 
   774 # standard header. Notice: only use this tag if you know what you are doing!  | 
   776 # standard header. Notice: only use this tag if you know what you are doing!  |