From 6a9222f1a6815cf0e563ae21512c5da30dc691bf Mon Sep 17 00:00:00 2001 From: Karsten Rink <karsten.rink@ufz.de> Date: Wed, 1 Oct 2014 12:03:44 +0200 Subject: [PATCH] added doxygen filename tags --- MeshLib/MeshSurfaceExtraction.cpp | 2 +- MeshLib/MeshSurfaceExtraction.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MeshLib/MeshSurfaceExtraction.cpp b/MeshLib/MeshSurfaceExtraction.cpp index 4a62a935726..f758be29af5 100644 --- a/MeshLib/MeshSurfaceExtraction.cpp +++ b/MeshLib/MeshSurfaceExtraction.cpp @@ -1,5 +1,5 @@ /** - * \file + * \file MeshSurfaceExtraction.cpp * \author Karsten Rink * \date 2013-04-04 * \brief Implementation of the MeshSurfaceExtraction class. diff --git a/MeshLib/MeshSurfaceExtraction.h b/MeshLib/MeshSurfaceExtraction.h index f0edeb3b200..c031c9516e1 100644 --- a/MeshLib/MeshSurfaceExtraction.h +++ b/MeshLib/MeshSurfaceExtraction.h @@ -1,5 +1,5 @@ /** - * \file + * \file MeshSurfaceExtraction.h * \author Karsten Rink * \date 2013-04-04 * \brief Definition of the MeshSurfaceExtraction class -- GitLab