Skip to content

[Digital Twins] Fix usage of @internal and @hidden tags #13452

Closed

Description

Please follow the following guidelines:

  • use the @internal tag only for definitions that are not exported by src/index.ts and you do not want to generate documentation for them on docs.microsoft.com
  • use the @hidden tag only for definitions that are exported by src\index.ts but you still do not want to generate documentation for them on docs.microsoft.com
  • do not use both @internal and @hidden for one definition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions