# HG changeset patch # User Peter Kovacs # Date 1224763555 -7200 # Node ID 89f6fff82e933b518612eccdd2e24ef55c1da0aa # Parent 0cf8882c7e7c72ec91bdcdc32831a7287a930c14 More simple mainpage + using layout file diff -r 0cf8882c7e7c -r 89f6fff82e93 Doxyfile --- a/Doxyfile Sat Oct 11 13:13:09 2008 +0200 +++ b/Doxyfile Thu Oct 23 14:05:55 2008 +0200 @@ -70,7 +70,7 @@ SHOW_FILES = NO SHOW_NAMESPACES = NO FILE_VERSION_FILTER = -LAYOUT_FILE = +LAYOUT_FILE = DoxygenLayout.xml #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- diff -r 0cf8882c7e7c -r 89f6fff82e93 DoxygenLayout.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DoxygenLayout.xml Thu Oct 23 14:05:55 2008 +0200 @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff -r 0cf8882c7e7c -r 89f6fff82e93 mainpage.dox --- a/mainpage.dox Sat Oct 11 13:13:09 2008 +0200 +++ b/mainpage.dox Thu Oct 23 14:05:55 2008 +0200 @@ -22,75 +22,52 @@ \section toc Table of Contents -
    -
  1. \ref intro "Introduction"
  2. -
  3. \ref getting_started "Getting Started"
  4. - -
  5. \ref basic_concepts "Basic Concepts"
  6. - -
  7. \ref tools "Some Important Auxiliary Tools"
  8. - -
  9. \ref advanced "Advanced Topics"
  10. - -
  11. \ref lp "LP and MIP Solvers"
  12. -
  13. \ref appendix "Appendix"
  14. - -
+ - \ref intro + - \ref getting_started + - \ref requirements_lemon + - \ref requirements_lp + - \ref download_lemon + - \ref install_lemon + - \ref hg_checkout + - \ref hg_compile + - \ref hello_lemon + - \ref hello_lemon_system + - \ref hello_lemon_user + - \ref basic_concepts "Basic Concepts" + - \ref digraph_build "Build and Modify a Digraph" + - \ref digraph_iterate "Iterate Over the Elements" + - \ref standard_maps "Maps - Assign Data to Graphs" + - \ref algorithms "Algorithms" + - \ref alg_bfs_dfs "BFS, DFS - Graph Search" + - \ref alg_dijkstra "Dijkstra - Shorthest Path" + - \ref alg_kruskal "Kruskal - Minimum Spanning Tree" + - \ref undir_graphs "Undirected Graphs" + - \ref tools "Some Important Auxiliary Tools" + - \ref lgf "LEMON Graph Format" + - \ref glemon "gLemon - A Graph Editor for LEMON" + - \ref graph_to_eps "GraphToEps - Postscript Exporting" + - \ref time_count "Time Measuring and Counting" + - \ref random "Random Numbers" + - \ref advanced "Advanced Topics" + - \ref maps "Maps" + - \ref map_concepts "Read/Write/Reference Maps" + - \ref custom_maps "Custom Maps" + - \ref map_adaptors "Map Adaptors" + - \ref special_maps "Other Special Purpose Maps" + - \ref graphs "Graphs" + - \ref graph_adaptors "Graph Adaptors" + - \ref special_graphs "Special Graph Structures" + - \ref named_params "Named Parameters" + - \ref alg_named_params "Customizing Algorithms" + - \ref lp "LP and MIP Solvers" + - \ref lp_examples "Simple Examples" + - \ref lp_maxflow "Maximum Flow as LP Problem" + - \ref appendix "Appendix" + - \ref install "Install LEMON" + - \ref install_system "Install System Wide" + - \ref install_system_source "From Source" + - \ref install_system_rpm "From rpm" + - \ref install_user "Install Locally to the User" */ }