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

chore!: Fix warnings when generating docs. #8660

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

gonfunko
Copy link
Contributor

@gonfunko gonfunko commented Nov 15, 2024

The basics

The details

Resolves

Fixes #6936

Proposed Changes

This PR resolves various warnings when generating documentation. It fixes the @link syntax in various docstrings to either be valid or disambiguate the symbol being referenced, removes @Class on docstrings attached to a class, unifies docs for setters/getters to be on the getter, and updates the API Extractor config to not require leading underscores on internal symbols.

Breaking Change

WorkspaceSvg.getLayerManager() is now marked @internal; API Extractor was complaining that the class itself was internal but had a public getter. The PR that introduced the layer manager and this method (#7619) stated that "The new system should be entirely internal.", so I believe this being public was an oversight.

The IRenderedElement interface is made public by this change.

@gonfunko gonfunko requested a review from a team as a code owner November 15, 2024 16:54
@gonfunko gonfunko requested a review from cpcallen November 15, 2024 16:54
@github-actions github-actions bot added breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc) labels Nov 15, 2024
@github-actions github-actions bot added breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc) and removed breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc) labels Jan 6, 2025
@gonfunko gonfunko merged commit eeef2ed into google:rc/v12.0.0 Jan 6, 2025
12 checks passed
@gonfunko gonfunko deleted the doc-warnings branch January 6, 2025 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants