[wesnoth-commits] [wesnoth/wesnoth] 8d260f: Update Doxyfile.

Pentarctagon noreply at github.com
Fri Jan 1 05:59:41 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 8d260fced39367f7de6ba7fd3e2ce49e0e116e67
      https://github.com/wesnoth/wesnoth/commit/8d260fced39367f7de6ba7fd3e2ce49e0e116e67
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2020-12-31 (Thu, 31 Dec 2020)

  Changed paths:
    M Doxyfile

  Log Message:
  -----------
  Update Doxyfile.


  Commit: 30362084cfacd7ba873a38547e93fe943b00e513
      https://github.com/wesnoth/wesnoth/commit/30362084cfacd7ba873a38547e93fe943b00e513
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2020-12-31 (Thu, 31 Dec 2020)

  Changed paths:
    M Doxyfile
    M doc/doxygen/doxygen.cpp
    M src/actions/create.cpp
    M src/actions/create.hpp
    M src/actions/vision.cpp
    M src/actions/vision.hpp
    M src/addon/validation.cpp
    M src/ai/actions.hpp
    M src/ai/composite/goal.cpp
    M src/ai/composite/value_translator.hpp
    M src/ai/configuration.hpp
    M src/ai/contexts.cpp
    M src/ai/contexts.hpp
    M src/ai/game_info.cpp
    M src/ai/lua/lua_object.hpp
    M src/carryover.hpp
    M src/config.hpp
    M src/config_cache.hpp
    M src/display.cpp
    M src/display.hpp
    M src/font/text.hpp
    M src/font/text_formatting.hpp
    M src/formula/variant_value.hpp
    M src/game_end_exceptions.hpp
    M src/game_events/conditional_wml.cpp
    M src/game_events/handlers.hpp
    M src/game_events/menu_item.cpp
    M src/game_events/menu_item.hpp
    M src/game_events/wmi_manager.cpp
    M src/game_initialization/depcheck.hpp
    M src/game_initialization/multiplayer.hpp
    M src/generators/default_map_generator_job.cpp
    M src/gui/auxiliary/iterator/walker_grid.hpp
    M src/gui/auxiliary/iterator/walker_tree_node.hpp
    M src/gui/core/canvas.hpp
    M src/gui/core/canvas_private.hpp
    M src/gui/core/event/dispatcher.cpp
    M src/gui/core/event/dispatcher_private.hpp
    M src/gui/core/event/handler.cpp
    M src/gui/core/gui_definition.hpp
    M src/gui/core/placer.hpp
    M src/gui/core/register_widget.hpp
    M src/gui/core/static_registry.hpp
    M src/gui/dialogs/addon/connect.hpp
    M src/gui/dialogs/edit_label.hpp
    M src/gui/dialogs/edit_text.hpp
    M src/gui/dialogs/editor/edit_label.cpp
    M src/gui/dialogs/editor/edit_label.hpp
    M src/gui/dialogs/editor/new_map.hpp
    M src/gui/dialogs/editor/resize_map.hpp
    M src/gui/dialogs/folder_create.hpp
    M src/gui/dialogs/modal_dialog.hpp
    M src/gui/dialogs/multiplayer/mp_join_game_password_prompt.hpp
    M src/gui/dialogs/statistics_dialog.hpp
    M src/gui/dialogs/tooltip.hpp
    M src/gui/dialogs/unit_recruit.hpp
    M src/gui/widgets/addon_list.hpp
    M src/gui/widgets/generator_private.hpp
    M src/gui/widgets/listbox.hpp
    M src/gui/widgets/size_lock.hpp
    M src/gui/widgets/stacked_widget.hpp
    M src/gui/widgets/styled_widget.hpp
    M src/gui/widgets/tree_view.cpp
    M src/gui/widgets/tree_view.hpp
    M src/gui/widgets/tree_view_node.hpp
    M src/gui/widgets/widget.hpp
    M src/gui/widgets/window.cpp
    M src/log.hpp
    M src/map_settings.hpp
    M src/pathfind/pathfind.cpp
    M src/pathfind/pathfind.hpp
    M src/pathfind/teleport.cpp
    M src/pathutils_impl.hpp
    M src/random.hpp
    M src/replay.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_common.hpp
    M src/scripting/lua_pathfind_cost_calculator.hpp
    M src/scripting/lua_terrainmap.cpp
    M src/scripting/lua_widget_attributes.cpp
    M src/scripting/plugins/context.cpp
    M src/scripting/plugins/manager.hpp
    M src/sdl/utils.hpp
    M src/sdl/window.hpp
    M src/serialization/preprocessor.cpp
    M src/serialization/preprocessor.hpp
    M src/serialization/schema_validator.cpp
    M src/serialization/string_utils.cpp
    M src/serialization/validator.hpp
    M src/server/campaignd/server.hpp
    M src/server/wesnothd/game.cpp
    M src/server/wesnothd/game.hpp
    M src/synced_commands.cpp
    M src/synced_context.hpp
    M src/synced_user_choice.hpp
    M src/terrain/builder.hpp
    M src/terrain/filter.hpp
    M src/terrain/terrain.hpp
    M src/terrain/translation.cpp
    M src/terrain/translation.hpp
    M src/tests/test_filesystem.cpp
    M src/tests/wml/test_macro_define.cpp
    M src/tod_manager.hpp
    M src/units/abilities.cpp
    M src/units/animation.hpp
    M src/units/attack_type.hpp
    M src/units/filter.hpp
    M src/units/udisplay.cpp
    M src/units/unit.hpp
    M src/utils/iterable_pair.hpp
    M src/utils/name_generator_factory.hpp
    M src/variable.cpp
    M src/variable.hpp
    M src/variable_info_private.hpp
    M src/whiteboard/side_actions.cpp
    M src/whiteboard/utility.hpp
    M src/widgets/scrollbar.hpp
    M src/wml_exception.hpp

  Log Message:
  -----------
  Fix all Doxygen warnings.


  Commit: 4c2b725ec018be0e29bcd18d75c0ad29a00bef95
      https://github.com/wesnoth/wesnoth/commit/4c2b725ec018be0e29bcd18d75c0ad29a00bef95
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2020-12-31 (Thu, 31 Dec 2020)

  Changed paths:
    M src/actions/attack.hpp
    M src/actions/create.cpp
    M src/actions/create.hpp
    M src/actions/move.cpp
    M src/actions/move.hpp
    M src/actions/shroud_clearing_action.hpp
    M src/actions/undo.cpp
    M src/actions/undo.hpp
    M src/actions/undo_action.hpp
    M src/actions/undo_dismiss_action.hpp
    M src/actions/undo_move_action.hpp
    M src/actions/undo_recall_action.hpp
    M src/actions/undo_recruit_action.hpp
    M src/actions/undo_update_shroud_action.hpp
    M src/actions/vision.hpp
    M src/addon/validation.cpp
    M src/ai/manager.cpp
    M src/arrow.hpp
    M src/attack_prediction.cpp
    M src/commandline_options.hpp
    M src/config_attribute_value.cpp
    M src/config_attribute_value.hpp
    M src/countdown_clock.hpp
    M src/desktop/battery_info.hpp
    M src/desktop/dbus_features.cpp
    M src/display.hpp
    M src/display_context.cpp
    M src/display_context.hpp
    M src/editor/action/action_item.cpp
    M src/fake_unit_manager.hpp
    M src/fake_unit_ptr.hpp
    M src/floating_label.hpp
    M src/font/sdl_ttf.hpp
    M src/formula/string_utils.cpp
    M src/formula/tokenizer.hpp
    M src/game_board.hpp
    M src/game_classification.cpp
    M src/game_classification.hpp
    M src/game_config.cpp
    M src/game_config_manager.cpp
    M src/game_config_manager.hpp
    M src/game_data.hpp
    M src/game_display.hpp
    M src/game_end_exceptions.hpp
    M src/game_events/action_wml.cpp
    M src/game_events/action_wml.hpp
    M src/game_events/entity_location.hpp
    M src/game_events/pump.cpp
    M src/game_initialization/configure_engine.hpp
    M src/game_initialization/flg_manager.hpp
    M src/game_initialization/playcampaign.hpp
    M src/game_launcher.hpp
    M src/game_state.cpp
    M src/game_state.hpp
    M src/gui/core/canvas.cpp
    M src/gui/dialogs/addon/manager.hpp
    M src/gui/dialogs/attack_predictions.hpp
    M src/gui/dialogs/lua_interpreter.cpp
    M src/gui/dialogs/unit_recruit.hpp
    M src/gui/dialogs/wml_message.hpp
    M src/help/help.hpp
    M src/help/help_browser.cpp
    M src/help/help_browser.hpp
    M src/help/help_impl.cpp
    M src/help/help_impl.hpp
    M src/help/help_menu.cpp
    M src/help/help_menu.hpp
    M src/help/help_text_area.hpp
    M src/hotkey/hotkey_command.hpp
    M src/hotkey/hotkey_handler.hpp
    M src/hotkey/hotkey_manager.hpp
    M src/image_modifications.cpp
    M src/image_modifications.hpp
    M src/map/label.hpp
    M src/map/map.hpp
    M src/menu_events.cpp
    M src/menu_events.hpp
    M src/minimap.hpp
    M src/mouse_events.cpp
    M src/mouse_events.hpp
    M src/movetype.cpp
    M src/movetype.hpp
    M src/pathfind/pathfind.cpp
    M src/pathfind/pathfind.hpp
    M src/picture.cpp
    M src/play_controller.hpp
    M src/playsingle_controller.hpp
    M src/recall_list_manager.hpp
    M src/replay.cpp
    M src/replay_recorder_base.hpp
    M src/saved_game.hpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_fileops.cpp
    M src/scripting/lua_ptr.hpp
    M src/scripting/lua_team.hpp
    M src/scripting/lua_terrainfilter.cpp
    M src/scripting/lua_terrainfilter.hpp
    M src/scripting/lua_unit.hpp
    M src/scripting/lua_unit_type.hpp
    M src/scripting/lua_widget.hpp
    M src/scripting/lua_widget_methods.cpp
    M src/serialization/binary_or_text.hpp
    M src/serialization/tokenizer.hpp
    M src/server/common/server_base.cpp
    M src/server/wesnothd/game.cpp
    M src/server/wesnothd/game.hpp
    M src/side_filter.hpp
    M src/spirit_po/default_plural_forms_expressions.hpp
    M src/spirit_po/po_grammar.hpp
    M src/statistics.hpp
    M src/synced_commands.hpp
    M src/synced_user_choice.hpp
    M src/team.cpp
    M src/team.hpp
    M src/terrain/filter.hpp
    M src/terrain/terrain.hpp
    M src/tests/test_image_modifications.cpp
    M src/units/animation_component.hpp
    M src/units/filter.hpp
    M src/units/map.cpp
    M src/units/map.hpp
    M src/units/race.cpp
    M src/units/race.hpp
    M src/units/types.hpp
    M src/units/udisplay.cpp
    M src/units/udisplay.hpp
    M src/units/unit.hpp
    M src/variable.hpp
    M src/whiteboard/attack.hpp
    M src/whiteboard/highlighter.cpp
    M src/whiteboard/highlighter.hpp
    M src/whiteboard/manager.cpp
    M src/whiteboard/manager.hpp
    M src/whiteboard/mapbuilder.hpp
    M src/whiteboard/move.hpp
    M src/whiteboard/recall.cpp
    M src/whiteboard/side_actions.hpp
    M src/widgets/menu.hpp

  Log Message:
  -----------
  Change all doxygen comments to the same format.


  Commit: 551aa31390b4a4b90510dfa590799d8aef66d693
      https://github.com/wesnoth/wesnoth/commit/551aa31390b4a4b90510dfa590799d8aef66d693
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2020-12-31 (Thu, 31 Dec 2020)

  Changed paths:
    M .github/workflows/ci-scripts/docker.sh
    A utils/CI/doxygen-check.sh
    M utils/dockerbuilds/CI/Dockerfile-base-1804-master
    M utils/dockerbuilds/CI/Dockerfile-base-2004-master

  Log Message:
  -----------
  Add a CI check for doxygen issues.


  Commit: 24167931748f24ea9a25312ddd7215b5144b628f
      https://github.com/wesnoth/wesnoth/commit/24167931748f24ea9a25312ddd7215b5144b628f
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2020-12-31 (Thu, 31 Dec 2020)

  Changed paths:
    M Doxyfile

  Log Message:
  -----------
  Change doxygen graphs from PNG to SVG.


Compare: https://github.com/wesnoth/wesnoth/compare/dd3a059b7def...24167931748f



More information about the Commits mailing list