Quick doxygens.

This commit is contained in:
Jason Felds
2011-02-19 02:10:45 -05:00
parent ffc466bec7
commit 1fd81cfe9c
9 changed files with 11 additions and 21 deletions
+3 -1
View File
@@ -42,7 +42,9 @@
#include "LocalizedString.h"
#include "AdjustSync.h"
// Helper class to ensure that each row is only judged once without taking too much memory.
/**
* @brief Helper class to ensure that each row is only judged once without taking too much memory.
*/
class JudgedRows
{
vector<bool> m_vRows;