Is there a tag for a file reference in a xml code comment? The file is a sql script file. Just wondering if there is a better way than something like this
///<summary>
///please have a look at c:\code\project1\sql\file1.sql
///</summary>
You could use a file URI, this makes it clickable in visual studio:
file:///c:/code/project1/sql/file1.sql
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With