From e504aae7284a8f06d458de6ee6d6eae7c8bbca9e Mon Sep 17 00:00:00 2001 From: "BCOM\\jroyan" Date: Mon, 5 Oct 2020 17:43:59 +0200 Subject: [PATCH] Correct class names in doxygen documentation --- interfaces/datastructure/CoordinateSystem.h | 2 +- interfaces/datastructure/PrimitiveInformation.h | 2 +- src/datastructure/Image.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interfaces/datastructure/CoordinateSystem.h b/interfaces/datastructure/CoordinateSystem.h index d792ebaf..0d8dba44 100644 --- a/interfaces/datastructure/CoordinateSystem.h +++ b/interfaces/datastructure/CoordinateSystem.h @@ -31,7 +31,7 @@ namespace SolAR { namespace datastructure { /** - * @class Coordinate system component + * @class CoordinateSystem * @brief This component includes coordinate systems of a map. It can be a floating coordinate system or be related to other coordinate systems. */ class SOLARFRAMEWORK_API CoordinateSystem diff --git a/interfaces/datastructure/PrimitiveInformation.h b/interfaces/datastructure/PrimitiveInformation.h index 5d782dd5..f06e2817 100644 --- a/interfaces/datastructure/PrimitiveInformation.h +++ b/interfaces/datastructure/PrimitiveInformation.h @@ -28,7 +28,7 @@ namespace SolAR { namespace datastructure { /** - * @class Primitive Information + * @class PrimitiveInformation * @brief This component includes primitive informations such as confident score, semantic. */ class SOLARFRAMEWORK_API PrimitiveInformation diff --git a/src/datastructure/Image.cpp b/src/datastructure/Image.cpp index b99995ee..5b26112e 100644 --- a/src/datastructure/Image.cpp +++ b/src/datastructure/Image.cpp @@ -25,7 +25,7 @@ namespace SolAR { namespace datastructure { /** - * @class ImageInternal + * @class Image::ImageInternal * @brief A 2D image buffer.. * */