104   | 
   104   | 
   105 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full   | 
   105 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full   | 
   106 # path before files name in the file list and in the header files. If set   | 
   106 # path before files name in the file list and in the header files. If set   | 
   107 # to NO the shortest path that makes the file name unique will be used.  | 
   107 # to NO the shortest path that makes the file name unique will be used.  | 
   108   | 
   108   | 
   109 FULL_PATH_NAMES        = NO  | 
   109 FULL_PATH_NAMES        = YES  | 
   110   | 
   110   | 
   111 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag   | 
   111 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag   | 
   112 # can be used to strip a user-defined part of the path. Stripping is   | 
   112 # can be used to strip a user-defined part of the path. Stripping is   | 
   113 # only done if one of the specified strings matches the left-hand part of   | 
   113 # only done if one of the specified strings matches the left-hand part of   | 
   114 # the path. The tag can be used to show relative paths in the file list.   | 
   114 # the path. The tag can be used to show relative paths in the file list.   | 
   115 # If left blank the directory from which doxygen is run is used as the   | 
   115 # If left blank the directory from which doxygen is run is used as the   | 
   116 # path to strip.  | 
   116 # path to strip.  | 
   117   | 
   117   | 
   118 STRIP_FROM_PATH        =   | 
   118 STRIP_FROM_PATH        = ..  | 
   119   | 
   119   | 
   120 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of   | 
   120 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of   | 
   121 # the path mentioned in the documentation of a class, which tells   | 
   121 # the path mentioned in the documentation of a class, which tells   | 
   122 # the reader which header file to include in order to use a class.   | 
   122 # the reader which header file to include in order to use a class.   | 
   123 # If left blank only the name of the header file containing the class   | 
   123 # If left blank only the name of the header file containing the class   | 
   124 # definition is used. Otherwise one should specify the include paths that   | 
   124 # definition is used. Otherwise one should specify the include paths that   | 
   125 # are normally passed to the compiler using the -I flag.  | 
   125 # are normally passed to the compiler using the -I flag.  | 
   126   | 
   126   | 
   127 STRIP_FROM_INC_PATH    =   | 
   127 STRIP_FROM_INC_PATH    = ..  | 
   128   | 
   128   | 
   129 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter   | 
   129 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter   | 
   130 # (but less readable) file names. This can be useful is your file systems   | 
   130 # (but less readable) file names. This can be useful is your file systems   | 
   131 # doesn't support long names like on DOS, Mac, or CD-ROM.  | 
   131 # doesn't support long names like on DOS, Mac, or CD-ROM.  | 
   132   | 
   132   | 
   270 # The INTERNAL_DOCS tag determines if documentation   | 
   270 # The INTERNAL_DOCS tag determines if documentation   | 
   271 # that is typed after a \internal command is included. If the tag is set   | 
   271 # that is typed after a \internal command is included. If the tag is set   | 
   272 # to NO (the default) then the documentation will be excluded.   | 
   272 # to NO (the default) then the documentation will be excluded.   | 
   273 # Set it to YES to include the internal documentation.  | 
   273 # Set it to YES to include the internal documentation.  | 
   274   | 
   274   | 
   275 INTERNAL_DOCS          = NO  | 
   275 INTERNAL_DOCS          = YES  | 
   276   | 
   276   | 
   277 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate   | 
   277 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate   | 
   278 # file names in lower-case letters. If set to YES upper-case letters are also   | 
   278 # file names in lower-case letters. If set to YES upper-case letters are also   | 
   279 # allowed. This is useful if you have classes or files whose names only differ   | 
   279 # allowed. This is useful if you have classes or files whose names only differ   | 
   280 # in case and if your file system supports case sensitive file names. Windows   | 
   280 # in case and if your file system supports case sensitive file names. Windows   | 
   358 # here it will be hidden. Use a value of 0 to hide initializers completely.   | 
   358 # here it will be hidden. Use a value of 0 to hide initializers completely.   | 
   359 # The appearance of the initializer of individual variables and defines in the   | 
   359 # The appearance of the initializer of individual variables and defines in the   | 
   360 # documentation can be controlled using \showinitializer or \hideinitializer   | 
   360 # documentation can be controlled using \showinitializer or \hideinitializer   | 
   361 # command in the documentation regardless of this setting.  | 
   361 # command in the documentation regardless of this setting.  | 
   362   | 
   362   | 
   363 MAX_INITIALIZER_LINES  = 30  | 
   363 MAX_INITIALIZER_LINES  = 5  | 
   364   | 
   364   | 
   365 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated   | 
   365 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated   | 
   366 # at the bottom of the documentation of classes and structs. If set to YES the   | 
   366 # at the bottom of the documentation of classes and structs. If set to YES the   | 
   367 # list will mention the files that were used to generate the documentation.  | 
   367 # list will mention the files that were used to generate the documentation.  | 
   368   | 
   368   | 
   450                          ../../doc/coding_style.dox \  | 
   450                          ../../doc/coding_style.dox \  | 
   451                          ../../doc/groups.dox \  | 
   451                          ../../doc/groups.dox \  | 
   452                          ../lemon \  | 
   452                          ../lemon \  | 
   453                          ../lemon/concept \  | 
   453                          ../lemon/concept \  | 
   454                          ../test/test_tools.h \  | 
   454                          ../test/test_tools.h \  | 
   455                          klao/debug.h \  | 
   455                          alpar \  | 
   456                          jacint/max_flow.h \  | 
   456                          deba \  | 
   457                          jacint/max_matching.h \  | 
   457                          jacint \  | 
   458                          marci/bfs_dfs.h \  | 
   458                          klao \  | 
   459                          marci/bfs_dfs_misc.h \  | 
   459                          marci/lp \  | 
   460                          marci/lp/lp_solver_wrapper.h \  | 
   460                          marci  | 
   461                          jacint/graph_gen.h \  | 
         | 
   462                          marci/max_bipartite_matching.h \  | 
         | 
   463                          marci/bipartite_graph_wrapper.h \  | 
         | 
   464                          alpar/graph_to_eps.cc \  | 
         | 
   465                          deba  | 
         | 
   466   | 
   461   | 
   467 # If the value of the INPUT tag contains directories, you can use the   | 
   462 # 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   | 
   463 # 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   | 
   464 # and *.h) to filter out the source-files in the directories. If left   | 
   470 # blank the following patterns are tested:   | 
   465 # blank the following patterns are tested:   | 
   499   | 
   494   | 
   500 # The EXAMPLE_PATH tag can be used to specify one or more files or   | 
   495 # The EXAMPLE_PATH tag can be used to specify one or more files or   | 
   501 # directories that contain example code fragments that are included (see   | 
   496 # directories that contain example code fragments that are included (see   | 
   502 # the \include command).  | 
   497 # the \include command).  | 
   503   | 
   498   | 
   504 EXAMPLE_PATH           =   | 
   499 EXAMPLE_PATH           = ../demo \  | 
         | 
   500                          ../../doc \  | 
         | 
   501                          ../../LICENSE  | 
   505   | 
   502   | 
   506 # If the value of the EXAMPLE_PATH tag contains directories, you can use the   | 
   503 # If the value of the EXAMPLE_PATH tag contains directories, you can use the   | 
   507 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp   | 
   504 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp   | 
   508 # and *.h) to filter out the source-files in the directories. If left   | 
   505 # and *.h) to filter out the source-files in the directories. If left   | 
   509 # blank all files are included.  | 
   506 # blank all files are included.  |