Skip to content

Commit

Permalink
Fix doxygen documentation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Oct 24, 2023
1 parent 7dd377c commit 0e5611b
Show file tree
Hide file tree
Showing 5 changed files with 531 additions and 536 deletions.
2 changes: 1 addition & 1 deletion modules/tracker/mbt/include/visp3/mbt/vpMbGenericTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ class VISP_EXPORT vpMbGenericTracker : public vpMbTracker
using vpMbDepthDenseTracker::setPose;
#endif
virtual void setPose(const vpImage<unsigned char> *const I, const vpImage<vpRGBa> *const I_color,
const vpHomogeneousMatrix &cdMo);
const vpHomogeneousMatrix &cdMo) override;
};
#ifdef VISP_HAVE_NLOHMANN_JSON
friend void to_json(nlohmann::json &j, const TrackerWrapper &t);
Expand Down
Loading

0 comments on commit 0e5611b

Please sign in to comment.