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

@ -28,7 +28,7 @@
#include <stdexcept> // For base exception classes.
#include <string.h> // Exception constuctors take strings.
// These exceptions form part of the public API because lcient code may need to catch them.
// These exceptions form part of the public API because client code may need to catch them.
// Note that our utility macros such as 'POLYVOX_THROW_IF' do not form part of the public API
// as they are only for our own internal use.
namespace PolyVox