main
Clarify that the return value of `InvokeArgument` is not the return value of the action.
This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such that `ASSERT_NEAR(inf, inf, 0)` passes. This makes the behavior more consistent with `ASSERT_EQ(inf, inf)` which succeeds.
Add documentation for two-argument floating point matchers.
Revert incorrect update.
Fix the sample usage of `ConvertGenerator` by removing the type-id name.