Skip to content

Commit bfa8b97

Browse files
kwvgPastaPastaPasta
authored andcommitted
docs: update Doxygen documentation URLs to doxygen.nl domain
These changes were introduced in bitcoin#15514 (Update Transifex links), which ordinarily do not apply to Dash as it uses its own Transifex account but not mentioned in the name are updates to Doxygen URLs.
1 parent c15c7bb commit bfa8b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/developer-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ For example, to describe a function use:
189189
bool function(int arg1, const char *arg2, std::string& arg3)
190190
```
191191
192-
A complete list of `@xxx` commands can be found at http://www.stack.nl/~dimitri/doxygen/manual/commands.html.
192+
A complete list of `@xxx` commands can be found at http://www.doxygen.nl/manual/commands.html.
193193
As Doxygen recognizes the comments by the delimiters (`/**` and `*/` in this case), you don't
194194
*need* to provide any commands for a comment to be valid; just a description text is fine.
195195
@@ -229,7 +229,7 @@ Not picked up by Doxygen:
229229
//
230230
```
231231

232-
A full list of comment syntaxes picked up by Doxygen can be found at https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html,
232+
A full list of comment syntaxes picked up by Doxygen can be found at https://www.doxygen.nl/manual/docblocks.html,
233233
but the above styles are favored.
234234

235235
Recommendations:

0 commit comments

Comments
 (0)