pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.61k stars 462 forks source link

Links to other non-primitive(non string, uint64 or bool) objects inside generated html page are broken #417

Open prabhatia opened 4 years ago

prabhatia commented 4 years ago

Missing dot in front of non-primitive objects inside the generated html. When you click on non-primitive objects in the type column, you cannot go to that object in the page.

For example in attached generated html page, when you click on ActivityStatisticsFilterResponse you get to the table descriptions of fields inside this message. Then when you click on one of the fields - ActivityStatisticsFilterPeriod hyperlink, it doesn't auto navigate you to that object in the page.

But when you click on a primitive type - string, uint64 or bool in the same page, it takes you to that object.

proto_doc_files.zip

adlion-gofore commented 3 months ago

+1