-
Notifications
You must be signed in to change notification settings - Fork 385
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
Generator doxygen comments include broken links #7664
Comments
Ah, it seems these link aliases are taken verbatim from the proto comments: |
Since this is just copying the comments verbatim, it is really a feature request, not a bug. |
One possible "fix" is to make these links not look like links. Maybe the move to stored the docs in cloud.google.com will fix this too. |
This looks fixed. |
It is not fixed, for example look at: Apparently I fixed the request and response types used in each method, but not any additional references. |
The documentation as rendered looks like this:
https://googleapis.dev/cpp/google-cloud-iam/1.33.0/classgoogle_1_1cloud_1_1iam_1_1IAMClient.html#a317a11faf4b5ad519550a6764dcfac3c
It seems like this is attempting to use markdown link aliases, e.g.
[ServiceAccount][google.iam.admin.v1.ServiceAccount]
, but the link aliases are not defined in the Doxygen block:google-cloud-cpp/google/cloud/iam/iam_client.h
Lines 106 to 121 in 7bcb5f7
Note that the previous references are to the
v1.33.0
release, but this is still the case onmain
.The text was updated successfully, but these errors were encountered: