Skip to content

Commit 0e01c56

Browse files
committed
Removing file name after @file when file name is wrong.
As doxygen generates it accordingly to the current file. Automaticaly done with the following script: for file in `grep 'file statement is not an input file' /path/to/doxygen.log | grep -Eo 'DGtal/[^:]*'` do sed -ri 's/^([[:space:]\*]*\@file).*$/\1/' $file; done
1 parent a225851 commit 0e01c56

File tree

55 files changed

+55
-55
lines changed

Some content is hidden

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

55 files changed

+55
-55
lines changed

examples/geometry/curves/estimation/exampleLMST2D.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616

1717
/**
18-
* @file exampleLambdaMST2D.cpp
18+
* @file
1919
* @ingroup Examples
2020
* @author Kacper Pluta (\c [email protected] )
2121
* Laboratoire d'Informatique Gaspard-Monge - LIGM, France

examples/geometry/curves/estimation/exampleLMST3D.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616

1717
/**
18-
* @file exampleLambdaMST3D.cpp
18+
* @file
1919
* @ingroup Examples
2020
* @author Kacper Pluta (\c [email protected] )
2121
* Laboratoire d'Informatique Gaspard-Monge - LIGM, France

examples/geometry/curves/exampleArithmeticalDSSComputer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616

1717
/**
18-
* @file ArithmeticalDSSComputer.cpp
18+
* @file
1919
* @ingroup Examples
2020
* @author Tristan Roussillon (\c [email protected] )
2121
* Laboratoire d'InfoRmatique en Image et Systèmes d'information - LIRIS (CNRS, UMR 5205), CNRS, France

examples/geometry/surfaces/exampleEstimatorFromSurfelFunctors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616

1717
/**
18-
* @file exampleEstimatorFromSurfelFunctors.h
18+
* @file
1919
* @author David Coeurjolly (\c [email protected] )
2020
* Laboratoire d'InfoRmatique en Image et Systemes d'information - LIRIS (CNRS, UMR 5205), CNRS, France
2121
*

examples/geometry/volumes/distance/distancetransform3D.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616

1717
/**
18-
* @file visuDistanceTransform.cpp
18+
* @file
1919
* @ingroup Examples
2020
* @author Bertrand Kerautret (\c [email protected] )
2121
* LORIA (CNRS, UMR 7503), University of Nancy, France

examples/images/exampleRigidtransformation2d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616

1717
/**
18-
* @file rigidtransformation2d.cpp
18+
* @file
1919
* @ingroup Examples
2020
* @author Kacper Pluta (\c [email protected] )
2121
* Laboratoire d'Informatique Gaspard-Monge - LIGM, France

examples/images/exampleRigidtransformation3d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616

1717
/**
18-
* @file rigidtransformation3d.cpp
18+
* @file
1919
* @ingroup Examples
2020
* @author Kacper Pluta (\c [email protected] )
2121
* Laboratoire d'Informatique Gaspard-Monge - LIGM, France

examples/io/boards/dgtalBoard3D-6-clipping.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616

1717
/**
18-
* @file Board3D-6-clipping.cpp
18+
* @file
1919
* @ingroup examples/3dboard
2020
* @author Bertrand Kerautret (\c [email protected] )
2121
* LORIA (CNRS, UMR 7503), University of Nancy, France

examples/io/viewers/viewer3D-9-3Dimages.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616

1717
/**
18-
* @file viewer3D-7-2Dimages.cpp
18+
* @file
1919
* @ingroup Examples
2020
* @author Bertrand Kerautret (\c [email protected] )
2121
* LORIA (CNRS, UMR 7503), University of Nancy, France

examples/shapes/mesh3DConstructionAndVisualisation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616

1717
/**
18-
* @file Mesh3DConstructionAndVisualisation.cpp
18+
* @file
1919
* @ingroup Examples
2020
* @author Bertrand Kerautret (\c [email protected] )
2121
* LORIA (CNRS, UMR 7503), University of Nancy, France

0 commit comments

Comments
 (0)