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

Mario Sopena masono1@teleco.upv.es
Tue, 18 Jan 2005 00:50:52 +0100


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
&nbsp;&nbsp;&nbsp; I think that is already done. Did you test it? I mean, for example,
a piece of the Button.xml is:<br>
<pre>That is, it can hold most any other standard &lt;see cref="T:Gtk.Widget" /&gt;. The most commonly used child is the &lt;see cref="T:Gtk.Label" /&gt;
</pre>
And that is well formated to:<br>
<pre>That is, it can hold most any other standard <a
 href="http://www.go-mono.com/docs/monodoc.ashx?link=T%3aGtk.Widget"
 target="content">Widget</a>. The most commonly used child is the <a
 href="http://www.go-mono.com/docs/monodoc.ashx?link=T%3aGtk.Label"
 target="content">Label</a>.</pre>
On the other hand, the piece of text you make an example of:<br>
<blockquote cite="mid20050117215448.GX31679@pathos.globalovermind.com"
 type="cite">
  <pre wrap=""> A &lt;see 
cref="T:Gdk.DragAction.Move"/&gt; would be a typical drag-and-drop
without the source data being deleted while &lt;see
cref="T:Gdk.DragAction.Move"/&gt; would be just like &lt;see
cref="T:Gdk.DragAction.Move"/&gt; but the source data will be 'suggested'
  </pre>
</blockquote>
Wouldn't some of those DragAction.Move be a DragAction.Copy or
something??<br>
<br>
Mario<br>
</body>
</html>