Skip to content

Commit

Permalink
Correct class names in doxygen documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
granger35 committed Oct 5, 2020
1 parent e3f4120 commit e504aae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion interfaces/datastructure/CoordinateSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace SolAR {
namespace datastructure {

/**
* @class Coordinate system component
* @class CoordinateSystem
* @brief <B>This component includes coordinate systems of a map. It can be a floating coordinate system or be related to other coordinate systems.</B>
*/
class SOLARFRAMEWORK_API CoordinateSystem
Expand Down
2 changes: 1 addition & 1 deletion interfaces/datastructure/PrimitiveInformation.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace SolAR {
namespace datastructure {

/**
* @class Primitive Information
* @class PrimitiveInformation
* @brief <B>This component includes primitive informations such as confident score, semantic.</B>
*/
class SOLARFRAMEWORK_API PrimitiveInformation
Expand Down
2 changes: 1 addition & 1 deletion src/datastructure/Image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace SolAR {
namespace datastructure {

/**
* @class ImageInternal
* @class Image::ImageInternal
* @brief <B>A 2D image buffer.</B>.
*
*/
Expand Down

0 comments on commit e504aae

Please sign in to comment.