equal
  deleted
  inserted
  replaced
  
    
    
    15 #---------------------------------------------------------------------------  | 
    15 #---------------------------------------------------------------------------  | 
    16   | 
    16   | 
    17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded   | 
    17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded   | 
    18 # by quotes) that should identify the project.  | 
    18 # by quotes) that should identify the project.  | 
    19   | 
    19   | 
    20 PROJECT_NAME           = HugoLib  | 
    20 PROJECT_NAME           = LEMON  | 
    21   | 
    21   | 
    22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.   | 
    22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.   | 
    23 # This could be handy for archiving the generated documentation or   | 
    23 # This could be handy for archiving the generated documentation or   | 
    24 # if some version control system is used.  | 
    24 # if some version control system is used.  | 
    25   | 
    25   | 
    26 PROJECT_NUMBER         = 0.1  | 
    26 PROJECT_NUMBER         = 0.2  | 
    27   | 
    27   | 
    28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)   | 
    28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)   | 
    29 # base path where the generated documentation will be put.   | 
    29 # base path where the generated documentation will be put.   | 
    30 # If a relative path is entered, it will be relative to the location   | 
    30 # If a relative path is entered, it will be relative to the location   | 
    31 # where doxygen was started. If left blank the current directory will be used.  | 
    31 # where doxygen was started. If left blank the current directory will be used.  | 
   393   | 
   393   | 
   394 INPUT                  = ../../doc/mainpage.dox \  | 
   394 INPUT                  = ../../doc/mainpage.dox \  | 
   395 			 ../../doc/graphs.dox \  | 
   395 			 ../../doc/graphs.dox \  | 
   396                          ../../doc/maps.dox ../../doc/coding_style.dox \  | 
   396                          ../../doc/maps.dox ../../doc/coding_style.dox \  | 
   397                          ../../doc/groups.dox \  | 
   397                          ../../doc/groups.dox \  | 
   398                          ../hugo \  | 
   398                          ../lemon \  | 
   399                          ../hugo/skeletons \  | 
   399                          ../lemon/skeletons \  | 
   400                          ../test/test_tools.h \  | 
   400                          ../test/test_tools.h \  | 
   401                          klao/path.h \  | 
   401                          klao/path.h \  | 
   402                          klao/debug.h \  | 
   402                          klao/debug.h \  | 
   403                          jacint/max_flow.h \  | 
   403                          jacint/max_flow.h \  | 
   404                          jacint/max_matching.h \   | 
   404                          jacint/max_matching.h \   |