From cc7141f28eeeeb072a04cb90d6a679e35806a536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 10 Oct 2011 12:31:03 +0000 Subject: [PATCH] Use doxygen command to mark notes git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@425 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/IO/MeshIO.hh | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/OpenMesh/Core/IO/MeshIO.hh b/src/OpenMesh/Core/IO/MeshIO.hh index 878a71a5..d86a669a 100644 --- a/src/OpenMesh/Core/IO/MeshIO.hh +++ b/src/OpenMesh/Core/IO/MeshIO.hh @@ -83,9 +83,9 @@ namespace IO { The file format is determined by the file extension. - \b Note: If you link statically against OpenMesh, you have to add - the define OM_STATIC_BUILD to your application. This will - ensure that readers and writers get initialized correctly. + \note If you link statically against OpenMesh, you have to add + the define OM_STATIC_BUILD to your application. This will + ensure that readers and writers get initialized correctly. @param _mesh The target mesh that will be filled with the read data @param _filename fill to load @@ -109,9 +109,9 @@ read_mesh(Mesh& _mesh, The file format is determined by the file extension. - \b Note: If you link statically against OpenMesh, you have to add - the define OM_STATIC_BUILD to your application. This will - ensure that readers and writers get initialized correctly. + \note If you link statically against OpenMesh, you have to add + the define OM_STATIC_BUILD to your application. This will + ensure that readers and writers get initialized correctly. @param _mesh The target mesh that will be filled with the read data @param _filename fill to load @@ -140,9 +140,9 @@ read_mesh(Mesh& _mesh, The file format is determined by parameter _ext. _ext has to include ".[format]" in order to work properly (e.g. ".OFF") - \b Note: If you link statically against OpenMesh, you have to add - the define OM_STATIC_BUILD to your application. This will - ensure that readers and writers get initialized correctly. + \note If you link statically against OpenMesh, you have to add + the define OM_STATIC_BUILD to your application. This will + ensure that readers and writers get initialized correctly. @param _mesh The target mesh that will be filled with the read data @param _is stream to load the data from @@ -176,9 +176,9 @@ read_mesh(Mesh& _mesh, The file format is determined by _filename's extension. - \b Note: If you link statically against OpenMesh, you have to add - the define OM_STATIC_BUILD to your application. This will - ensure that readers and writers get initialized correctly. + \note If you link statically against OpenMesh, you have to add + the define OM_STATIC_BUILD to your application. This will + ensure that readers and writers get initialized correctly. @param _mesh The mesh that will be written to file @param _filename output filename @@ -205,9 +205,9 @@ bool write_mesh(const Mesh& _mesh, The file format is determined by parameter _ext. _ext has to include ".[format]" in order to work properly (e.g. ".OFF") - \b Note: If you link statically against OpenMesh, you have to add - the define OM_STATIC_BUILD to your application. This will - ensure that readers and writers get initialized correctly. + \note If you link statically against OpenMesh, you have to add + the define OM_STATIC_BUILD to your application. This will + ensure that readers and writers get initialized correctly. @param _mesh The mesh that will be written to file @param _os output stream to write into