Merge pull request #5907 from albert-github/feature/bug_dot_at_end_filename

Warnings Mesh_3 regarding non existing file (documentation)
This commit is contained in:
Sebastien Loriot 2021-08-19 20:38:02 +02:00 committed by GitHub
commit ac6933875a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -731,7 +731,7 @@ that call is replaced by:
The code of the function `initialize_triangulation_from_labeled_image()` is
in the non-documented header \ref
CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h\. As it is
CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h. As it is
undocumented and may be removed or modified at any time, if you wish to
use it then you should copy-paste it to your user code. The code of that
function is rather complicated. The following lines show how to insert new
@ -789,7 +789,7 @@ create a 3D image using the undocumented API of CGAL_ImageIO.
\snippet Mesh_3/mesh_3D_image_with_custom_initialization.cpp Create the image
The code of the function `%random_labeled_image()` is in the header file \ref
Mesh_3/random_labeled_image.h\.
Mesh_3/random_labeled_image.h.
The example \ref Mesh_3/mesh_3D_gray_image_with_custom_initialization.cpp is another
@ -805,7 +805,7 @@ the segmented image example above, the code consists in:
The code of the function `initialize_triangulation_from_gray_image()` is
in the non-documented header \ref
CGAL/Mesh_3/initialize_triangulation_from_gray_image.h\. As it is
CGAL/Mesh_3/initialize_triangulation_from_gray_image.h. As it is
undocumented and may be removed or modified at any time, if you wish to
use it then you should copy-paste it to your user code.