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:

<p>Drag actions are quite obvious, they specify if the widget can drag
with the specified action(s), e.g. <see cref="T:Gdk.DragAction.Move"/>
and/or <see cref="T:Gdk.DragAction.Move"/>. A <see
cref="T:Gdk.DragAction.Move"/> would be a typical drag-and-drop
without the source data being deleted while <see
cref="T:Gdk.DragAction.Move"/> would be just like <see
cref="T:Gdk.DragAction.Move"/> but the source data will be 'suggested'
to be deleted after the received signal handler is called. There are
additional drag actions including <see cref="T:Gdk.DragAction.Link"/> 
which you may want to look into when you get to more advanced levels of
drag-and-drop.</p>

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?

srl
-- 
Shane Landrum --- [EMAIL PROTECTED] --- '90 CB-1, too many bicycles
_______________________________________________
Mono-docs-list maillist  -  Mono-docs-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-docs-list

Reply via email to