[Commits] [wesnoth/wesnoth] ad6d8c: Fix a Doxygen comment error.

GitHub noreply at github.com
Sun Jul 13 10:49:21 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ad6d8c4844a42eb5d2ee29c2a68678756c121cac
      https://github.com/wesnoth/wesnoth/commit/ad6d8c4844a42eb5d2ee29c2a68678756c121cac
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-07-13 (Sun, 13 Jul 2014)

  Changed paths:
    M src/game_display.hpp

  Log Message:
  -----------
  Fix a Doxygen comment error.

The issue was found by CLang.


  Commit: 322aebb8ca520e07f60df2ad0b5ba810ba582fe4
      https://github.com/wesnoth/wesnoth/commit/322aebb8ca520e07f60df2ad0b5ba810ba582fe4
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-07-13 (Sun, 13 Jul 2014)

  Changed paths:
    M src/variable_info.cpp

  Log Message:
  -----------
  Fix a Doxygen comment error.

The issue was found by CLang.


  Commit: a533a44889be02d97ec68f4df579d9c41730e8bf
      https://github.com/wesnoth/wesnoth/commit/a533a44889be02d97ec68f4df579d9c41730e8bf
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-07-13 (Sun, 13 Jul 2014)

  Changed paths:
    M src/variable_info.cpp

  Log Message:
  -----------
  Remove a useless semicolon.


  Commit: e83ab1b6ec3ee4bd2f36e435ad374b4a6e55ab18
      https://github.com/wesnoth/wesnoth/commit/e83ab1b6ec3ee4bd2f36e435ad374b4a6e55ab18
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-07-13 (Sun, 13 Jul 2014)

  Changed paths:
    M src/variable_info.hpp

  Log Message:
  -----------
  Remove a useless semicolon.


  Commit: a3422cafcca4fb1b52ee8aab26216bca8b57985b
      https://github.com/wesnoth/wesnoth/commit/a3422cafcca4fb1b52ee8aab26216bca8b57985b
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-07-13 (Sun, 13 Jul 2014)

  Changed paths:
    M src/variable_info.cpp

  Log Message:
  -----------
  Improve a horrible enumerate conversion.

Two improvements were made.
- By adding a default in a case in a switch statement the compiler can
  no longer warn when a member of the enumerate is not handled.
- The exception thrown had no message, so added a message. This also
  required to change the type of the exception to a more appropriate
  type.


  Commit: c521a3893313e0112ca70f036e8e358aa158c6bc
      https://github.com/wesnoth/wesnoth/commit/c521a3893313e0112ca70f036e8e358aa158c6bc
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-07-13 (Sun, 13 Jul 2014)

  Changed paths:
    M src/variable_info.cpp

  Log Message:
  -----------
  Fix a comment typo.


  Commit: c119584895c2dc78fdb6f66e7a15a55c7061def8
      https://github.com/wesnoth/wesnoth/commit/c119584895c2dc78fdb6f66e7a15a55c7061def8
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-07-13 (Sun, 13 Jul 2014)

  Changed paths:
    M src/actions/attack.hpp
    M src/actions/create.cpp
    M src/carryover.cpp
    M src/display.cpp
    M src/display_chat_manager.cpp
    M src/editor/editor_display.cpp
    M src/editor/map/map_context.hpp
    M src/fake_unit_ptr.hpp
    M src/game_board.hpp
    M src/game_data.cpp
    M src/game_data.hpp
    M src/game_events/action_wml.cpp
    M src/game_events/menu_item.hpp
    M src/halo.cpp
    M src/hotkey/hotkey_item.cpp
    M src/hotkey/hotkey_preferences_display.cpp
    M src/mp_game_utils.cpp
    M src/multiplayer.cpp
    M src/multiplayer_connect_engine.cpp
    M src/multiplayer_connect_engine.hpp
    M src/multiplayer_create.cpp
    M src/multiplayer_create_engine.cpp
    M src/multiplayer_lobby.cpp
    M src/multiplayer_wait.cpp
    M src/play_controller.cpp
    M src/playcampaign.cpp
    M src/reports.hpp
    M src/saved_game.cpp
    M src/saved_game.hpp
    M src/savegame.cpp
    M src/server/game.cpp
    M src/server/server.cpp
    M src/synced_context.cpp
    M src/team.hpp
    M src/terrain_filter.cpp
    M src/tests/test_config.cpp
    M src/tests/test_mp_connect.cpp
    M src/unit.cpp
    M src/unit.hpp
    M src/unit_animation_component.cpp
    M src/unit_animation_component.hpp
    M src/unit_drawer.hpp
    M src/unit_filter.hpp
    M src/variable.cpp
    M src/variable.hpp
    M src/variable_info.cpp
    M src/variable_info.hpp
    M src/variable_info_detail.hpp
    M src/wmi_pager.cpp

  Log Message:
  -----------
  Strip trailing whitespace.


Compare: https://github.com/wesnoth/wesnoth/compare/1a1726dab861...c119584895c2


More information about the Commits mailing list