[wesnoth-commits] [wesnoth/wesnoth] dba9bf: Workaround doxygen issue.

Pentarctagon noreply at github.com
Wed Feb 16 15:14:31 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: dba9bf2a5d7261ea3ba537d76b8f6cb43c7d1d5c
      https://github.com/wesnoth/wesnoth/commit/dba9bf2a5d7261ea3ba537d76b8f6cb43c7d1d5c
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M Doxyfile
    M src/whiteboard/action.hpp

  Log Message:
  -----------
  Workaround doxygen issue.

The root cause seems to be a parsing issue in Doxygen, described in #6528. So given this isn't our own code and we want to keep the numbner of patches that need to be applied to a minimum, tell Doxygen to ignore the lua source directory entirely.

This does then (somehow) reveal another issue in another unrelated source file where it's referencing a method in its documentation that doesn't actually exist.

Fixes #6528





More information about the Commits mailing list