COIN-OR::LEMON - Graph Library

Changeset 881:a9f19f38970b in lemon-0.x


Ignore:
Timestamp:
09/19/04 14:24:48 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1189
Message:

Right (but still too short) documentation of the namespaces.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile

    r872 r881  
    394394INPUT                  = mainpage.dox \
    395395                         graphs.dox \
    396                          maps.dox coding_style.dox \
     396                         maps.dox \
     397                         coding_style.dox \
    397398                         groups.dox \
     399                         namespaces.dox \
    398400                         ../src/hugo \
    399401                         ../src/hugo/skeletons \
  • src/hugo/kruskal.h

    r824 r881  
    2222///Kruskal's algorithm to compute a minimum cost tree.
    2323
    24 ///\weakgroup spantree
    2524namespace hugo {
    2625
  • src/hugo/skeletons/graph.h

    r880 r881  
    1010#include <hugo/skeletons/maps.h>
    1111
    12 /// The namespace of HugoLib
    1312namespace hugo {
    1413  namespace skeleton {
  • src/hugo/skeletons/maps.h

    r809 r881  
    99namespace hugo {
    1010
    11   /// The namespace of HUGOlib concepts and concept checking classes
    1211  namespace skeleton {
    1312 
Note: See TracChangeset for help on using the changeset viewer.