Use doxygen command to mark notes

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@425 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-10-10 12:31:03 +00:00
parent ae4cbf0d46
commit cc7141f28e

View File

@@ -83,7 +83,7 @@ namespace IO {
The file format is determined by the file extension.
\b Note: If you link statically against OpenMesh, you have to add
\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.
@@ -109,7 +109,7 @@ 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
\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.
@@ -140,7 +140,7 @@ 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
\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.
@@ -176,7 +176,7 @@ 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
\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.
@@ -205,7 +205,7 @@ 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
\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.