Skip to content

Commit

Permalink
Fix doccomment warning (again!)
Browse files Browse the repository at this point in the history
I could swear I fixed this a few days ago. *sigh*
  • Loading branch information
GregoryLundberg committed Oct 30, 2018
1 parent 3dc60f7 commit e3cf617
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/gui/core/event/dispatcher.hpp
Expand Up @@ -258,8 +258,10 @@ class dispatcher
*
* @param event The event to fire.
* @param target The widget that should receive the event.
* @param pos The location touched.
* @param distance The distance moved.
* @param center The location touched.
* @param dTheta Probably the direction moved.
* @param dDist The distance moved.
* @param numFingers Probably the number of fingers touching the screen.
*/
bool fire(const ui_event event,
widget& target,
Expand Down

3 comments on commit e3cf617

@Wedge009
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you were thinking of your commit in the 1.14 branch? 4f0a353

@GregoryLundberg
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the change to 1.14 which prompted me to make this change there hadn't made it into master until that big commit last night.

@CelticMinstrel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Probably" >_>

Please sign in to comment.