Skip to content

Commit

Permalink
Corrections for clang autodoc comments (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLundberg authored and CelticMinstrel committed Jul 27, 2017
1 parent 74eda44 commit d89558b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ai/configuration.hpp
Expand Up @@ -99,8 +99,8 @@ class configuration {


/**
* @param[in] cfg the config to be read
* @param[out] parsed_cfg parsed config
* @param[in] original_cfg the config to be read
* @param[out] cfg parsed config
* @return was all ok?
* @retval true success
* @retval false failure
Expand Down
2 changes: 0 additions & 2 deletions src/game_events/pump.cpp
Expand Up @@ -278,8 +278,6 @@ bool wml_event_pump::filter_event(const event_handler& handler, const queued_eve
* @param[in,out] handler_p The handler to offer the event to.
* This may be reset during processing.
* @param[in] ev The event information.
*
* @returns true if the game state changed.
*/
void wml_event_pump::process_event(handler_ptr& handler_p, const queued_event& ev)
{
Expand Down

0 comments on commit d89558b

Please sign in to comment.