Skip to content

Commit f8e4bbb

Browse files
kwvgPastaPastaPasta
authored andcommitted
docs: add missing block of description style not picked up by Doxygen
The changes are a portion of bitcoin#17873, the rest of which is merged into `developer-notes.md`, leaving this change out for some reason.
1 parent bfa8b97 commit f8e4bbb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/developer-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,13 @@ Not picked up by Doxygen:
229229
//
230230
```
231231

232+
Also not picked up by Doxygen:
233+
```c++
234+
/*
235+
* ... Description ...
236+
*/
237+
```
238+
232239
A full list of comment syntaxes picked up by Doxygen can be found at https://www.doxygen.nl/manual/docblocks.html,
233240
but the above styles are favored.
234241

0 commit comments

Comments
 (0)