Open
Description
I'm using cargo docs online for people to work on Loupe and I'm sometimes using it myself.
With using the Properties
macro the docs got a bit worse. Before, getters also had documentation. Now I have to lookup the field in the struct to see it's documentation.
Is it possible to either link to the field in getter/setter docs or do create an overview of all properties for the object or maybe both?