Fix a stray doxygen control comment.

This commit is contained in:
Bill Currie 2010-08-31 21:15:40 +09:00
parent 42faad9015
commit fcd9c3e115

View file

@ -123,8 +123,6 @@ void Sys_DebugLog(const char *file, const char *fmt, ...) __attribute__((format(
*/
int Sys_CreatePath (const char *path);
//@}
/** Expand leading "~/" in \a path to the user's home directory.
On Linux-like systems, the user's home directory is obtained from the
system, or failing that, the \c HOME environment variable.
@ -139,4 +137,5 @@ int Sys_CreatePath (const char *path);
char *Sys_ExpandSquiggle (const char *path);
//@}
#endif // __sys_h