Hyperlinks in source code comments
- From: Terence Wilson <tez@xxxxxxxxx>
- Date: Fri, 10 Mar 2006 19:35:51 -0800
Being able to insert hyperlinks in source code comments is very useful
e.g.:
//Google is a great search engine http://google.com
for (int i=0; i<256; ++i)
{
....
}
But what I want to do is insert hyperlinks to local documents that are
part of my solution. The problem is I can't figure out a way to insert
a relative hyperlink. For example, my documentation directory may be a
sibling directory of the code, so what I need is something like
file://..\Documentation\MyDesignDoc.htm
Is there a way to do this? It would be extremely useful to let source
maintainers jump directly to specification documents.
.
- Prev by Date: Re: Global objects
- Next by Date: Re: Class view disappeared
- Previous by thread: Re: Global objects
- Next by thread: Re: Unable to jump to a method implementation from Class View
- Index(es):
Relevant Pages
|