mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Fix a stray doxygen control comment.
This commit is contained in:
parent
42faad9015
commit
fcd9c3e115
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue