BUG: removed todo items form headers - show up in doxygen

This commit is contained in:
andy
2010-08-27 13:31:12 +01:00
parent f8d6ca60e0
commit 72ad8d5cc4
4 changed files with 5 additions and 9 deletions

View File

@ -47,12 +47,11 @@ Description
segments. In rare cases (sections with very high curvatures), the
resulting distribution may be sub-optimal.
A future implementation could also handle closed splines.
SeeAlso
CatmullRomSpline
ToDo
A future implementation could also handle closed splines.
SourceFiles
BSpline.C

View File

@ -48,13 +48,12 @@ Description
segments. In rare cases (sections with very high curvatures), the
resulting distribution may be sub-optimal.
A future implementation could also handle closed splines.
SeeAlso
http://www.algorithmist.net/catmullrom.html provides a nice
introduction
ToDo
A future implementation could also handle closed splines.
SourceFiles
CatmullRomSpline.C

View File

@ -28,7 +28,6 @@ Description
A series of straight line segments, which can also be interpreted as
a series of control points for splines, etc.
ToDo
A future implementation could also handle a closed polyLine.
SourceFiles