Skip to content
Snippets Groups Projects
Unverified Commit 8e283d9a authored by Michael Shields's avatar Michael Shields Committed by GitHub
Browse files

Correctly point to documentation about supported flag types.

parent 43ef2148
No related branches found
Tags v2.1.0
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment