@@ -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.