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

Generate JavaDoc only for API JavaDoc tasks #2202

Merged
merged 1 commit into from
May 10, 2022

Conversation

bondolo
Copy link
Contributor

@bondolo bondolo commented May 4, 2022

Motivation:
Some modules generate JavaDoc to check that source code they generate
includes conforming JavaDoc. This test JavaDoc should not be included
in the consolidated project JavaDocs.
Modifications:
Filter JavaDoc tasks using task name to include only the default
JavaDoc task.
Result:
Mysterious test code JavaDoc excluded from project JavaDocs.

Motivation:
Some modules generate JavaDoc to check that source code they generate
includes conforming JavaDoc. This test JavaDoc should not be included
in the consolidated project JavaDocs.
Modifications:
Filter JavaDoc tasks using task name to include only the default
JavaDoc task.
Result:
Mysterious test code JavaDoc excluded from project JavaDocs.
@bondolo bondolo added bug Something isn't working docs Improvements for documentation and examples labels May 4, 2022
@bondolo bondolo self-assigned this May 4, 2022
@bondolo bondolo merged commit 4bcfe24 into apple:main May 10, 2022
@bondolo bondolo deleted the javadoc-exclude-test-javadoc branch May 10, 2022 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs Improvements for documentation and examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants