Skip to content

Commit

Permalink
Fix params doxygen error
Browse files Browse the repository at this point in the history
  • Loading branch information
brannondorsey committed Mar 19, 2016
1 parent e76ac3b commit 2659dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/openFrameworks/types/ofBaseTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -1770,9 +1770,9 @@ class ofBaseRenderer{
/// \param labels True to draw the names and values of the axes.
virtual void drawGridPlane(float stepSize, size_t numberOfSteps, bool labels) const;
/// \brief Draw an arrow between two 3D points.
/// \brief start The 3D vector to use as the first point.
/// \brief end The 3D vector to use as the second point.
/// \float headSize The size of the arrowhead.
/// \param start The 3D vector to use as the first point.
/// \param end The 3D vector to use as the second point.
/// \param headSize The size of the arrowhead.
virtual void drawArrow(const ofVec3f& start, const ofVec3f& end, float headSize) const;
/// \brief Draw the coordinate system's axes with the renderer.
///
Expand Down

0 comments on commit 2659dca

Please sign in to comment.