Give @briefs to all namespaces.

This will force recompilation of all files.
This commit is contained in:
Jason Felds
2011-02-19 12:09:03 -05:00
parent ffebd5010f
commit 1a1ff7d701
41 changed files with 91 additions and 75 deletions
+1 -3
View File
@@ -1,10 +1,8 @@
/* KSFLoader - Reads a Song from a set of .KSF files. */
#ifndef NOTES_LOADER_KSF_H
#define NOTES_LOADER_KSF_H
class Song;
/** @brief Reads a Song from a set of .KSF files. */
namespace KSFLoader
{
void GetApplicableFiles( const RString &sPath, vector<RString> &out );