[JEDI.NET-commits] docs Jedi.System.xml,1.5,1.6
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2004-11-26 15:19:00
|
Update of /cvsroot/jedidotnet/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6928/docs Modified Files: Jedi.System.xml Log Message: Minor correction (error found due to regenerating) Index: Jedi.System.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Jedi.System.xml 26 Nov 2004 09:59:58 -0000 1.5 --- Jedi.System.xml 26 Nov 2004 15:18:49 -0000 1.6 *************** *** 1,11 **** <?xml version="1.0" encoding="utf-8"?> <doc> ! <!--most recent auto update: 2004-11-25 21:14 UTC--> <assembly> <name>Jedi.Core</name> </assembly> <members> ! <member name="T:Jedi.System.NamespaceDoc"> ! <summary>The <b>Jedi.System</b> namespace provides common services used throughout the JEDI>NET library.</summary> </member> <member name="T:Jedi.System.AttributeCombineOperation"> --- 1,11 ---- <?xml version="1.0" encoding="utf-8"?> <doc> ! <!--most recent auto update: 2004-11-26 12:53 UTC--> <assembly> <name>Jedi.Core</name> </assembly> <members> ! <member name="T:Jedi.System.NamespaceDoc"> ! <summary>The <b>Jedi.System</b> namespace provides common services used throughout the JEDI.NET library.</summary> </member> <member name="T:Jedi.System.AttributeCombineOperation"> *************** *** 290,304 **** </member> <member name="M:Jedi.System.AttributeUtils.ToArrayList(System.ComponentModel.AttributeCollection)"> ! <summary> Converts the specified AttributeCollection into an ArrayList. </summary> ! <param name="attrs"> AttributeCollection to convert into an ArrayList. </param> ! <returns> An ArrayList containing the same elements as in the collection specified by the <paramref name="attrs" /> parameter. </returns> ! </member> </members> </doc> \ No newline at end of file --- 290,304 ---- </member> <member name="M:Jedi.System.AttributeUtils.ToArrayList(System.ComponentModel.AttributeCollection)"> ! <summary> Converts the specified AttributeCollection into an ArrayList. </summary> ! <param name="attrs"> AttributeCollection to convert into an ArrayList. </param> ! <returns> An ArrayList containing the same elements as in the collection specified by the <paramref name="attrs" /> parameter. </returns> ! </member> </members> </doc> \ No newline at end of file |