src/include/unionfind.h
changeset 491 4804c967543d
parent 483 ce29ae5b2e1b
     1.1 --- a/src/include/unionfind.h	Thu Apr 29 23:24:42 2004 +0000
     1.2 +++ b/src/include/unionfind.h	Fri Apr 30 01:02:22 2004 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  #ifndef HUGO_UNION_FIND_H
     1.5  #define HUGO_UNION_FIND_H
     1.6  
     1.7 -//!ingroup auxdat
     1.8 +//!\ingroup auxdat
     1.9  //!\file
    1.10  //!\brief Union-Find data structures.
    1.11