From 8efdbff89959bb343082eefcdfbedad1bd308d09 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sun, 24 Aug 2025 13:31:04 +0200 Subject: [PATCH] Overnight documentation build missing links The overnight doxygen build gave warnings like: ``` .../Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt:108: warning: unable to resolve link to '::import_from_triangulation_3' for \link command .../Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt:109: warning: unable to resolve link to '::import_from_polyhedron_3' for \link command .../Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt:112: warning: unable to resolve link to '::import_from_plane_graph' for \link command ``` when building against the doxygen master due to the fact that doxygen was a bit more stringent Added the namespace to the links (also tested against doxygen 1.9.6 after the changes). --- .../doc/Linear_cell_complex/Linear_cell_complex.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt b/Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt index d58e0f6e2e5..96f2ee051b5 100644 --- a/Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt +++ b/Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt @@ -105,11 +105,11 @@ There are several member functions allowing to insert specific configurations of There are two functions allowing to build a linear cell complex from two other \cgal data types: -Lastly, the function \link ::import_from_plane_graph `import_from_plane_graph(lcc,ais)`\endlink adds in `lcc` all the cells reconstructed from the planar graph read in `ais`, a `std::istream` (see the \link ::import_from_plane_graph `reference manual`\endlink for the file format). +Lastly, the function \link CGAL::import_from_plane_graph `import_from_plane_graph(lcc,ais)`\endlink adds in `lcc` all the cells reconstructed from the planar graph read in `ais`, a `std::istream` (see the \link CGAL::import_from_plane_graph `reference manual`\endlink for the file format). \subsection Linear_cell_complexModificationOperations Modification Operations \anchor ssecmodifop