about summary refs log tree commit diff
path: root/absl/flags/flag.h
diff options
context:
space:
mode:
authorMichael Shields <shields@msrl.com>2019-06-24T21·47-0700
committerGitHub <noreply@github.com>2019-06-24T21·47-0700
commitc100cca37da2006882176bac0b7db43e9915816f (patch)
treefce15d02c80e01c96b5a18fe9a87a4a701723f99 /absl/flags/flag.h
parent8e283d9a5cb7ca201d0ed7af1612ba342293a05a (diff)
Reference just the file name.
Co-Authored-By: Shaindel Schwartz <31392632+shaindelschwartz@users.noreply.github.com>
Diffstat (limited to 'absl/flags/flag.h')
-rw-r--r--absl/flags/flag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/flag.h b/absl/flags/flag.h
index 3ebd9f03bb..185bd8aba2 100644
--- a/absl/flags/flag.h
+++ b/absl/flags/flag.h
@@ -155,7 +155,7 @@ void SetFlag(absl::Flag<T>* 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