Commit 8e283d9a by Michael Shields Committed by GitHub

Correctly point to documentation about supported flag types.

parent 43ef2148
...@@ -155,7 +155,7 @@ void SetFlag(absl::Flag<T>* flag, const V& v) { ...@@ -155,7 +155,7 @@ void SetFlag(absl::Flag<T>* flag, const V& v) {
// //
// where: // 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 // * `name` designates the name of the flag (as a global variable
// `FLAGS_name`), // `FLAGS_name`),
// * `default_value` is an expression holding the default value for this flag // * `default_value` is an expression holding the default value for this flag
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment