[Service Bus] Fix docs generated in Typedoc #11346
Labels
Client
This issue points to a problem in the data-plane of the library.
good first issue
This issue tracks work that may be a good starting point for a first-time contributor
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
Service Bus
Following is a sceenshot from the generated docs with typedoc
https://azuresdkdocs.blob.core.windows.net/$web/javascript/azure-service-bus/7.0.0-preview.6/index.html
logger, isError and toAmqpAnnotatedMessage are meant to be internal and are not exported through
index.ts
, however they show up in the docs.TODO: Update the JSdoc comments for these methods/classes/interfaces with
@ignore
and@internal
tags to hide them in the generated type docs.The text was updated successfully, but these errors were encountered: