[m] Lots of Doxygen fixes/additions - thanks to lfxGroove

This commit is contained in:
billy1arm 2013-06-23 21:43:27 +01:00 committed by Antz
parent b134615f92
commit c94dbc84c2
960 changed files with 5905 additions and 6171 deletions

View file

@ -1,4 +1,4 @@
/*
/**
@file ImageFormat.h
@maintainer Morgan McGuire, http://graphics.cs.williams.edu
@ -186,7 +186,7 @@ public:
@deprecated Use cpuBitsPerPixel*/
int packedBitsPerTexel;
/*
/**
Amount of GPU memory per pixel on most graphics cards, for formats supported by OpenGL. This is
only an estimate--the actual amount of memory may be different on your actual card.
@ -359,7 +359,7 @@ public:
static const ImageFormat* YUV444();
/*
/**
NULL pointer; indicates that the G3D::Texture class should choose
either RGBA8 or RGB8 depending on the presence of an alpha channel
in the input.