mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Merge pull request #335 from shields/patch-1
Correctly point to documentation about supported flag types.
This commit is contained in:
@@ -155,7 +155,7 @@ void SetFlag(absl::Flag<T>* flag, const V& v) {
|
||||
//
|
||||
// where:
|
||||
//
|
||||
// * `T` is a supported flag type (See below),
|
||||
// * `T` is a supported flag type (see `marshalling.h`),
|
||||
// * `name` designates the name of the flag (as a global variable
|
||||
// `FLAGS_name`),
|
||||
// * `default_value` is an expression holding the default value for this flag
|
||||
|
||||
Reference in New Issue
Block a user