Michele Caini 6 年 前
コミット
6340423b32
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/entt/meta/factory.hpp

+ 3 - 3
src/entt/meta/factory.hpp

@@ -265,9 +265,9 @@ public:
      *
      * Conversion functions can be either free functions or member
      * functions.<br/>
-     * In case of free functions, they must accept a reference to an instance of
-     * the parent type as an argument. Otherwise, they must accept no arguments
-     * at all.
+     * In case of free functions, they must accept a const reference to an
+     * instance of the parent type as an argument. In case of member functions,
+     * they should have no arguments at all.
      *
      * @tparam Candidate The actual function to use for the conversion.
      * @return A meta factory for the parent type.