From 8e283d9a5cb7ca201d0ed7af1612ba342293a05a Mon Sep 17 00:00:00 2001 From: Michael Shields Date: Thu, 20 Jun 2019 11:43:16 -0700 Subject: Correctly point to documentation about supported flag types. --- absl/flags/flag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/flags') diff --git a/absl/flags/flag.h b/absl/flags/flag.h index 2cbbb45..3ebd9f0 100644 --- a/absl/flags/flag.h +++ b/absl/flags/flag.h @@ -155,7 +155,7 @@ void SetFlag(absl::Flag* 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 -- cgit v1.2.3