Skip to content

Commit 4d13a4d

Browse files
committed
better links
1 parent 6d4dccd commit 4d13a4d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Algebraic_foundations/doc/Algebraic_foundations/Algebraic_foundations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ 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
83+
the according functor of the traits class. For an overview see the section "Global Functions" in the
8484
\ref PkgAlgebraicFoundationsRef.
8585

8686
\subsection Algebraic_foundationsTagsinAlgebraicStructure Tags in Algebraic Structure Traits

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 PkgSurfaceMeshSegmentation
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
*/

Number_types/doc/Number_types/NumberTypeSupport.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requirements, such that they can be successfully used in \cgal code.
1616
In general they are expected to be a model of an algebraic structure
1717
concepts and in case they model a subring of the real numbers they are
1818
also a model of `RealEmbeddable`. For an overview of the algebraic
19-
structure concepts see Section \ref PkgAlgebraicFoundations.
19+
structure concepts see the \ref PkgAlgebraicFoundationsAlgebraicStructuresConcepts section.
2020

2121
\section Number_typesBuilt Built-in Number Types
2222

0 commit comments

Comments
 (0)