From caee32742e92c35a1af9450fe931e17fd8551045 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 23 Nov 2014 16:44:04 +0100 Subject: [PATCH] Fix Doxygen comment. Use @tparam for a template parameter. --- src/variable_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/variable_info.cpp b/src/variable_info.cpp index f9143afd45cb..1583a43e68bf 100644 --- a/src/variable_info.cpp +++ b/src/variable_info.cpp @@ -312,7 +312,7 @@ namespace { const THandler& handler_; }; - /// @param THandler a function + /// @tparam THandler a function /// ( (const-) config& cfg, const std::string& name, int range_begin, int range_end) -> THandler::result_type /// that does the actual work on the range of children of cfg with name name. template