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

Address doxygen warnings #1250

Closed
wants to merge 2 commits into from
Closed

Address doxygen warnings #1250

wants to merge 2 commits into from

Conversation

aphelionz
Copy link

This PR updates the Doxyfile to address the following warnings generated via running doxygen v1.9.7 on docs/doxygen/Doxyfile:

warning: Tag 'HTML_TIMESTAMP' at line 1381 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_TIMESTAMP' at line 2049 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Inheritance graph for 'Component' not generated, too many nodes (65), threshold is 50. Consider increasing DOT_GRAPH_MAX_NODES.
warning: Inheritance graph for 'DummyCriticalSection' not generated, too many nodes (162), threshold is 50. Consider increasing DOT_GRAPH_MAX_NODES.

Note that I did not address this warning but I'm happy to include the necessary changes here as well, if somebody can point out what exactly do do in the header file:

/Users/mark/Applications/JUCE/docs/doxygen/build/juce_audio_processors/format_types/juce_LV2Resources.h:10239: warning: end of file while inside a group

@tpoole
Copy link
Member

tpoole commented Aug 2, 2023

Thank you for submitting this PR, but this work has already been done on our develop branch: ff835be

@tpoole tpoole closed this Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants