0

When commenting my code, I know that I can link to a webpage like this:

/// <Refer url="http://microsoft.com/foo/bar.aspx"/>

But is it possible to reference an excel document (for example) on a samba share? ie.:

/// <Refer unc="\\server.mydomain\share\document.xls"/>
Quantum_Kernel
  • 303
  • 1
  • 7
  • 19
  • You can put anything there that you want. In what context are you asking? A help file generator? You'll probably just need a `file://` URL. – CodeCaster Aug 06 '15 at 10:32
  • Over the last 3 months, I have written a lot of related classes that I'm assembling into a class library so that my colleagues can use it as a dll. I'm trying to add comments to properly explain the source code but also make it possible to generate a help file at some point. Sandcastle looks like the popular option for such, but I've never used a help file generator. Is there one built in to VS 2012? – Quantum_Kernel Aug 06 '15 at 10:50
  • This seems to do what I was looking for, but I'd like to know how to click the link when it appears in the mouseover tooltip in VS. /// Refer to Metadata Reference Table 1v34 for more. – Quantum_Kernel Aug 06 '15 at 11:06

0 Answers0