Sfoglia il codice sorgente

platform: doc review

Michele Caini 2 anni fa
parent
commit
b274d49b3f
1 ha cambiato i file con 2 aggiunte e 10 eliminazioni
  1. 2 10
      src/entt/platform/android-ndk-r17.hpp

+ 2 - 10
src/entt/platform/android-ndk-r17.hpp

@@ -1,11 +1,7 @@
 #ifndef ENTT_PLATFORM_ANDROID_NDK_R17_HPP
 #define ENTT_PLATFORM_ANDROID_NDK_R17_HPP
 
-/**
- * @cond TURN_OFF_DOXYGEN
- * Internal details not to be documented.
- */
-
+/*! @cond TURN_OFF_DOXYGEN */
 #ifdef __ANDROID__
 #    include <android/ndk-version.h>
 #    if __NDK_MAJOR__ == 17
@@ -58,10 +54,6 @@ using invoke_result_t = typename std::invoke_result<Func, Args...>::type;
 
 #    endif
 #endif
-
-/**
- * Internal details not to be documented.
- * @endcond
- */
+/*! @endcond */
 
 #endif