Skip to content

markdown reference links in comments #666

@alexander-fenster

Description

@alexander-fenster

In proto comments there are a lot of markdown reference-style links:

// [Secret][google.cloud.secrets.v1.Secret]

They won't work in JSDoc, so I suggest that we replace them with JSDoc-style links:

/**
 * {@link google.cloud.secrets.v1.Secret|Secret]
 */ 

These replacements should happen in the templates and not in the code.

Metadata

Metadata

Assignees

Labels

type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions