add the suffix Ref to doxygen link to reference

This commit is contained in:
Sébastien Loriot
2018-10-08 10:26:56 +02:00
parent 8f097dc9eb
commit a2e8a1c68f
402 changed files with 1063 additions and 1063 deletions
@@ -2,7 +2,7 @@
namespace CGAL {
/*!
\ingroup PkgModularArithmetic
\ingroup PkgModularArithmeticRef
An instance of `Modular_traits` is a model of `ModularTraits`,
where <span class="textsc">T</span> is the associated type.
@@ -2,7 +2,7 @@
namespace CGAL {
/*!
\ingroup PkgModularArithmetic
\ingroup PkgModularArithmeticRef
\anchor Residue
\brief The class `Residue` represents a finite field \f$ \mathbb{Z}{/p\mathbb{Z}}\f$,
@@ -1,14 +1,14 @@
/// \defgroup PkgModularArithmetic Modular Arithmetic Reference
/// \defgroup PkgModularArithmeticRef Modular Arithmetic Reference
/// \defgroup PkgModularArithmeticConcepts Concepts
/// \ingroup PkgModularArithmetic
/// \ingroup PkgModularArithmeticRef
/*!
\addtogroup PkgModularArithmetic
\addtogroup PkgModularArithmeticRef
\cgalPkgDescriptionBegin{Modular Arithmetic,PkgModularArithmeticSummary}
\cgalPkgPicture{Modular_arithmetic.png}
\cgalPkgSummaryBegin
\cgalPkgAuthors{Michael Hemmer and Sylvain Pion}
\cgalPkgDesc{This package provides arithmetic over finite fields. The provided tools are in particular useful for filters based on modular arithmetic and algorithms based on Chinese remainder. }
\cgalPkgManuals{Chapter_Modular_Arithmetic,PkgModularArithmetic}
\cgalPkgManuals{Chapter_Modular_Arithmetic,PkgModularArithmeticRef}
\cgalPkgSummaryEnd
\cgalPkgShortInfoBegin
\cgalPkgSince{3.4}