Hi all,
In Chromium repo we usually use the style |argument| when referring to a argument in comment/documentation however in Google C++ style guide it says to use `backtick_argument`:
"What the inputs and outputs are. If function argument names are provided in `backticks`, then code-indexing tools may be able to present the documentation better."
I recall reading somewhere about our specific style (|argument_name| and functionName()), but I can't find it anymore.
Is |argument_name| really the recommended style?
Is our specific style documented somewhere or do we just go with cargo cult?
Cheers,
Luciano Pacheco