HaikuBook: fix part of the warnings marked by Doxygen

I spotted some warnings when I upgraded from Doxygen 1.18.13 to 1.18.17.
The new warnings are useful, they point out imbalances in grouping, as
well as unclosed comment blocks. Coincidentally, this fixes #13338
This commit is contained in:
Niels Sascha Reedijk
2020-03-01 09:50:49 +00:00
parent 7a8d5a2db3
commit ff1ee776fe
16 changed files with 31 additions and 158 deletions
+1 -1
View File
@@ -2571,7 +2571,7 @@
*/
// @}
//! @}
/*!
+3 -3
View File
@@ -177,7 +177,7 @@
\param authority The authority component.
The username, password, host and port fields are replaced. The authority
can be of the form username:password@host:port
can be of the form username:password\@host:port
*/
/*!
@@ -225,7 +225,7 @@
\returns the string representation of the URL.
A complete URL string is of the form protocol://username:passord@host:port/path?request#fragment . All the fields are optional, for example a file URL will
A complete URL string is of the form protocol://username:passord\@host:port/path?request#fragment . All the fields are optional, for example a file URL will
have only a protocol and a path.
*/
@@ -282,7 +282,7 @@
\returns The authority url as a string.
The authority is of the form username:password@host:port.
The authority is of the form username:password\@host:port.
*/
/*!