Skip to content

Commit 97bd1cf

Browse files
authored
Rename home page of reference manuals to "Reference Manual" (#8904)
Before: "Pkg Reference" After: "Reference Manual" No need to repeat the package name as it is on the line above. Example output ![Screenshot from 2025-05-22 16-18-54](https://github.com/user-attachments/assets/ed285e12-d95c-4ec2-934d-12f4c7aa014c)
2 parents 5833ff3 + 4d13a4d commit 97bd1cf

File tree

131 files changed

+146
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+146
-165
lines changed

AABB_tree/doc/AABB_tree/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgAABBTreeRef AABB Tree Reference
1+
/// \defgroup PkgAABBTreeRef Reference Manual
22

33
/// \defgroup PkgAABBTreeConcepts Concepts
44
/// \ingroup PkgAABBTreeRef

Advancing_front_surface_reconstruction/doc/Advancing_front_surface_reconstruction/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgAdvancingFrontSurfaceReconstructionRef Advancing Front Surface Reconstruction Reference
1+
/// \defgroup PkgAdvancingFrontSurfaceReconstructionRef Reference Manual
22

33
/// \defgroup PkgAdvancingFrontSurfaceReconstructionRefConcepts Concepts
44
/// \ingroup PkgAdvancingFrontSurfaceReconstructionRef

Algebraic_foundations/doc/Algebraic_foundations/Algebraic_foundations.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ using overloaded functions. However, for ease of use and backward
8080
compatibility all functionality is also
8181
accessible through global functions defined within namespace `CGAL`,
8282
e.g., \link sqrt `CGAL::sqrt(x)` \endlink. This is realized via function templates using
83-
the according functor of the traits class. For an overview see
84-
Section \ref PkgAlgebraicFoundationsRef in the reference manual.
83+
the according functor of the traits class. For an overview see the section "Global Functions" in the
84+
\ref PkgAlgebraicFoundationsRef.
8585

8686
\subsection Algebraic_foundationsTagsinAlgebraicStructure Tags in Algebraic Structure Traits
8787

Algebraic_foundations/doc/Algebraic_foundations/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgAlgebraicFoundationsRef Algebraic Foundations Reference
1+
/// \defgroup PkgAlgebraicFoundationsRef Reference Manual
22

33
/// \defgroup PkgAlgebraicFoundationsAlgebraicStructuresConcepts Concepts
44
/// \ingroup PkgAlgebraicFoundationsRef

Algebraic_kernel_d/doc/Algebraic_kernel_d/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgAlgebraicKernelDRef Algebraic Kernel Reference
1+
/// \defgroup PkgAlgebraicKernelDRef Reference Manual
22

33
/// \defgroup PkgAlgebraicKernelDConcepts Concepts
44
/// \ingroup PkgAlgebraicKernelDRef

Alpha_shapes_2/doc/Alpha_shapes_2/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgAlphaShapes2Ref 2D Alpha Shapes Reference
1+
/// \defgroup PkgAlphaShapes2Ref Reference Manual
22
/// \defgroup PkgAlphaShapes2Concepts Concepts
33
/// \ingroup PkgAlphaShapes2Ref
44

Alpha_shapes_3/doc/Alpha_shapes_3/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgAlphaShapes3Ref 3D Alpha Shapes Reference
1+
/// \defgroup PkgAlphaShapes3Ref Reference Manual
22
/// \defgroup PkgAlphaShapes3Concepts Concepts
33
/// \ingroup PkgAlphaShapes3Ref
44
/*!

Alpha_wrap_3/doc/Alpha_wrap_3/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgAlphaWrap3Ref 3D Alpha Wrapping
1+
/// \defgroup PkgAlphaWrap3Ref Reference Manual
22

33
/// \defgroup AW3_free_functions_grp Free Functions
44
/// Functions to create a wrap from point clouds, triangle soups, and triangle meshes.

Apollonius_graph_2/doc/Apollonius_graph_2/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgApolloniusGraph2Ref 2D Apollonius Graphs (Delaunay Graphs of Disks) Reference
1+
/// \defgroup PkgApolloniusGraph2Ref Reference Manual
22
/// \defgroup PkgApolloniusGraph2Concepts Concepts
33
/// \ingroup PkgApolloniusGraph2Ref
44
/*!

Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4196,7 +4196,7 @@ are both parameterized by a geometric kernel and model the concepts
41964196
`AosTraits_2` and `AosLandmarkTraits_2`.
41974197
\cgalFootnote{They also model the refined concept
41984198
\cgalFootnoteCode{AosDirectionalXMonotoneTraits_2}, which enables Boolean set
4199-
operations; see Package \ref PkgBooleanSetOperations2Ref.} The class
4199+
operations; see Package \ref PkgBooleanSetOperations2.} The class
42004200
template `Arr_non_caching_segment_traits_2<Kernel>` derives from the
42014201
instance `Arr_non_caching_segment_basic_traits_2<Kernel>`, which
42024202
models the `AosLandmarkTraits_2` traits concept but not the
@@ -4937,7 +4937,7 @@ template models the concepts `AosTraits_2` and
49374937
`AosOpenBoundaryTraits_2`, but it does not model the
49384938
`AosLandmarkTraits_2` concept. It also models the refined
49394939
concept `AosDirectionalXMonotoneTraits_2`, which enables
4940-
Boolean set operations; see Package \ref PkgBooleanSetOperations2Ref.
4940+
Boolean set operations; see Package \ref PkgBooleanSetOperations2.
49414941
Note that it is not a model of `AosLandmarkTraits_2` concept,
49424942
so it is impossible to use the landmark point-location strategy with
49434943
this traits class.
@@ -5167,7 +5167,7 @@ Every instance of the `Arr_Bezier_curve_traits_2` class templates
51675167
models the concept `AosTraits_2` (but it does not model the
51685168
`AosLandmarkTraits_2` concept). It also models the refined
51695169
concept `AosDirectionalXMonotoneTraits_2`, which enables
5170-
Boolean set operations; see Package \ref PkgBooleanSetOperations2Ref.
5170+
Boolean set operations; see Package \ref PkgBooleanSetOperations2.
51715171

51725172
<!-- ----------------------------------------------------------------------- -->
51735173
\cgalFigureBegin{aos_fig-bezier_curves,bezier_curves.png}

Arrangement_on_surface_2/doc/Arrangement_on_surface_2/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgArrangementOnSurface2Ref 2D Arrangement Reference
1+
/// \defgroup PkgArrangementOnSurface2Ref Reference Manual
22

33
/// \defgroup PkgArrangementOnSurface2Concepts Concepts
44
/// \ingroup PkgArrangementOnSurface2Ref

BGL/doc/BGL/BGL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ using one of the following tags:
698698
- `CGAL::Alpha_expansion_boost_adjacency_list_tag` (default)
699699
- `CGAL::Alpha_expansion_boost_compressed_sparse_raw_tag`
700700
- `CGAL::Alpha_expansion_MaxFlow_tag`, released under GPL
701-
license and provided by the \ref PkgSurfaceMeshSegmentationRef
701+
license and provided by the \ref PkgSurfaceMeshSegmentation
702702
package
703703

704704
All these implementations produce the exact same result but behave

BGL/doc/BGL/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgBGLRef CGAL and the Boost Graph Library Reference
1+
/// \defgroup PkgBGLRef Reference Manual
22

33
/*! \defgroup PkgBGLConcepts Concepts
44
\ingroup PkgBGLRef

BGL/include/CGAL/boost/graph/alpha_expansion_graphcut.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,8 @@ class Alpha_expansion_MaxFlow_impl;
509509
\cgalParamNEnd
510510
\cgalNamedParamsEnd
511511
512-
\note The `MaxFlow` implementation is provided by the \ref PkgSurfaceMeshSegmentationRef
512+
513+
\note The `MaxFlow` implementation is provided by the \ref PkgSurfaceMeshSegmentation package
513514
under GPL license. The header `<CGAL/boost/graph/Alpha_expansion_MaxFlow_tag.h>`
514515
must be included if users want to use this implementation.
515516
*/

Barycentric_coordinates_2/doc/Barycentric_coordinates_2/Barycentric_coordinates_2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ All analytic barycentric coordinates for polygons can be computed either by inst
5353
or through one of the free functions. Harmonic coordinates can be computed only by
5454
instantiating a class that must be parameterized by a model of the concept `DiscretizedDomain_2`.
5555
Segment and triangle coordinates can be computed only through the free functions.
56-
For more information see the \ref PkgBarycentricCoordinates2Ref "Reference Manual".
56+
For more information see the \ref PkgBarycentricCoordinates2Ref.
5757

5858
Any point in the plane may be taken as a query point. However, we do not recommend using
5959
Wachspress and discrete harmonic coordinates with query points outside the closure

Barycentric_coordinates_2/doc/Barycentric_coordinates_2/PackageDescription.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
namespace CGAL {
2-
namespace Barycentric_coordinates {
3-
41
/*!
5-
\defgroup PkgBarycentricCoordinates2Ref 2D Generalized Barycentric Coordinates Reference
2+
\defgroup PkgBarycentricCoordinates2Ref Reference Manual
63

74
\defgroup PkgBarycentricCoordinates2RefConcepts Concepts
85
\ingroup PkgBarycentricCoordinates2Ref
@@ -77,6 +74,3 @@ coordinates from the Package \ref PkgInterpolation2.}
7774
- `discrete_harmonic_coordinates_2()`
7875
- `boundary_coordinates_2()`
7976
*/
80-
81-
} /* namespace Barycentric_coordinates */
82-
} /* namespace CGAL */

Basic_viewer/doc/Basic_viewer/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgBasicViewerRef Basic Viewer Reference
1+
/// \defgroup PkgBasicViewerRef Reference Manual
22

33
/// \defgroup PkgBasicViewerConcepts Concepts
44
/// \ingroup PkgBasicViewerRef

Boolean_set_operations_2/doc/Boolean_set_operations_2/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgBooleanSetOperations2Ref 2D Regularized Boolean Set-Operations Reference
1+
/// \defgroup PkgBooleanSetOperations2Ref Reference Manual
22
/// \defgroup PkgBooleanSetOperations2Concepts Concepts
33
/// \ingroup PkgBooleanSetOperations2Ref
44

Bounding_volumes/doc/Bounding_volumes/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgBoundingVolumesRef Bounding Volumes Reference
1+
/// \defgroup PkgBoundingVolumesRef Reference Manual
22
/// \defgroup PkgBoundingVolumesConcepts Concepts
33
/// \ingroup PkgBoundingVolumesRef
44
/*!

Box_intersection_d/doc/Box_intersection_d/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgBoxIntersectionDRef Intersecting Sequences of dD Iso-oriented Boxes Reference
1+
/// \defgroup PkgBoxIntersectionDRef Reference Manual
22
/// \defgroup PkgBoxIntersectionDConcepts Concepts
33
/// \ingroup PkgBoxIntersectionDRef
44

CGAL_ipelets/doc/CGAL_ipelets/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgCGALIpeletsRef CGAL Ipelets Reference
1+
/// \defgroup PkgCGALIpeletsRef Reference Manual
22
/*!
33
\addtogroup PkgCGALIpeletsRef
44
\cgalPkgDescriptionBegin{CGAL Ipelets,PkgCGALIpelets}

Circular_kernel_2/doc/Circular_kernel_2/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgCircularKernel2Ref 2D Circular Geometry Kernel Reference
1+
/// \defgroup PkgCircularKernel2Ref Reference Manual
22

33
/// \defgroup PkgCircularKernel2GeometricConcepts Geometric Concepts
44
/// \ingroup PkgCircularKernel2Ref

Circular_kernel_3/doc/Circular_kernel_3/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgCircularKernel3Ref 3D Spherical Geometry Kernel Reference
1+
/// \defgroup PkgCircularKernel3Ref Reference Manual
22

33
/// \defgroup PkgCircularKernel3GeometricConcepts Geometric Concepts
44
/// \ingroup PkgCircularKernel3Ref

Circulator/doc/Circulator/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgHandlesAndCirculatorsRef Handles and Circulators Reference
1+
/// \defgroup PkgHandlesAndCirculatorsRef Reference Manual
22
/// \defgroup PkgHandlesAndCirculatorsConcepts Concepts
33
/// \ingroup PkgHandlesAndCirculatorsRef
44

Classification/doc/Classification/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgClassificationRef Classification Reference
1+
/// \defgroup PkgClassificationRef Reference Manual
22

33
/*!
44
\defgroup PkgClassificationConcepts Concepts

Combinatorial_map/doc/Combinatorial_map/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgCombinatorialMapsRef Combinatorial Maps Reference
1+
/// \defgroup PkgCombinatorialMapsRef Reference Manual
22

33
/// \defgroup PkgCombinatorialMapsConcepts Concepts
44
/// \ingroup PkgCombinatorialMapsRef

Cone_spanners_2/doc/Cone_spanners_2/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgConeSpanners2Ref Cone-Based Spanners Reference
1+
/// \defgroup PkgConeSpanners2Ref Reference Manual
22

33
/*!
44
\addtogroup PkgConeSpanners2Ref

Convex_decomposition_3/doc/Convex_decomposition_3/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgConvexDecomposition3Ref Convex Decomposition of Polyhedra Reference
1+
/// \defgroup PkgConvexDecomposition3Ref Reference Manual
22

33
/*!
44
\addtogroup PkgConvexDecomposition3Ref

Convex_hull_2/doc/Convex_hull_2/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgConvexHull2Ref 2D Convex Hulls and Extreme Points Reference
1+
/// \defgroup PkgConvexHull2Ref Reference Manual
22

33
/// \defgroup PkgConvexHull2Concepts Concepts
44
/// \ingroup PkgConvexHull2Ref

Convex_hull_3/doc/Convex_hull_3/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgConvexHull3Ref 3D Convex Hulls Reference
1+
/// \defgroup PkgConvexHull3Ref Reference Manual
22

33
/// \defgroup PkgConvexHull3Concepts Concepts
44
/// \ingroup PkgConvexHull3Ref

Convex_hull_d/doc/Convex_hull_d/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgConvexHullDRef dD Convex Hulls and Delaunay Triangulations Reference
1+
/// \defgroup PkgConvexHullDRef Reference Manual
22
/// \defgroup PkgConvexHullDConcepts Concepts
33
/// \ingroup PkgConvexHullDRef
44
/*!

Documentation/doc/Documentation/Third_party.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The \eigen web site is <A HREF="https://eigen.tuxfamily.org/index.php?title=Main
143143

144144
\opengr is a set C++ libraries for 3D Global Registration released under the terms of the APACHE V2 license.
145145

146-
\cgal provides wrappers for the Super4PCS algorithm of \opengr in the \ref PkgPointSetProcessing3Ref
146+
\cgal provides wrappers for the Super4PCS algorithm of \opengr in the \ref PkgPointSetProcessing3
147147
packages. In order to use \opengr in \cgal programs, the executables should be linked with the CMake imported target `CGAL::OpenGR_support` provided in `CGAL_OpenGR_support.cmake`.
148148

149149
The \opengr web site is <A HREF="https://github.com/STORM-IRIT/OpenGR">`https://github.com/STORM-IRIT/OpenGR`</A>.
@@ -152,7 +152,7 @@ The \opengr web site is <A HREF="https://github.com/STORM-IRIT/OpenGR">`https://
152152

153153
\libpointmatcher is a modular library implementing the Iterative Closest Point (ICP) algorithm for aligning point clouds, released under a permissive BSD license.
154154

155-
\cgal provides wrappers for the ICP algorithm of \libpointmatcher in the \ref PkgPointSetProcessing3Ref
155+
\cgal provides wrappers for the ICP algorithm of \libpointmatcher in the \ref PkgPointSetProcessing3
156156
packages. In order to use \libpointmatcher in \cgal programs, the
157157
executables should be linked with the CMake imported target
158158
`CGAL::pointmatcher_support` provided in
@@ -276,7 +276,7 @@ for instance, on Windows, you can download it from <A HREF="https://www.zlib.net
276276

277277
\ceres is an open source C++ library for modeling and solving large, complicated optimization problems.
278278

279-
In \cgal, \ceres is used by the \ref PkgPolygonMeshProcessingRef package for mesh smoothing, which
279+
In \cgal, \ceres is used by the \ref PkgPolygonMeshProcessing package for mesh smoothing, which
280280
requires solving complex non-linear least squares problems.
281281

282282
Visit the official website of the library at <A HREF="http://ceres-solver.org/index.html">`ceres-solver.org`</A>

Documentation/doc/Documentation/Tutorials/Tutorial_GIS.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,14 @@ described in this tutorial.
303303

304304
This tutorial is based on the following \cgal packages:
305305

306-
- \ref PkgTriangulation2Ref
307-
- \ref PkgPointSet3Ref
308-
- \ref PkgPointSetProcessing3Ref
306+
- \ref PkgTriangulation2
307+
- \ref PkgPointSet3
308+
- \ref PkgPointSetProcessing3
309309
- \ref PkgSurface_mesh
310-
- \ref PkgBGLRef
311-
- \ref PkgPolygonMeshProcessingRef
312-
- \ref PkgPolylineSimplification2Ref
313-
- \ref PkgClassificationRef
310+
- \ref PkgBGL
311+
- \ref PkgPolygonMeshProcessing
312+
- \ref PkgPolylineSimplification2
313+
- \ref PkgClassification
314314

315315
The data set used throughout this tutorial comes from the
316316
https://www.usgs.gov/ database, licensed under the _US Government

Envelope_2/doc/Envelope_2/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgEnvelope2Ref 2D Envelopes Reference
1+
/// \defgroup PkgEnvelope2Ref Reference Manual
22
/// \defgroup PkgEnvelope2Concepts Concepts
33
/// \ingroup PkgEnvelope2Ref
44
/*!

Envelope_3/doc/Envelope_3/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgEnvelope3Ref 3D Envelopes Reference
1+
/// \defgroup PkgEnvelope3Ref Reference Manual
22
/// \defgroup PkgEnvelope3Concepts Concepts
33
/// \ingroup PkgEnvelope3Ref
44
/*!

Generalized_map/doc/Generalized_map/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgGeneralizedMapsRef Generalized Maps Reference
1+
/// \defgroup PkgGeneralizedMapsRef Reference Manual
22

33
/// \defgroup PkgGeneralizedMapsConcepts Concepts
44
/// \ingroup PkgGeneralizedMapsRef

Generator/doc/Generator/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgGeneratorsRef Geometric Object Generators Reference
1+
/// \defgroup PkgGeneratorsRef Reference Manual
22
/// \defgroup PkgGeneratorsConcepts Concepts
33
/// \ingroup PkgGeneratorsRef
44
/*!

GraphicsView/doc/GraphicsView/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgGraphicsViewRef CGAL and the Qt Graphics View Framework Reference
1+
/// \defgroup PkgGraphicsViewRef Reference Manual
22
/// \defgroup PkgGraphicsViewGraphicsItemClasses Graphics Item Classes
33
/// \ingroup PkgGraphicsViewRef
44
/// \defgroup PkgGraphicsViewInputClasses Input Classes

HalfedgeDS/doc/HalfedgeDS/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgHalfedgeDSRef Halfedge Data Structures Reference
1+
/// \defgroup PkgHalfedgeDSRef Reference Manual
22
/// \defgroup PkgHalfedgeDSConcepts Concepts
33
/// \ingroup PkgHalfedgeDSRef
44

Heat_method_3/doc/Heat_method_3/PackageDescription.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// The Heat Method
2-
3-
/// \defgroup PkgHeatMethodRef Heat Method Reference
1+
/// \defgroup PkgHeatMethodRef Reference Manual
42

53
/// \defgroup PkgHeatMethodConcepts Concepts
64
/// \ingroup PkgHeatMethodRef

Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgHyperbolicTriangulation2Ref 2D Hyperbolic Delaunay Triangulations Reference
1+
/// \defgroup PkgHyperbolicTriangulation2Ref Reference Manual
22

33
/// \defgroup PkgHyperbolicTriangulation2Concepts Concepts
44
/// \ingroup PkgHyperbolicTriangulation2Ref

Inscribed_areas/doc/Inscribed_areas/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgInscribedAreasRef Inscribed Areas Reference
1+
/// \defgroup PkgInscribedAreasRef Reference Manual
22

33
/// \defgroup PkgInscribedAreasConcepts Concepts
44
/// \ingroup PkgInscribedAreasRef

Interpolation/doc/Interpolation/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgInterpolation2Ref 2D and Surface Function Interpolation Reference
1+
/// \defgroup PkgInterpolation2Ref Reference Manual
22

33
/// \defgroup PkgInterpolation2Concepts Concepts
44
/// \ingroup PkgInterpolation2Ref

Interval_skip_list/doc/Interval_skip_list/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgIntervalSkipListRef Interval Skip List Reference
1+
/// \defgroup PkgIntervalSkipListRef Reference Manual
22
/// \defgroup PkgIntervalSkipListConcepts Concepts
33
/// \ingroup PkgIntervalSkipListRef
44
/*!

Isosurfacing_3/doc/Isosurfacing_3/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgIsosurfacing3Ref 3D Isosurfacing Reference
1+
/// \defgroup PkgIsosurfacing3Ref Reference Manual
22
/// \defgroup PkgIsosurfacing3Concepts Concepts
33
/// \ingroup PkgIsosurfacing3Ref
44

Jet_fitting_3/doc/Jet_fitting_3/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgJetFitting3Ref Estimation of Local Differential Properties of Point-Sampled Surfaces Reference
1+
/// \defgroup PkgJetFitting3Ref Reference Manual
22
/// \defgroup PkgJetFitting3Concepts Concepts
33
/// \ingroup PkgJetFitting3Ref
44
/*!

Kernel_23/doc/Kernel_23/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgKernel23Ref 2D and 3D Linear Geometry Kernel Reference
1+
/// \defgroup PkgKernel23Ref Reference Manual
22

33
/// \defgroup PkgKernel23Concepts Concepts
44
/// \ingroup PkgKernel23Ref

Kernel_d/doc/Kernel_d/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgKernelDRef dD Geometry Kernel Reference
1+
/// \defgroup PkgKernelDRef Reference Manual
22

33
/// \defgroup PkgKernelDLinAlgConcepts Linear Algebra Concepts
44
/// \ingroup PkgKernelDRef

Kinetic_space_partition/doc/Kinetic_space_partition/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
\defgroup PkgKineticSpacePartitionRef Kinetic Space Partition Reference
2+
\defgroup PkgKineticSpacePartitionRef Reference Manual
33

44
\defgroup PkgKineticSpacePartitionConcepts Concepts
55
\ingroup PkgKineticSpacePartitionRef

Kinetic_surface_reconstruction/doc/Kinetic_surface_reconstruction/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
\defgroup PkgKineticSurfaceReconstructionRef Kinetic Surface Reconstruction Reference
2+
\defgroup PkgKineticSurfaceReconstructionRef Reference Manual
33

44
\addtogroup PkgKineticSurfaceReconstructionRef
55
\cgalPkgDescriptionBegin{Kinetic Surface Reconstruction, PkgKineticSurfaceReconstruction}

Linear_cell_complex/doc/Linear_cell_complex/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgLinearCellComplexRef Linear Cell Complex Reference
1+
/// \defgroup PkgLinearCellComplexRef Reference Manual
22

33
/// \defgroup PkgLinearCellComplexConcepts Concepts
44
/// \ingroup PkgLinearCellComplexRef

Matrix_search/doc/Matrix_search/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// \defgroup PkgMatrixSearchRef Monotone and Sorted Matrix Search Reference
1+
/// \defgroup PkgMatrixSearchRef Reference Manual
22

33
/// \defgroup PkgMatrixSearchConcepts Concepts
44
/// \ingroup PkgMatrixSearchRef

0 commit comments

Comments
 (0)