From 001261719c3736b167dcbeb0a9a81b28ee80b6f8 Mon Sep 17 00:00:00 2001 From: Tudor Bosman Date: Tue, 13 Nov 2012 12:45:51 -0800 Subject: [PATCH] fix comments Test Plan: no Reviewed By: tjackson@fb.com FB internal diff: D629502 --- folly/experimental/Gen-inl.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/folly/experimental/Gen-inl.h b/folly/experimental/Gen-inl.h index 95f0b76f..7a93d56b 100644 --- a/folly/experimental/Gen-inl.h +++ b/folly/experimental/Gen-inl.h @@ -1307,7 +1307,7 @@ public: }; /** - * RangeConcat - For flattening generators of generators. + * RangeConcat - For flattening generators of iterables. * * This type is usually used through the 'rconcat' static value, like: * @@ -1370,16 +1370,7 @@ public: } //::detail /** - * Gen - For wrapping template types in simple polymorphic wrapper. - * - * This type is usually used through the 'rconcat' static value, like: - * - * map> adjacency; - * auto sinks = - * from(adjacency) - * | get<1>() - * | rconcat() - * | as(); + * VirtualGen - For wrapping template types in simple polymorphic wrapper. **/ template class VirtualGen : public GenImpl> { -- 2.34.1