diff --git a/src/debug/cli.hpp b/src/debug/cli.hpp index 4f7f6f6..c0b61f8 100644 --- a/src/debug/cli.hpp +++ b/src/debug/cli.hpp @@ -50,12 +50,12 @@ public: * @param name Command name. * @param function Command function. */ + /// @{ template void register_command(const std::string& name, const std::function& function); - - /// @copydoc register_command(const std::string, const std::function&) template void register_command(const std::string& name, T (*function)(Args...)); + /// @} /** * Unregisters a command from the CLI.