aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-09-30 22:13:42 -0300
committerMarcoFalke <falke.marco@gmail.com>2018-09-30 22:15:37 -0300
commit011c39c2969420d7ca8b40fbf6f3364fe72da2d0 (patch)
tree450ce972f02a9ff3568685b337df7fe22e3814c9 /.github
parentc9327306b580bb161d1732c0a0260b46c0df015c (diff)
parentfa69ac761441af3e1195fbb4018b18233a4433d2 (diff)
Merge #14331: doxygen: Fix member comments
fa69ac7614 doxygen: Fix member comments (MarcoFalke) Pull request description: Trailing comments must be indicted with the caret `//!<`. Not all places do this right now, see for example https://dev.visucore.com/bitcoin/doxygen/txmempool_8h.html#a2bc6653552b5871101b6cbefdbaf251f, but they can be fixed with an almost-scripted-diff: ``` sed -i --regexp-extended -e 's/((,|;) *\/\/!) /\1< /g' $(git grep --extended-regexp -l '(,|;)\s*//!\s') ``` (Same as [doxygen] Fix member comments #7793) Tree-SHA512: 451077008353ccc6fcc795f34094b2d022feb7a171b562a07ba4de0dcb0aebc137e12b03970764bd81e2da386751d042903db4c4831900f43c0cfde804c81b2b
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions