Skip to content

Commit

Permalink
Fix Doxygen comment.
Browse files Browse the repository at this point in the history
Use @tparam for a template parameter.
  • Loading branch information
mordante committed Nov 23, 2014
1 parent 587626a commit caee327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variable_info.cpp
Expand Up @@ -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<const variable_info_type vit, typename THandler>
Expand Down

0 comments on commit caee327

Please sign in to comment.