COIN-OR::LEMON - Graph Library

Changeset 2230:67af33b34394 in lemon-0.x


Ignore:
Timestamp:
10/03/06 13:24:41 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2972
Message:

Some doc fix

Location:
lemon
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • lemon/color.h

    r2179 r2230  
    3333namespace lemon {
    3434
    35   /// \addtogroup misc
    36   /// @{
     35
     36/// \addtogroup misc
     37/// @{
    3738
    3839///Data structure representing RGB colors.
    3940
    4041///Data structure representing RGB colors.
    41 ///\ingroup misc
    4242class Color
    4343{
  • lemon/dijkstra.h

    r2151 r2230  
    366366      }
    367367    };
    368     ///\ref named-templ-param "Named parameter" for setting heap and cross
    369     ///reference type
    370 
     368    ///\brief \ref named-templ-param "Named parameter" for setting
     369    ///heap and cross reference type
     370    ///
    371371    ///\ref named-templ-param "Named parameter" for setting heap and cross
    372372    ///reference type
     
    390390      }
    391391    };
    392     ///\ref named-templ-param "Named parameter" for setting heap and cross
    393     ///reference type with automatic allocation
    394 
     392    ///\brief \ref named-templ-param "Named parameter" for setting
     393    ///heap and cross reference type with automatic allocation
     394    ///
    395395    ///\ref named-templ-param "Named parameter" for setting heap and cross
    396396    ///reference type. It can allocate the heap and the cross reference
  • lemon/johnson.h

    r2151 r2230  
    380380    ///\brief \ref named-templ-param "Named parameter" for setting heap and
    381381    ///cross reference type
    382 
     382    ///
    383383    ///\ref named-templ-param "Named parameter" for setting heap and cross
    384384    ///reference type
     
    402402      }
    403403    };
    404     ///\ref named-templ-param "Named parameter" for setting heap and cross
    405     ///reference type with automatic allocation
    406 
     404    ///\brief \ref named-templ-param "Named parameter" for setting
     405    ///heap and cross reference type with automatic allocation
     406    ///
    407407    ///\ref named-templ-param "Named parameter" for setting heap and cross
    408408    ///reference type. It can allocate the heap and the cross reference
  • lemon/prim.h

    r2151 r2230  
    331331      }
    332332    };
    333     ///\ref named-templ-param "Named parameter" for setting heap and cross
    334     ///reference type
    335 
     333    ///\brief \ref named-templ-param "Named parameter" for setting
     334    ///heap and cross reference type
     335    ///
    336336    ///\ref named-templ-param "Named parameter" for setting heap and cross
    337337    ///reference type
     
    354354      }
    355355    };
    356     ///\ref named-templ-param "Named parameter" for setting heap and cross
    357     ///reference type with automatic allocation
    358 
     356    ///\brief \ref named-templ-param "Named parameter" for setting
     357    ///heap and cross reference type with automatic allocation
     358    ///
    359359    ///\ref named-templ-param "Named parameter" for setting heap and cross
    360360    ///reference type. It can allocate the heap and the cross reference
  • lemon/random.h

    r2229 r2230  
    223223#elif WORD_BIT == 64
    224224
     225  /// \ingroup misc
     226  ///
    225227  /// \brief Mersenne Twister random number generator
    226228  ///
     
    407409#else
    408410
     411  /// \ingroup misc
     412  ///
    409413  /// \brief Mersenne Twister random number generator
    410414  ///
Note: See TracChangeset for help on using the changeset viewer.