-
Remove unused `doc` argument from `DEFINE_` macros. (#857) · 7ee72863Sayan Bhattacharjee authored
- Adresses : #856 - The unused `doc` argument was removed from the `DEFINE_` macros in `commandlineflags.h` - Converted all the previous `doc` strings passed to the `DEFINE_` macros to multiline comments.7ee72863
×