Skip to content
Snippets Groups Projects
Commit 9d920d1e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Remove explicit file name if doxygen's \file cmd.

If only file name is specified it causes a warning
about the name not to be specific enough if there is
another file with the same name, e.g.:

the name `IdealGasLaw.h' supplied as the second argument
in the \file statement matches the following input
files: ogs/MaterialLib/Fluid/Density/IdealGasLaw.h
ogs/MaterialLib/MPL/Properties/IdealGasLaw.h
Please use a more specific name by including a (larger)
part of the path!

From now on only \file w/o a name or a full path will
be allowed.

find -type f | xargs sed -i 's%\(\\file\).*%\1%'
parent 38d44ff1
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
/** /**
* \file LastSavedFileDirectory.h * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2014-02-04 * \date 2014-02-04
* \brief Manages the last directory used for saving a file * \brief Manages the last directory used for saving a file
......
/** /**
* \file AddLayerToMeshDialog.cpp * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2016-01-18 * \date 2016-01-18
* \brief Implementation of the AddLayerToMeshDialog class. * \brief Implementation of the AddLayerToMeshDialog class.
......
/** /**
* \file AddLayerToMeshDialog.h * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2016-01-18 * \date 2016-01-18
* \brief Definition of the AddLayerToMeshDialog class. * \brief Definition of the AddLayerToMeshDialog class.
......
/** /**
* \file CreateStructuredGridDialog.cpp * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2016-02-04 * \date 2016-02-04
* \brief Implementation of the CreateStructuredGridDialog class. * \brief Implementation of the CreateStructuredGridDialog class.
......
/** /**
* \file CreateStructuredGridDialog.h * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2016-02-04 * \date 2016-02-04
* \brief Definition of the CreateStructuredGridDialog class. * \brief Definition of the CreateStructuredGridDialog class.
......
/** /**
* \file DataExplorerSettingsDialog.cpp * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2014-02-05 * \date 2014-02-05
* \brief Implementation of the DataExplorerSettingsDialog class. * \brief Implementation of the DataExplorerSettingsDialog class.
......
/** /**
* \file DataExplorerSettingsDialog.h * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2014-02-05 * \date 2014-02-05
* \brief Definition of the DataExplorerSettingsDialog class. * \brief Definition of the DataExplorerSettingsDialog class.
......
/** /**
* \file MeshAnalysisDialog.cpp * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2014-02-24 * \date 2014-02-24
* \brief Implementation of the MeshAnalysisDialog class. * \brief Implementation of the MeshAnalysisDialog class.
......
/** /**
* \file MeshAnalysisDialog.h * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2014-02-24 * \date 2014-02-24
* \brief Definition of the MeshAnalysisDialog class. * \brief Definition of the MeshAnalysisDialog class.
......
/** /**
* \file SaveMeshDialog.cpp * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2014-10-27 * \date 2014-10-27
* \brief Implementation of the SaveMeshDialog class. * \brief Implementation of the SaveMeshDialog class.
......
/** /**
* \file SaveMeshDialog.h * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2014-10-27 * \date 2014-10-27
* \brief Definition of the SaveMeshDialog class. * \brief Definition of the SaveMeshDialog class.
......
/** /**
* \file SurfaceExtractionDialog.cpp * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2015-01-29 * \date 2015-01-29
* \brief Implementation of the SaveMeshDialog class. * \brief Implementation of the SaveMeshDialog class.
......
/** /**
* \file SurfaceExtractionDialog.h * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2015-01-29 * \date 2015-01-29
* \brief Definition of the SurfaceExtractionDialog class. * \brief Definition of the SurfaceExtractionDialog class.
......
/** /**
* \file XmlNumInterface.cpp * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2014-08-05 * \date 2014-08-05
* \brief Implementation of the XmlNumInterface class. * \brief Implementation of the XmlNumInterface class.
......
/** /**
* \file XmlNumInterface.h * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2014-08-05 * \date 2014-08-05
* \brief Definition of the XmlNumInterface class. * \brief Definition of the XmlNumInterface class.
......
/** /**
* \file MoveGeometry.cpp * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2015-08-04 * \date 2015-08-04
* \brief A small tool to translate geometries. * \brief A small tool to translate geometries.
......
/** /**
* \file TriangulatePolyline.cpp * \file
* \author Karsten Rink * \author Karsten Rink
* \date 2015-02-02 * \date 2015-02-02
* \brief Utility for triangulating polylines. * \brief Utility for triangulating polylines.
......
/** /**
* \file NodeReordering.cpp * \file
* 2013/13/06 KR Initial implementation * 2013/13/06 KR Initial implementation
* *
* @copyright * @copyright
......
/** /**
* \file moveMeshNodes.cpp * \file
* 2012/03/07 KR Initial implementation * 2012/03/07 KR Initial implementation
* *
* \copyright * \copyright
......
/*! /*!
\file NodeWiseMeshPartitioner.cpp \file
\date 2016.05 \date 2016.05
\brief Define the members of class NodeWiseMeshPartitioner \brief Define the members of class NodeWiseMeshPartitioner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment