Changeset 1894:f794a0bb40c9 in lemon-0.x
- Timestamp:
- 01/14/06 09:17:00 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2469
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/xml.h
r1875 r1894 101 101 102 102 ///Read/write a tag. 103 ///The whole <foo> ... </foo> will be placesin a single line.103 ///The whole \<foo\> ... \</foo\> will be placed in a single line. 104 104 class LineTag 105 105 { -
lemon/time_measure.h
r1875 r1894 501 501 ///\param f the function object to be measured. 502 502 ///\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>. 508 507 ///\return The average running time of \c f. 509 508
Note: See TracChangeset
for help on using the changeset viewer.