Make these doxygen'd

This commit is contained in:
Matt Williams 2009-03-09 23:58:18 +00:00
parent 31c0b24a27
commit 5fada3af5a

View File

@ -26,11 +26,11 @@ namespace PolyVox
{
enum NormalGenerationMethod
{
SIMPLE, //Fastest
SIMPLE, ///<Fastest
CENTRAL_DIFFERENCE,
SOBEL,
CENTRAL_DIFFERENCE_SMOOTHED,
SOBEL_SMOOTHED //Smoothest
SOBEL_SMOOTHED ///<Smoothest
};
}