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(-) diff --git a/absl/flags/flag.h b/absl/flags/flag.h index 2cbbb45c..3ebd9f03 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 From c100cca37da2006882176bac0b7db43e9915816f Mon Sep 17 00:00:00 2001 From: Michael Shields Date: Mon, 24 Jun 2019 14:47:23 -0700 Subject: Reference just the file name. Co-Authored-By: Shaindel Schwartz <31392632+shaindelschwartz@users.noreply.github.com> --- absl/flags/flag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/absl/flags/flag.h b/absl/flags/flag.h index 3ebd9f03..185bd8ab 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 `absl/flags/marshalling.h`), +// * `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 -- cgit v1.2.3