More doc updates.

This commit is contained in:
Jason Felds
2011-02-18 22:59:13 -05:00
parent 7539c2f97e
commit 9de60aa555
10 changed files with 156 additions and 139 deletions
+2 -2
View File
@@ -1,5 +1,3 @@
/** @brief CourseUtil - Utility functions that deal with Course. */
#ifndef COURSEUTIL_H
#define COURSEUTIL_H
@@ -13,6 +11,7 @@ class XNode;
class CourseEntry;
class Song;
/** @brief Utility functions that deal with Courses. */
namespace CourseUtil
{
void SortCoursePointerArrayByDifficulty( vector<Course*> &vpCoursesInOut );
@@ -43,6 +42,7 @@ namespace CourseUtil
//RString GetSectionNameFromCourseAndSort( const Course *pCourse, SortOrder so );
};
/** @brief Utility functions that deal with Edit Courses. */
namespace EditCourseUtil
{
void UpdateAndSetTrail();