[Mono-docs-list] Monkeyguide crossreferences to API doc?

Jonathan Pryor jonpryor@vt.edu
Mon, 17 Jan 2005 20:50:21 -0500


On Mon, 2005-01-17 at 16:54 -0500, Shane Landrum wrote:
> As I'm working on cleaning up and expanding the monkeyguide,
> I think it would be handy to be able to cross-reference to the
> API documentation, ideally using the same format that's used in
> the API docs. For example, from the drag and drop docs,
> now in new/en/gnome/bindings/gtk-sharp/dnd_properties.tml:

<snip/>

> Right now, text like this inserted in the HTML Monkeyguide won't
> display because it's in a tag. How hard would it be to cause Monodoc
> to do the right thing here?

This is already present (at my request, actually), just with a different
syntax.  You want the <a/> tag:

	<p>This is a reference to
	  <a href="T:System.Object">System.Object</a>.  Yay!</p>

For an example of this in action, see html/en/wrapping/interop.html
(though there's also a new/en/programming/interop.html -- uh, which
should I be editing?).

 - Jon