process: doc review

This commit is contained in:
Michele Caini
2023-12-12 14:14:53 +01:00
parent b274d49b3f
commit d0a16cd852

View File

@@ -13,11 +13,7 @@
namespace entt {
/**
* @cond TURN_OFF_DOXYGEN
* Internal details not to be documented.
*/
/*! @cond TURN_OFF_DOXYGEN */
namespace internal {
template<typename Delta>
@@ -53,11 +49,7 @@ struct process_handler final: basic_process_handler<Delta> {
};
} // namespace internal
/**
* Internal details not to be documented.
* @endcond
*/
/*! @endcond */
/**
* @brief Cooperative scheduler for processes.