fixed doxygen warnings

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@750 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Isaak Lim
2012-10-15 15:01:06 +00:00
parent 176dab0a80
commit 953529bf7d

View File

@@ -184,6 +184,7 @@ read_mesh(Mesh& _mesh,
@param _filename output filename
@param _opt Writer options (e.g. writing of normals ... depends
on the writer capabilities)
@param _precision specifies stream precision for ascii files
@return Successful?
*/
@@ -215,6 +216,7 @@ bool write_mesh(const Mesh& _mesh,
@param _ext extension defining the type of output
@param _opt Writer options (e.g. writing of normals ... depends
on the writer capabilities)
@param _precision specifies stream precision for ascii files
@return Successful?
*/