pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.64k stars 464 forks source link

Add source line numbers to the json output #382

Open nemethf opened 5 years ago

nemethf commented 5 years ago

Hi,

Would it possible to (optionally) extend the json output to include the line number of the .proto file where a message is declared? (I'd like to conveniently link back to the "source of truth" in a code browsing application.)

Thank you.