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

Support compiler directives or similar mechanism #1098

Open
dfeinzimer opened this issue Nov 14, 2024 · 0 comments
Open

Support compiler directives or similar mechanism #1098

dfeinzimer opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement Improvements or enhancements to existing functionality

Comments

@dfeinzimer
Copy link

Feature Name

Documentation availability

Description

Add support for compiler directives like #if targetEnvironment(_) or a similar mechanism for conditionally including lines of text in built documentation to prevent "'symbol' doesn't exist at .." warnings when building doc for different targets.

Motivation

Prevent warnings for unavailable symbols on the targeted platform when building documentation.

Importance

Allows building documentation for all platforms without triggering any "doesn't exist" warnings.

Alternatives Considered

No response

@dfeinzimer dfeinzimer added the enhancement Improvements or enhancements to existing functionality label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements or enhancements to existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant