C# XML Documentation Website Link -


is possible include link website in xml documentation? example, method's summarized as

///<summary> /// math function found here. ///</summary> public void somemaththing(double[] doublearray) {    ... } 

and when type

somemaththing( 

i want intellisense show summary option click on "here" link outside website. possible? how done?

try:

///<summary> /// math function found <see href="http://stackoverflow.com">here</see> ///</summary> 

Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -