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:
@@ -6,8 +6,8 @@
|
||||
* Adrien Destugues, [email protected]
|
||||
*
|
||||
* Corresponds to:
|
||||
* headers/private/shared/Geolocation.h hrev53489
|
||||
* src/kits/shared/Geolocation.cpp hrev53489
|
||||
* headers/private/shared/Geolocation.h hrev53611
|
||||
* src/kits/shared/Geolocation.cpp hrev53613S
|
||||
*/
|
||||
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
|
||||
|
||||
/*!
|
||||
\fn BGeolocation::BGeolocation(BUrl& geolocationService,
|
||||
BUrl& geocodingService)
|
||||
\fn BGeolocation::BGeolocation(const BUrl& geolocationService,
|
||||
const BUrl& geocodingService)
|
||||
\brief Initialize a BGeolocation using custom services or API keys.
|
||||
|
||||
You can use this constructor to provide your own URL to a webservice to
|
||||
|
||||
Reference in New Issue
Block a user