The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
Find a file
2020-09-23 11:26:36 +01:00
.nojekyll add: .nojekyll file 2015-03-24 12:55:52 +00:00
designstyle.css add: Files from doc/ directory of master branch 2015-03-24 12:51:30 +00:00
index.html Update index.html dependency with Bazel section. 2020-09-23 11:26:36 +01:00
README.md Add doc/README.md with command to update gh-pages 2020-09-18 17:50:41 +01:00

To update the GitHub Pages at http://gflags.github.io/gflags/, use command:

git subtree push --prefix=doc/ origin gh-pages