Add more docs.

This commit is contained in:
Jason Felds
2011-02-26 19:31:04 -05:00
parent 98c5a1b704
commit 30d5812f9c
5 changed files with 63 additions and 28 deletions
+4 -3
View File
@@ -1,5 +1,3 @@
/** @brief Steps - Holds note information for a Song. A Song may have one or more Notes. */
#ifndef STEPS_H
#define STEPS_H
@@ -21,7 +19,10 @@ struct lua_State;
*/
const int MAX_EDIT_STEPS_DESCRIPTION_LENGTH = 12;
/** @brief The collective note pattern and information of the Steps that are played. */
/**
* @brief Holds note information for a Song.
*
* A Song may have one or more Notes. */
class Steps
{
public: