소스 검색

updated doc

Michele Caini 6 년 전
부모
커밋
0813bb1a28
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      src/entt/meta/meta.hpp

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

@@ -1630,9 +1630,10 @@ public:
     }
     }
 
 
     /**
     /**
-     * @brief Indicates whether a given meta type refers to a function type or
-     * not.
-     * @return True if the underlying type is a function, false otherwise.
+     * @brief Indicates whether a given meta type refers to a function pointer
+     * or not.
+     * @return True if the underlying type is a function pointer, false
+     * otherwise.
      */
      */
     bool is_function_pointer() const ENTT_NOEXCEPT {
     bool is_function_pointer() const ENTT_NOEXCEPT {
         return node->is_function_pointer;
         return node->is_function_pointer;