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:
@@ -2571,7 +2571,7 @@
|
||||
*/
|
||||
|
||||
|
||||
// @}
|
||||
//! @}
|
||||
|
||||
|
||||
/*!
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user