We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No
Without documentation it is not obvious whether this macros are a part of the public API or not.
GTEST_FLAG_SET is kinda mentioned in passing:
googletest/docs/advanced.md
Line 588 in 35d0c36
GTEST_FLAG_GET is not documented at all
Add two new entries to https://google.github.io/googletest/reference/testing.html - one to document GTEST_FLAG_SET and one to document GTEST_FLAG_GET.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Does the feature exist in the most recent commit?
No
Why do we need this feature?
Without documentation it is not obvious whether this macros are a part of the public API or not.
GTEST_FLAG_SET is kinda mentioned in passing:
googletest/docs/advanced.md
Line 588 in 35d0c36
GTEST_FLAG_GET is not documented at all
Describe the proposal.
Add two new entries to https://google.github.io/googletest/reference/testing.html - one to document GTEST_FLAG_SET and one to document GTEST_FLAG_GET.
Is the feature specific to an operating system, compiler, or build system version?
No
The text was updated successfully, but these errors were encountered: