Skip to content

Commit

Permalink
doxygen
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina committed Mar 12, 2022
1 parent f0d1191 commit 55176f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/sdf/Light.hh
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ namespace sdf
/// \param[in] _cast True to indicate that the light is on, False otherwise.
public: void SetLightOn(const bool _isLightOn);

/// \brief Get if the visual light is enabled
/// \return True if the visual light is enabled.
/// \brief Whether light visualization in the GUI is enabled.
/// \return True if visualization is enabled.
public: bool Visualize() const;

/// \brief Set if the visual light is enabled
/// \param[in] _cast True to set that the light is enabled, False otherwise.
/// \brief Set whether light visualization in the GUI is enabled.
/// \param[in] _visualize True to view the light on the GUI.
public: void SetVisualize(const bool _visualize);

/// \brief Get the light intensity
Expand Down

0 comments on commit 55176f1

Please # to comment.