Skip to content

Commit f82b79d

Browse files
committed
[Docs] Fix a doxygen crosslink in GenVector.
The see or sa commands are supposed to be used with cross-linkeable objects only.
1 parent 6c3a574 commit f82b79d

33 files changed

+35
-35
lines changed

math/genvector/inc/Math/GenVector/AxisAngle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace Math {
3737
3838
@ingroup GenVector
3939
40-
@sa Overview of the @ref GenVector "physics vector library"
40+
@see GenVector
4141
*/
4242
class AxisAngle {
4343

math/genvector/inc/Math/GenVector/Boost.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace ROOT {
4141
4242
@ingroup GenVector
4343
44-
@sa Overview of the @ref GenVector "physics vector library"
44+
@see GenVector
4545
*/
4646

4747
class Boost {

math/genvector/inc/Math/GenVector/BoostX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Math {
3333
3434
@ingroup GenVector
3535
36-
@sa Overview of the @ref GenVector "physics vector library"
36+
@see GenVector
3737
*/
3838

3939
class BoostX {

math/genvector/inc/Math/GenVector/BoostY.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Math {
3333
3434
@ingroup GenVector
3535
36-
@sa Overview of the @ref GenVector "physics vector library"
36+
@see GenVector
3737
*/
3838

3939
class BoostY {

math/genvector/inc/Math/GenVector/BoostZ.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace ROOT {
3333
3434
@ingroup GenVector
3535
36-
@sa Overview of the @ref GenVector "physics vector library"
36+
@see GenVector
3737
*/
3838

3939
class BoostZ {

math/genvector/inc/Math/GenVector/Cartesian2D.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Math {
3232
3333
@ingroup GenVector
3434
35-
@sa Overview of the @ref GenVector "physics vector library"
35+
@see GenVector
3636
*/
3737

3838
template <class T = double>

math/genvector/inc/Math/GenVector/Cartesian3D.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace Math {
3939
4040
@ingroup GenVector
4141
42-
@sa Overview of the @ref GenVector "physics vector library"
42+
@see GenVector
4343
*/
4444

4545
template <class T = double>

math/genvector/inc/Math/GenVector/CoordinateSystemTags.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Math {
3232
3333
@ingroup GenVector
3434
35-
@sa Overview of the @ref GenVector "physics vector library"
35+
@see GenVector
3636
*/
3737

3838
class DefaultCoordinateSystemTag {};
@@ -44,7 +44,7 @@ namespace Math {
4444
4545
@ingroup GenVector
4646
47-
@sa Overview of the @ref GenVector "physics vector library"
47+
@see GenVector
4848
*/
4949
class GlobalCoordinateSystemTag {};
5050

@@ -54,7 +54,7 @@ namespace Math {
5454
5555
@ingroup GenVector
5656
57-
@sa Overview of the @ref GenVector "physics vector library"
57+
@see GenVector
5858
*/
5959
class LocalCoordinateSystemTag {};
6060

math/genvector/inc/Math/GenVector/Cylindrical3D.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Math {
3535
3636
@ingroup GenVector
3737
38-
@sa Overview of the @ref GenVector "physics vector library"
38+
@see GenVector
3939
*/
4040

4141
template <class T>

math/genvector/inc/Math/GenVector/CylindricalEta3D.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace Math {
4141
4242
@ingroup GenVector
4343
44-
@sa Overview of the @ref GenVector "physics vector library"
44+
@see GenVector
4545
*/
4646

4747
template <class T>

0 commit comments

Comments
 (0)