More doxygen updates.

This commit is contained in:
Jason Felds
2011-02-18 23:48:13 -05:00
parent 16abbfb0fb
commit 020e3a70fe
5 changed files with 47 additions and 35 deletions
+4 -2
View File
@@ -91,8 +91,10 @@ public:
RString ATTACK_DISPLAY_X_NAME( size_t p, size_t both_sides ) { return "AttackDisplayXOffset" + (both_sides ? RString("BothSides") : ssprintf("OneSideP%d",int(p+1)) ); }
/* Distance to search for a note in Step(), in seconds. */
// TODO: This should be calculated based on the max size of the current judgment windows.
/**
* @brief Distance to search for a note in Step(), in seconds.
*
* TODO: This should be calculated based on the max size of the current judgment windows. */
static const float StepSearchDistance = 1.0f;
void TimingWindowSecondsInit( size_t /*TimingWindow*/ i, RString &sNameOut, float &defaultValueOut )