I can't figure out a way to mention an XML file inside block comments in a Kotlin class. I know it is possible to tag a class or function but what about an XML file in an Android project.
Something like this where nav_graph.xml is the file to be tagged:
/**
* For details check [nav_graph]
*/