Skip to content

Commit

Permalink
doxy
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Jan 26, 2022
1 parent 6efe285 commit edecdb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/point_cloud/PointCloud.hh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ namespace plugins
public: Q_INVOKABLE QColor MaxColor() const;

/// \brief Set the maximum color
/// \param[ax] _maxColor Maximum color.
/// \param[in] _maxColor Maximum color.
public: Q_INVOKABLE void SetMaxColor(const QColor &_maxColor);

/// \brief Notify that maximum color has changed
Expand All @@ -216,7 +216,7 @@ namespace plugins
public: Q_INVOKABLE float MaxFloatV() const;

/// \brief Set the maximum value
/// \param[ax] _maxFloatV Maximum value.
/// \param[in] _maxFloatV Maximum value.
public: Q_INVOKABLE void SetMaxFloatV(float _maxFloatV);

/// \brief Notify that maximum value has changed
Expand All @@ -227,7 +227,7 @@ namespace plugins
public: Q_INVOKABLE float PointSize() const;

/// \brief Set the point size
/// \param[ax] _pointSize Maximum value.
/// \param[in] _pointSize Maximum value.
public: Q_INVOKABLE void SetPointSize(float _pointSize);

/// \brief Notify that point size has changed
Expand Down

0 comments on commit edecdb8

Please sign in to comment.