Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / histogram / accumulators.hpp
index b515c1d..bafd49c 100644 (file)
@@ -7,6 +7,16 @@
 #ifndef BOOST_HISTOGRAM_ACCUMULATORS_HPP
 #define BOOST_HISTOGRAM_ACCUMULATORS_HPP
 
+/**
+  \file boost/histogram/accumulators.hpp
+  Includes all accumulator headers of the Boost.Histogram library.
+
+  Extra header not automatically included:
+    - [boost/histogram/accumulators/ostream.hpp][1]
+
+  [1]: histogram/reference.html#header.boost.histogram.accumulators.ostream_hpp
+*/
+
 #include <boost/histogram/accumulators/mean.hpp>
 #include <boost/histogram/accumulators/sum.hpp>
 #include <boost/histogram/accumulators/thread_safe.hpp>