COIN-OR::LEMON - Graph Library

Changeset 1894:f794a0bb40c9 in lemon-0.x


Ignore:
Timestamp:
01/14/06 09:17:00 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2469
Message:

Changes in doc

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gui/xml.h

    r1875 r1894  
    101101 
    102102    ///Read/write a tag.
    103     ///The whole <foo> ... </foo> will be places in a single line.
     103    ///The whole \<foo\> ... \</foo\> will be placed in a single line.
    104104    class LineTag
    105105    {
  • lemon/time_measure.h

    r1875 r1894  
    501501  ///\param f the function object to be measured.
    502502  ///\param min_time the minimum total running time.
    503   ///\retval num if it is not \c NULL, then *num will contain the actual
    504   ///        number of execution of \c f.
    505   ///\retval full_time if it is not \c NULL, then *full_time
    506   ///        will contain the actual
    507   ///        total running time.
     503  ///\retval num if it is not \c NULL, then the actual
     504  ///        number of execution of \c f will be written into <tt>*num</tt>.
     505  ///\retval full_time if it is not \c NULL, then the actual
     506  ///        total running time will be written into <tt>*full_time</tt>.
    508507  ///\return The average running time of \c f.
    509508 
Note: See TracChangeset for help on using the changeset viewer.