Reference just the file name.

Co-Authored-By: Shaindel Schwartz <31392632+shaindelschwartz@users.noreply.github.com>
This commit is contained in:
Michael Shields 2019-06-24 14:47:23 -07:00 committed by GitHub
parent 8e283d9a5c
commit c100cca37d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ void SetFlag(absl::Flag<T>* flag, const V& v) {
// //
// where: // 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 // * `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