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

@ -35,7 +35,7 @@ namespace PolyVox
/// The BaseVolume class provides common functionality and an interface for other volume classes to implement.
/// You should not try to create an instance of this class directly. Instead you should use RawVolume or PagedVolume.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// More details to come...
/// \sa RawVolume, PagedVolume
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
template <typename _VoxelType>
class BaseVolume