mirror of https://github.com/CGAL/cgal
Moved ccInclude
This commit is contained in:
parent
7b2e376550
commit
abffedee6b
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
\ccDefinition
|
||||
|
||||
\ccInclude{CGAL/Timer.h}
|
||||
\ccCreationVariable{t}
|
||||
|
||||
The class \ccRefName\ is a timer class for measuring user process time.
|
||||
|
|
@ -20,6 +19,7 @@ counts the number of calls of the \ccc{start()} member function since the
|
|||
last reset. If the reset occures while the timer is running it counts as the
|
||||
first interval.
|
||||
|
||||
\ccInclude{CGAL/Timer.h}
|
||||
|
||||
\ccCreation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue