Daniele Bartolini 10 年 前
コミット
5ccb7183c2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/core/containers/sort_map.h

+ 1 - 1
src/core/containers/sort_map.h

@@ -15,7 +15,7 @@ namespace crown
 /// @ingroup Containers
 namespace sort_map
 {
-	/// Returns the number of items in the map @m.
+	/// Returns the number of items in the map @a m.
 	template <typename TKey, typename TValue, typename Compare> u32 size(const SortMap<TKey, TValue, Compare>& m);
 
 	/// Returns whether the @a key exists in the map.