Correctly point to documentation about supported flag types.
This commit is contained in:
parent
43ef2148c0
commit
8e283d9a5c
1 changed files with 1 additions and 1 deletions
|
@ -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 `absl/flags/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
|
||||
|
|
Loading…
Reference in a new issue