Skip to content

Commit

Permalink
Fix doxygen warning commenting missing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Apr 15, 2024
1 parent 752ac86 commit 8a347de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/gui/src/pointcloud/vpDisplayPCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ vpDisplayPCL::vpDisplayPCL(int posx, int posy, const std::string &window_name)
* Constructor able to initialize the display window size.
* \param[in] width : Point cloud viewer width.
* \param[in] height : Point cloud viewer height.
* \param[in] posx : Position along X-axis.
* \param[in] posy : Position along Y-axis.
* \param[in] window_name : Window name.
*/
vpDisplayPCL::vpDisplayPCL(unsigned int width, unsigned int height, int posx, int posy, const std::string &window_name)
: m_stop(false), m_verbose(false), m_width(width), m_height(height), m_posx(posx), m_posy(posy),
Expand Down

0 comments on commit 8a347de

Please sign in to comment.