Returns true if flags defined in the filename should be reported with ‐‐help flag. For example, if the file "path/to/my/code.cc" defines the flag "‐‐my_flag", and contains_help_flags("path/to/my/code.cc") returns true, invoking the program with ‐‐help will include information about ‐‐my_flag in the program output.
Synopsis
Declared in <absl/flags/usage_config.h>
/* implementation-defined */ contains_help_flags;
Created with MrDocs