doxygen fixes.

This commit is contained in:
Jason Felds
2011-05-23 20:27:31 -04:00
parent 0f1e2c59ed
commit 004a01b306
3 changed files with 4 additions and 7 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ public:
void Init();
/**
* @brief Play the sounds in question for the particular chart.
* @param nd the note data used for playing the ticks. */
* @param nd the note data used for playing the ticks.
* @param ps the player's state (and number) for Split Timing. */
void PlayTicks( const NoteData &nd, const PlayerState *ps );
/** @brief Stop playing the sounds. */
void StopPlaying();