Daniele Bartolini 10 年 前
コミット
c8babaf4d0
1 ファイル変更1 行追加2 行削除
  1. 1 2
      src/core/filesystem/path.h

+ 1 - 2
src/core/filesystem/path.h

@@ -10,7 +10,6 @@
 
 namespace crown
 {
-/// @defgroup Path Path
 
 #if CROWN_PLATFORM_POSIX
 	const char PATH_SEPARATOR = '/';
@@ -20,7 +19,7 @@ namespace crown
 
 /// Functions for operating on strings as file paths.
 ///
-/// @ingroup Path
+/// @ingroup Filesystem
 namespace path
 {
 	/// Returns whether the @a path is absolute.