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

issue #9615 doxygen C# regression #9633

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 11, 2022

  1. issue doxygen#9615 doxygen C# regression

    The problem is that in case non of the output generators HTML, LaTeX, RTF, docbook or Man are used not all the settings are done before the tests are started.
    We see this problem also when we just set `GENERATE_XML`, we get the warning like"
    ```
    Main.cs(21): warning: parameters of member CSharpTutorials.Program.Main are not documented
    ```
    
    by introducing a new output generator that will only be enabled in case non of the generators HTML, LaTeX, RTF, docbook or Man is enabled, the settings are done, so the tests can be executed properly.
    albert-github committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d7e4bf1 View commit details
    Browse the repository at this point in the history