[JEDI.NET-commits] docs Jedi.System.SourceVersioning.xml,1.5,1.6 Jedi.System.Strings.xml,1.5,1.6
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2005-03-05 19:16:33
|
Update of /cvsroot/jedidotnet/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4292/docs Modified Files: Jedi.System.SourceVersioning.xml Jedi.System.Strings.xml Log Message: Opposed to standard MS documentation rules, const, var and out parameters will not get an @ suffix for the parameter type. Index: Jedi.System.Strings.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.Strings.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Jedi.System.Strings.xml 5 Mar 2005 18:36:25 -0000 1.5 --- Jedi.System.Strings.xml 5 Mar 2005 19:16:23 -0000 1.6 *************** *** 270,274 **** </remarks> </member> ! <member name="M:Jedi.System.StringUtils.BinToInt(System.String,System.Int32,System.Boolean,System.Int32@)"> <summary> Converts a string to an integer from its binary representation, only taking the first --- 270,274 ---- </remarks> </member> ! <member name="M:Jedi.System.StringUtils.BinToInt(System.String,System.Int32,System.Boolean,System.Int32)"> <summary> Converts a string to an integer from its binary representation, only taking the first *************** *** 304,308 **** </remarks> </member> ! <member name="M:Jedi.System.StringUtils.BinToInt(System.String,System.Int32@)"> <summary> Converts a string to an integer from its binary representation, additionally returning the number of digits --- 304,308 ---- </remarks> </member> ! <member name="M:Jedi.System.StringUtils.BinToInt(System.String,System.Int32)"> <summary> Converts a string to an integer from its binary representation, additionally returning the number of digits *************** *** 663,667 **** </exception> </member> ! <member name="M:Jedi.System.StringUtils.ExtractQuotedString(System.String,System.Int32@)"> <summary> Extracts a quoted string, returning the index of the last used character in the process. --- 663,667 ---- </exception> </member> ! <member name="M:Jedi.System.StringUtils.ExtractQuotedString(System.String,System.Int32)"> <summary> Extracts a quoted string, returning the index of the last used character in the process. *************** *** 755,759 **** </remarks> </member> ! <member name="M:Jedi.System.StringUtils.HexToInt(System.String,System.Int32,System.Boolean,System.Int32@)"> <summary> Converts a string to an integer from its hexadecimal representation, only taking the first --- 755,759 ---- </remarks> </member> ! <member name="M:Jedi.System.StringUtils.HexToInt(System.String,System.Int32,System.Boolean,System.Int32)"> <summary> Converts a string to an integer from its hexadecimal representation, only taking the first *************** *** 790,794 **** </remarks> </member> ! <member name="M:Jedi.System.StringUtils.HexToInt(System.String,System.Int32@)"> <summary> Converts a string to an integer from its hexadecimal representation, additionally returning the number of digits --- 790,794 ---- </remarks> </member> ! <member name="M:Jedi.System.StringUtils.HexToInt(System.String,System.Int32)"> <summary> Converts a string to an integer from its hexadecimal representation, additionally returning the number of digits *************** *** 1081,1085 **** </remarks> </member> ! <member name="M:Jedi.System.StringUtils.OctToInt(System.String,System.Int32,System.Boolean,System.Int32@)"> <summary> Converts a string to an integer from its octal representation, only taking the first --- 1081,1085 ---- </remarks> </member> ! <member name="M:Jedi.System.StringUtils.OctToInt(System.String,System.Int32,System.Boolean,System.Int32)"> <summary> Converts a string to an integer from its octal representation, only taking the first *************** *** 1116,1120 **** </remarks> </member> ! <member name="M:Jedi.System.StringUtils.OctToInt(System.String,System.Int32@)"> <summary> Converts a string to an integer from its octal representation, additionally returning the number of digits --- 1116,1120 ---- </remarks> </member> ! <member name="M:Jedi.System.StringUtils.OctToInt(System.String,System.Int32)"> <summary> Converts a string to an integer from its octal representation, additionally returning the number of digits *************** *** 1224,1228 **** </remarks> </member> ! <member name="M:Jedi.System.StringUtils.ParseIntBaseImpl(System.String,System.Int32,System.Int32,System.Boolean,System.Int32@)"> <summary> Parses a string for an integer in a particular base. --- 1224,1228 ---- </remarks> </member> ! <member name="M:Jedi.System.StringUtils.ParseIntBaseImpl(System.String,System.Int32,System.Int32,System.Boolean,System.Int32)"> <summary> Parses a string for an integer in a particular base. Index: Jedi.System.SourceVersioning.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.SourceVersioning.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Jedi.System.SourceVersioning.xml 5 Mar 2005 18:36:25 -0000 1.5 --- Jedi.System.SourceVersioning.xml 5 Mar 2005 19:16:23 -0000 1.6 *************** *** 284,288 **** </returns> </member> ! <member name="M:Jedi.System.CVSSourceInfoAttribute.ParseId(System.String,System.String@,Jedi.System.Revision@,System.DateTime@)"> <summary> Parses the given string to obtain the file name, revision and date. --- 284,288 ---- </returns> </member> ! <member name="M:Jedi.System.CVSSourceInfoAttribute.ParseId(System.String,System.String,Jedi.System.Revision,System.DateTime)"> <summary> Parses the given string to obtain the file name, revision and date. |