doc: Fix some doxygen warnings

This commit is contained in:
Mateo de Mayo 2022-05-05 23:08:14 -03:00 committed by Moses Turner
parent bcdc2416a7
commit e3fadb5364
3 changed files with 5 additions and 4 deletions
src/xrt
auxiliary/util
drivers

View file

@ -69,7 +69,7 @@ class JSONBuilder;
* `isType()` and `asType()` methods.
*
* The main ways a user can build a JSONNode is from a json string, from a
* json file with the @ref loadFromFile or with the @ref JSONBuilder.
* json file with `loadFromFile` or with the @ref JSONBuilder.
*/
class JSONNode
{

View file

@ -50,7 +50,7 @@ struct euroc_player_playback_config
};
/*!
* Describes information about a particular EuRoC dataset residing in @ref path.
* Describes information about a particular EuRoC dataset residing in `path`.
*
* @ingroup drv_euroc
*/

View file

@ -20,11 +20,12 @@
#ifdef __cplusplus
extern "C" {
#endif
/*
/*!
* @defgroup drv_ht Camera based hand tracking
* @ingroup drv
*
* @brief
* @brief Camera based hand tracking
*/
/*!