소스 검색

graph: doc review

Michele Caini 2 년 전
부모
커밋
dfd7cb90d0
1개의 변경된 파일2개의 추가작업 그리고 10개의 파일을 삭제
  1. 2 10
      src/entt/graph/adjacency_matrix.hpp

+ 2 - 10
src/entt/graph/adjacency_matrix.hpp

@@ -13,11 +13,7 @@
 
 namespace entt {
 
-/**
- * @cond TURN_OFF_DOXYGEN
- * Internal details not to be documented.
- */
-
+/*! @cond TURN_OFF_DOXYGEN */
 namespace internal {
 
 template<typename It>
@@ -88,11 +84,7 @@ template<typename Container>
 }
 
 } // namespace internal
-
-/**
- * Internal details not to be documented.
- * @endcond
- */
+/*! @endcond */
 
 /**
  * @brief Basic implementation of a directed adjacency matrix.