doc/mainpage.dox
changeset 668 5cc65c6a798b
parent 479 82b7894bed0c
child 670 e45bf7830d8c
equal deleted inserted replaced
0:80e13ac72dd8 1:752686cd299c
     1 /**
     1 /**
     2 \mainpage
     2 \mainpage
     3 
     3 
     4 Please make a better mainpage (doc/mainpage.dox).
     4 \section intro Introduction
       
     5 
       
     6 \subsection whatis What is HugoLib
       
     7 
       
     8 HugoLib stands for Hungarian Graph Optimization Library. It is a C++ template
       
     9 library aimed at combinatorial optimization tasks which often involve working
       
    10 with graphs. As the name also suggests, its development was started by
       
    11 Hungarian people.
       
    12 
       
    13 \subsection howtoread How to read this document
       
    14 
       
    15 If you are new to HugoLib, you probably should start \ref graphs "here".
       
    16 You can also find this page along with other under Related Pages (left-hand
       
    17 side frame).
       
    18 
       
    19 If you are more interested in details about data structures and algorithms then
       
    20 you should browse the reference manual part of the documentation. The Modules
       
    21 section is a good starting point for this.
     5 
    22 
     6 */
    23 */