summaryrefslogtreecommitdiff
path: root/boost/accumulators/framework/extractor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/framework/extractor.hpp')
-rw-r--r--boost/accumulators/framework/extractor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/accumulators/framework/extractor.hpp b/boost/accumulators/framework/extractor.hpp
index dec36dad07..98281cecb9 100644
--- a/boost/accumulators/framework/extractor.hpp
+++ b/boost/accumulators/framework/extractor.hpp
@@ -94,6 +94,7 @@ struct extractor
};
/// Extract the result associated with Feature from the accumulator set
+ /// \param acc The accumulator set object from which to extract the result
template<typename Arg1>
typename detail::extractor_result<Arg1, Feature>::type
operator ()(Arg1 const &arg1) const
@@ -105,7 +106,6 @@ struct extractor
/// \overload
///
- /// \param acc The accumulator set object from which to extract the result
/// \param a1 Optional named parameter to be passed to the accumulator's result() function.
template<typename AccumulatorSet, typename A1>
typename detail::extractor_result<AccumulatorSet, Feature>::type