manual bugfixes regarding ccIncludeExampleCode

This commit is contained in:
Andreas Meyer 2006-10-31 14:11:10 +00:00
parent 0c1292b779
commit 80e87e8190
3 changed files with 3 additions and 3 deletions

View File

@ -145,7 +145,7 @@
\ccc{P} with 20 vertices and computes the minimum enclosing
parallelogram of \ccc{P}.
\ccIncludeExampleCode{Min_quadrilateral/minimum_enclosing_parallelogram_2.cpp}
\ccIncludeExampleCode{Min_quadrilateral_2/minimum_enclosing_parallelogram_2.cpp}
\end{ccRefFunction}
@ -214,7 +214,7 @@
\ccc{P} with 20 vertices and computes the minimum enclosing
strip of \ccc{P}.
\ccIncludeExampleCode{Min_quadrilateral/minimum_enclosing_strip_2.cpp}
\ccIncludeExampleCode{Min_quadrilateral_2/minimum_enclosing_strip_2.cpp}
\end{ccRefFunction}

View File

@ -314,7 +314,7 @@ handles spheres with Cartesian coordinates; homogenous representation
is not supported yet.
\ccExample
\ccIncludeExampleCode{Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_d.cpp}
\ccIncludeExampleCode{Min_sphere_of_spheres_d/min_sphere_of_spheres_d_d.cpp}
\end{ccRefClass}