Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bigtable/admin/column_family.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class GcRule {
* @code
* auto rule1 = bigtable::GcRule::MaxAge(std::chrono::hours(48));
* auto rule2 = bigtable::GcRule::MaxAge(std::chrono::seconds(48 * 3600));
* @encode
* @endcode
*
* @tparam Rep a placeholder to match the Rep tparam for @p duration type, the
* semantics of this template parameter are documented in
Expand Down
2 changes: 1 addition & 1 deletion bigtable/client/filters.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Filter {
* using namespace std::chrono_literals; // C++14
* auto r1 = bigtable::Filter::TimestampRange(10ms, 500ms);
* auto r2 = bigtable::Filter::TimestampRange(10min, 10min + 2s);
* @encode
* @endcode
*
* @tparam Rep1 a placeholder to match the Rep tparam for @p start type,
* the semantics of this template parameter are documented in
Expand Down