[Mono-list] dotNet - 2.0

Gaurav Vaish Gaurav Vaish <gaurav.vaish@gmail.com>
Sat, 30 Oct 2004 18:16:51 +0530


Hi,

  I haven't been able to check so far, but if anybody has already
checked how is the documentation managed for partial classes or
structs?

  I mean, if I have:

  /// <summary>
  /// Part 1
  /// </summary>
  public partial class ABC { }

  /// <summary>
  /// Part 2
  /// </summary>
  public partial class ABC { }


  What is the final documentation? Will it be split across multiple
entries in the xml file? Or will it be merged? Or two documentations
are not allowed (at least at class-level).


TIA


Cheers,
Gaurav Vaish
http://csdoc.sf.net
http://gallery.mastergaurav.org
-----------------------------------