General: Fix up doxygen comments

This commit is contained in:
Lioncash 2015-09-10 11:07:33 -04:00
parent 248b2993e8
commit d3efa637b4
7 changed files with 9 additions and 11 deletions

View file

@ -32,8 +32,7 @@ public:
/**
* Recorder constructor
* @param default_attributes Pointer to an array of 32-bit-aligned 24-bit floating point values.
* @param vs_float_uniforms Pointer to an array of 32-bit-aligned 24-bit floating point values.
* @param initial_state Initial recorder state
*/
Recorder(const InitialState& initial_state);