From b1dd5d5c18553a9f1704a8d7ae64bca5f3b85d10 Mon Sep 17 00:00:00 2001 From: Kirk Shoop Date: Fri, 24 Apr 2015 16:44:05 -0700 Subject: adding docs in order to update readme.html code --- Rx/v2/src/rxcpp/rx-observer.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Rx/v2/src/rxcpp/rx-observer.hpp') diff --git a/Rx/v2/src/rxcpp/rx-observer.hpp b/Rx/v2/src/rxcpp/rx-observer.hpp index a302c64..a3fbc35 100644 --- a/Rx/v2/src/rxcpp/rx-observer.hpp +++ b/Rx/v2/src/rxcpp/rx-observer.hpp @@ -220,7 +220,12 @@ public: } }; +/*! + \brief consumes values from an observable. + \ingroup group-core + +*/ template class observer : public observer_base { -- cgit v1.2.3