1.1 --- a/Doxyfile Sat Oct 11 13:13:09 2008 +0200
1.2 +++ b/Doxyfile Thu Oct 23 14:05:55 2008 +0200
1.3 @@ -70,7 +70,7 @@
1.4 SHOW_FILES = NO
1.5 SHOW_NAMESPACES = NO
1.6 FILE_VERSION_FILTER =
1.7 -LAYOUT_FILE =
1.8 +LAYOUT_FILE = DoxygenLayout.xml
1.9 #---------------------------------------------------------------------------
1.10 # configuration options related to warning and progress messages
1.11 #---------------------------------------------------------------------------
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/DoxygenLayout.xml Thu Oct 23 14:05:55 2008 +0200
2.3 @@ -0,0 +1,13 @@
2.4 +<doxygenlayout version="1.0">
2.5 + <!-- Navigation index tabs for HTML output -->
2.6 + <navindex>
2.7 + <tab type="mainpage" visible="yes" title="Table of Contents"/>
2.8 + <tab type="modules" visible="no" title=""/>
2.9 + <tab type="classes" visible="no" title=""/>
2.10 + <tab type="namespaces" visible="no" title=""/>
2.11 + <tab type="files" visible="no" title=""/>
2.12 + <tab type="dirs" visible="no" title=""/>
2.13 + <tab type="examples" visible="no" title=""/>
2.14 + <tab type="pages" visible="no" title=""/>
2.15 + </navindex>
2.16 +</doxygenlayout>
3.1 --- a/mainpage.dox Sat Oct 11 13:13:09 2008 +0200
3.2 +++ b/mainpage.dox Thu Oct 23 14:05:55 2008 +0200
3.3 @@ -22,75 +22,52 @@
3.4
3.5 \section toc Table of Contents
3.6
3.7 -<ol>
3.8 - <li>\ref intro "Introduction"</li>
3.9 - <li>\ref getting_started "Getting Started"</li>
3.10 - <ul>
3.11 - <li>\ref hello_lemon "Compile Your First Code"</li>
3.12 - <ul>
3.13 - <li>\ref hello_lemon_system "If LEMON is Installed System-Wide"</li>
3.14 - <li>\ref hello_lemon_user "If LEMON is Installed User-Local"</li>
3.15 - <ul>
3.16 - <li>\ref hello_lemon_pkg_config "Use pkg-config"</li>
3.17 - </ul>
3.18 - </ul>
3.19 - </ul>
3.20 - <li>\ref basic_concepts "Basic Concepts"</li>
3.21 - <ul>
3.22 - <li>\ref digraph_build "Build and Modify a Digraph"</li>
3.23 - <li>\ref digraph_iterate "Iterate Over the Elements"</li>
3.24 - <li>\ref standard_maps "Maps - Assign Data to Graphs"</li>
3.25 - <li>\ref algorithms "Algorithms"</li>
3.26 - <ul>
3.27 - <li>\ref alg_bfs_dfs "BFS, DFS - Graph Search"</li>
3.28 - <li>\ref alg_dijkstra "Dijkstra - Shorthest Path"</li>
3.29 - <li>\ref alg_kruskal "Kruskal - Minimum Spanning Tree"</li>
3.30 - </ul>
3.31 - <li>\ref undir_graphs "Undirected Graphs"</li>
3.32 - </ul>
3.33 - <li>\ref tools "Some Important Auxiliary Tools"</li>
3.34 - <ul>
3.35 - <li>\ref lgf "LEMON Graph Format"</li>
3.36 - <ul>
3.37 - <li>\ref glemon "gLemon - A Graph Editor for LEMON"</li>
3.38 - </ul>
3.39 - <li>\ref graph_to_eps "GraphToEps - Postscript Exporting"</li>
3.40 - <li>\ref time_count "Time Measuring and Counting"</li>
3.41 - <li>\ref random "Random Numbers"</li>
3.42 - </ul>
3.43 - <li>\ref advanced "Advanced Topics"</li>
3.44 - <ul>
3.45 - <li>\ref maps "Maps"</li>
3.46 - <ul>
3.47 - <li>\ref map_concepts "Read/Write/Reference Maps"</li>
3.48 - <li>\ref custom_maps "Custom Maps"</li>
3.49 - <li>\ref map_adaptors "Map Adaptors"</li>
3.50 - <li>\ref special_maps "Other Special Purpose Maps"</li>
3.51 - </ul>
3.52 - <li>\ref graphs "Graphs"</li>
3.53 - <ul>
3.54 - <li>\ref graph_adaptors "Graph Adaptors"</li>
3.55 - <li>\ref special_graphs "Special Graph Structures"</li>
3.56 - </ul>
3.57 - <li>\ref named_params "Named Parameters"</li>
3.58 - <ul>
3.59 - <li>\ref alg_named_params "Customizing Algorithms"</li>
3.60 - </ul>
3.61 - </ul>
3.62 - <li>\ref lp "LP and MIP Solvers"</li>
3.63 - <li>\ref appendix "Appendix"</li>
3.64 - <ul>
3.65 - <li>\ref install "Install LEMON"</li>
3.66 - <ul>
3.67 - <li>\ref install_system "Install System Wide"</li>
3.68 - <ul>
3.69 - <li>\ref install_system_source "From Source"</li>
3.70 - <li>\ref install_system_rpm "From rpm"</li>
3.71 - </ul>
3.72 - <li>\ref install_user "Install Locally to the User"</li>
3.73 - </ul>
3.74 - </ul>
3.75 -</ol>
3.76 + - \ref intro
3.77 + - \ref getting_started
3.78 + - \ref requirements_lemon
3.79 + - \ref requirements_lp
3.80 + - \ref download_lemon
3.81 + - \ref install_lemon
3.82 + - \ref hg_checkout
3.83 + - \ref hg_compile
3.84 + - \ref hello_lemon
3.85 + - \ref hello_lemon_system
3.86 + - \ref hello_lemon_user
3.87 + - \ref basic_concepts "Basic Concepts"
3.88 + - \ref digraph_build "Build and Modify a Digraph"
3.89 + - \ref digraph_iterate "Iterate Over the Elements"
3.90 + - \ref standard_maps "Maps - Assign Data to Graphs"
3.91 + - \ref algorithms "Algorithms"
3.92 + - \ref alg_bfs_dfs "BFS, DFS - Graph Search"
3.93 + - \ref alg_dijkstra "Dijkstra - Shorthest Path"
3.94 + - \ref alg_kruskal "Kruskal - Minimum Spanning Tree"
3.95 + - \ref undir_graphs "Undirected Graphs"
3.96 + - \ref tools "Some Important Auxiliary Tools"
3.97 + - \ref lgf "LEMON Graph Format"
3.98 + - \ref glemon "gLemon - A Graph Editor for LEMON"
3.99 + - \ref graph_to_eps "GraphToEps - Postscript Exporting"
3.100 + - \ref time_count "Time Measuring and Counting"
3.101 + - \ref random "Random Numbers"
3.102 + - \ref advanced "Advanced Topics"
3.103 + - \ref maps "Maps"
3.104 + - \ref map_concepts "Read/Write/Reference Maps"
3.105 + - \ref custom_maps "Custom Maps"
3.106 + - \ref map_adaptors "Map Adaptors"
3.107 + - \ref special_maps "Other Special Purpose Maps"
3.108 + - \ref graphs "Graphs"
3.109 + - \ref graph_adaptors "Graph Adaptors"
3.110 + - \ref special_graphs "Special Graph Structures"
3.111 + - \ref named_params "Named Parameters"
3.112 + - \ref alg_named_params "Customizing Algorithms"
3.113 + - \ref lp "LP and MIP Solvers"
3.114 + - \ref lp_examples "Simple Examples"
3.115 + - \ref lp_maxflow "Maximum Flow as LP Problem"
3.116 + - \ref appendix "Appendix"
3.117 + - \ref install "Install LEMON"
3.118 + - \ref install_system "Install System Wide"
3.119 + - \ref install_system_source "From Source"
3.120 + - \ref install_system_rpm "From rpm"
3.121 + - \ref install_user "Install Locally to the User"
3.122
3.123 */
3.124 }