diff --git a/Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h b/Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h index 1a799c850cc..8c6b3a41f36 100644 --- a/Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h +++ b/Basic_viewer/doc/Basic_viewer/CGAL/Graphics_scene.h @@ -29,7 +29,7 @@ public: void add_segment(const KPoint &p1, const KPoint &p2, const CGAL::IO::Color &acolor); - /// adds the given ray in the scene: an half line starting from `p` and having `v` as direction. + /// adds the given ray in the scene: a half line starting from `p` and having `v` as direction. template void add_ray(const KPoint &p, const KVector &v);