diff --git a/library/PolyVoxCore/include/PolyVoxCore/PagedVolume.h b/library/PolyVoxCore/include/PolyVoxCore/PagedVolume.h index 7ee41ec4..b7f03aa1 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/PagedVolume.h +++ b/library/PolyVoxCore/include/PolyVoxCore/PagedVolume.h @@ -155,7 +155,9 @@ namespace PolyVox class PagedVolume : public BaseVolume { public: + /// The PagedVolume stores it data as a set of Chunk instances which can be loaded and unloaded as memory requirements dictate. class Chunk; + /// The Pager class is responsible for the loading and unloading of Chunks, and can be overridden by the user. class Pager; class Chunk