Various documentation enhancements.

This commit is contained in:
David Williams
2016-01-03 22:31:24 +00:00
parent 4d2a27ea8e
commit eef0bebacf
5 changed files with 15 additions and 4 deletions

View File

@ -56,7 +56,7 @@ namespace PolyVox
* will pass through the density value specified by the threshold, and so you should make sure that the threshold value you choose is between
* the minimum and maximum values found in your volume data. By default it is in the middle of the representable range of the underlying type.
*
* \sa MarchingCubesSurfaceExtractor
* \sa extractMarchingCubesMesh
*
*/
template<typename VoxelType>