From: Tudor Bosman Date: Tue, 13 Nov 2012 20:45:51 +0000 (-0800) Subject: fix comments X-Git-Tag: v0.22.0~1143 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=001261719c3736b167dcbeb0a9a81b28ee80b6f8;p=folly.git fix comments Test Plan: no Reviewed By: tjackson@fb.com FB internal diff: D629502 --- 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> {