[JEDI.NET-commits] docs Jedi.Strings.xml,1.1,1.2
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2004-11-26 15:20:09
|
Update of /cvsroot/jedidotnet/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7181/docs Modified Files: Jedi.Strings.xml Log Message: Documentation completed (needs spell checking) Index: Jedi.Strings.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.Strings.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Jedi.Strings.xml 26 Nov 2004 09:59:58 -0000 1.1 --- Jedi.Strings.xml 26 Nov 2004 15:19:54 -0000 1.2 *************** *** 1,38 **** <?xml version="1.0" encoding="utf-8"?> <doc> ! <!--most recent auto update: 2004-11-25 21:14 UTC--> ! <assembly> ! <name>Jedi.Text</name> ! </assembly> ! <members> ! <member name="T:Jedi.Strings.NamespaceDoc"> ! <summary> The <b>Jedi.Strings</b> namespace provides classes that perform tasks on strings. [...1341 lines suppressed...] ! <param name="index"> ! Zero based index of the tabulation position to get or set. ! </param> ! <value> ! A defined tabulation position. ! </value> ! </member> ! <member name="M:Jedi.Strings.StringUtils.TabSet.ToString"> ! <summary> ! Converts this <see cref="T:Jedi.Strings.StringUtils.TabSet" /> structure to a human-readable string. ! </summary> ! <returns> ! A string containing the defines tabulation positions (if any) comma separated, enclosed in brackets (<b>[</b> ! and <b>]</b>), followed by the plus character and the default width (optionally suffixed by the constant ! <c>(automatic)</c> if <see cref="P:Jedi.Strings.StringUtils.TabSet.DefaultWidth" /> is set to 0). ! </returns> ! </member> ! </members> </doc> \ No newline at end of file |