Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geanygendoc: Fix crash if trying to document an unknown type #1365

Merged
merged 3 commits into from
Jul 6, 2024

Commits on Jul 6, 2024

  1. geanygendoc: Fix crash if trying to document an unknown type

    Fix crash if the tag to generate documentation for is of an unknown
    type.  Also consolidate some code around this to validate parameters
    just to be more defensive in case it sill actually happens.
    
    Fixes geany#1362.
    b4n committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    63cd681 View commit details
    Browse the repository at this point in the history
  2. geanygendoc: Sort tag types alphabetically

    No functional changes, it just helps updating the table.
    b4n committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    7a2f1dc View commit details
    Browse the repository at this point in the history
  3. geanygendoc: Add support for types "include" and "other"

    They are both ignored by the default configuration, as include
    directives are not usually useful to document, and "other" is not
    normally emitted by the C language parser.
    b4n committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8043a67 View commit details
    Browse the repository at this point in the history