Skip to content

Commit

Permalink
Fix a Doxygen comment error.
Browse files Browse the repository at this point in the history
The issue was found by CLang.
  • Loading branch information
mordante committed Jul 13, 2014
1 parent 1a1726d commit ad6d8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_display.hpp
Expand Up @@ -130,7 +130,7 @@ class game_display : public display

bool has_time_area() const;

const tod_manager & get_tod_man() const { return tod_manager_; } //<! Allows this class to properly implement filter context, used for animations
const tod_manager & get_tod_man() const { return tod_manager_; } /**< Allows this class to properly implement filter context, used for animations */

protected:
/**
Expand Down

0 comments on commit ad6d8c4

Please sign in to comment.