do not refer to a file that is not present in doxygen doc layout

This commit is contained in:
Sébastien Loriot 2013-02-01 17:13:02 +01:00
parent a8f0e9121b
commit 16d225c727
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ const Alpha_shape_3<Dt,ExactAlphaComparisonTag>& A);
Inserts the alpha shape `A` for the current alpha value into the Geomview stream `W`.
\pre The insert operator must be defined for `GT::Point` and `GT::Triangle`.
Defined in \ref CGAL/IO/Geomview_stream.h and \ref CGAL/IO/alpha_shape_geomview_ostream_3.h
Defined in \ref CGAL/IO/Geomview_stream.h and `CGAL/IO/alpha_shape_geomview_ostream_3.h`
\relates Alpha_shape_3
*/