Skip to content
Snippets Groups Projects
Commit bcb77edf authored by Jan Möbius's avatar Jan Möbius
Browse files

Possibly fix doxygen warnings

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@14806 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 919ccfbd
No related branches found
No related tags found
No related merge requests found
......@@ -295,14 +295,13 @@ private:
void rebuild();
/** \brief convert from halfedge data structure to triangle index list
/** \brief Convert from halfedge data structure to triangle index list
*
* (only operates on indices)
* Only operates on indices
*
* @param _dstIndexBuf [in] pointer to the resulting index buffer
* @param _dstIndexBuf (in) pointer to the resulting index buffer
* @param _maxFaceVertexCount maximum number of vertices per face seen in mesh_
*
* @return # of triangles, also fills triToFaceMap_
* @return number of triangles, also fills triToFaceMap_
*/
unsigned int convertToTriangleMesh(unsigned int* _dstIndexBuf, unsigned int _maxFaceVertexCount);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment