Skip to content

Commit

Permalink
Fix doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Apr 22, 2024
1 parent 0cc3133 commit c66fc3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/ar/include/visp3/ar/vpPanda3DBaseRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class VISP_EXPORT vpPanda3DBaseRenderer
* @brief
*
* @param framework
* @param window
*/
void initFromParent(std::shared_ptr<PandaFramework> framework, PT(WindowFramework) window);

Expand Down
2 changes: 1 addition & 1 deletion tutorial/ar/tutorial-panda3d-renderer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! \example tutorial-panada3d-renderer.cpp
//! \example tutorial-panda3d-renderer.cpp
#include <iostream>
#include <visp3/core/vpConfig.h>
#if defined(VISP_HAVE_PANDA3D) && defined(VISP_HAVE_DISPLAY)
Expand Down

0 comments on commit c66fc3b

Please sign in to comment.