Add Links to Documentation
It would be very useful if the documentation linked to the official Asterisk documentation.
See: https://stackoverflow.com/questions/6960426/c-sharp-xml-documentation-website-link
AsterNET documatation: http://asternet.github.io/AsterNET Asterisk documatation: https://wiki.asterisk.org/wiki/display/AST/Home
Note: I have started on this (so no one is doing double work)
Any idea what type of links work with Sandcastle (i think that is the name of the documentation tool)?
Yes it uses Sandcastle.
It uses formats like the following:
<see href="[link]" target="_blank" alt="[alttext]">[title]</see>
<see cref="[code]"/>
Just thought this was a fun read: https://css-tricks.com/use-target_blank/
Maybe we shouldn't have target="_blank" on all links.
Need to use <br/> for newline.