[JEDI.NET-commits] docs Jedi.Collections.InlineEditable.xml,1.1,1.2 Jedi.Drawing.Colors.xml,1.1,1.2
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2005-03-04 15:01:27
|
Update of /cvsroot/jedidotnet/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32602/docs Modified Files: Jedi.Collections.InlineEditable.xml Jedi.Drawing.Colors.xml Jedi.IO.IniFiles.xml Jedi.IO.Paths.xml Jedi.System.Attributes.xml Jedi.System.SourceVersioning.xml Jedi.System.Strings.xml namespaceDoc.Jedi.Collections.xml namespaceDoc.Jedi.Drawing.xml namespaceDoc.Jedi.IO.xml namespaceDoc.Jedi.System.xml Log Message: Converted leading tabs to spaces Index: namespaceDoc.Jedi.System.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/namespaceDoc.Jedi.System.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** namespaceDoc.Jedi.System.xml 2 Mar 2005 16:59:37 -0000 1.1 --- namespaceDoc.Jedi.System.xml 4 Mar 2005 15:01:12 -0000 1.2 *************** *** 1,12 **** <?xml version="1.0" encoding="utf-8"?> <namespacedoc> ! <summary> ! <para> ! The <b>Jedi.System</b> namespace provides common services used throughout the JEDI.NET library. ! </para> ! <para> ! Classes in this namespace include common base classes and attributes needed for the JEDI.NET ! framework, as well as classes to augment functionality of various areas in the .NET framework. ! </para> ! </summary> </namespacedoc> --- 1,12 ---- <?xml version="1.0" encoding="utf-8"?> <namespacedoc> ! <summary> ! <para> ! The <b>Jedi.System</b> namespace provides common services used throughout the JEDI.NET library. ! </para> ! <para> ! Classes in this namespace include common base classes and attributes needed for the JEDI.NET ! framework, as well as classes to augment functionality of various areas in the .NET framework. ! </para> ! </summary> </namespacedoc> Index: namespaceDoc.Jedi.Collections.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/namespaceDoc.Jedi.Collections.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** namespaceDoc.Jedi.Collections.xml 2 Mar 2005 16:59:37 -0000 1.1 --- namespaceDoc.Jedi.Collections.xml 4 Mar 2005 15:01:12 -0000 1.2 *************** *** 1,8 **** <?xml version="1.0" encoding="utf-8"?> <namespacedoc> ! <summary> ! The <b>Jedi.Collections</b> namespace defines several classes and interfaces that deal with collections. In ! addition it provides a mechanism that allows IList and IDictionary collections to be manipulated from within ! the <see cref="T:System.Windows.Forms.PropertyGrid" /> directly, without using additional design dialogs. ! </summary> </namespacedoc> --- 1,8 ---- <?xml version="1.0" encoding="utf-8"?> <namespacedoc> ! <summary> ! The <b>Jedi.Collections</b> namespace defines several classes and interfaces that deal with collections. In ! addition it provides a mechanism that allows IList and IDictionary collections to be manipulated from within ! the <see cref="T:System.Windows.Forms.PropertyGrid" /> directly, without using additional design dialogs. ! </summary> </namespacedoc> Index: namespaceDoc.Jedi.IO.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/namespaceDoc.Jedi.IO.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** namespaceDoc.Jedi.IO.xml 2 Mar 2005 16:59:37 -0000 1.1 --- namespaceDoc.Jedi.IO.xml 4 Mar 2005 15:01:12 -0000 1.2 *************** *** 1,7 **** <?xml version="1.0" encoding="utf-8"?> <namespacedoc> ! <summary> ! The <b>Jedi.IO</b> namespace provides classes and interface that deal with input and/or output, ! such as files and streams. ! </summary> </namespacedoc> --- 1,7 ---- <?xml version="1.0" encoding="utf-8"?> <namespacedoc> ! <summary> ! The <b>Jedi.IO</b> namespace provides classes and interface that deal with input and/or output, ! such as files and streams. ! </summary> </namespacedoc> Index: Jedi.Drawing.Colors.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.Drawing.Colors.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Jedi.Drawing.Colors.xml 2 Mar 2005 16:59:37 -0000 1.1 --- Jedi.Drawing.Colors.xml 4 Mar 2005 15:01:11 -0000 1.2 *************** *** 1,95 **** <?xml version="1.0" encoding="utf-8"?> <members> ! <!--most recent auto update: 2004-11-25 21:14 UTC--> ! <member name="T:Jedi.Drawing.ColorUtils"> ! <summary> ! Provides additional processing related to the Color type. ! </summary> ! </member> ! <member name="M:Jedi.Drawing.ColorUtils.#ctor"> ! <exclude /> ! </member> ! <member name="M:Jedi.Drawing.ColorUtils.Blend(System.Drawing.Color,System.Drawing.Color,System.Int32)"> ! <summary> ! Blends two colors. ! </summary> ! <param name="firstColor"> ! First color to use in the blending process. ! </param> ! <param name="secondColor"> ! Second color to use in the blending process. ! </param> ! <param name="percentage"> ! The percentage of the color in the <paramref name="secondColor" /> parameter to mix in with the color in the ! <paramref name="firstColor" />. ! </param> ! <returns> ! A Color instance that is a mixture of the two specified colors. ! </returns> ! <remarks> ! <para> ! The method will use the difference between two colors, take the specified percentage of it and add it to the ! first color. This will be done for each of the <b>Red</b>, <b>Green</b> and <b>Blue</b> components separately. ! </para> ! </remarks> ! </member> ! <member name="M:Jedi.Drawing.ColorUtils.Brighten(System.Drawing.Color,System.Int32)"> ! <summary> ! Brightens a color. ! </summary> ! <param name="baseColor"> ! Color to brighten. ! </param> ! <param name="percentage"> ! Percentage to brighten the color with. ! </param> ! <returns> ! A Color instance that is a brighter version of the color specified by the <paramref name="baseColor" /> ! parameter. ! </returns> ! <remarks> ! <para> ! The brightening is accomplished by blending the color specified by the <paramref name="baseColor" /> ! parameter with Color.White, using the percentage specified by the <paramref name="percentage" /> parameter. ! </para> ! <para> ! The following code: ! <code> ! ColorUtils.Brighten(myColor, myPercentage) ! </code> ! can be rewritten as: ! <code> ! ColorUtils.Blend(myColor, Color.White, myPercentage) ! </code></para> ! </remarks> ! </member> ! <member name="M:Jedi.Drawing.ColorUtils.Darken(System.Drawing.Color,System.Int32)"> ! <summary> ! Darkens a color. ! </summary> ! <param name="baseColor"> ! Color to darken. ! </param> ! <param name="percentage"> ! Percentage to darken the color with. ! </param> ! <returns> ! A Color instance that is a darker version of the color specified by the <paramref name="baseColor" /> parameter. ! </returns> ! <remarks> ! <para> ! The darkening is accomplished by blending the color specified by the <paramref name="baseColor" /> ! parameter with Color.Black, using the percentage specified by the <paramref name="percentage" /> parameter. ! </para> ! <para> ! The following code: ! <code> ! ColorUtils.Darken(myColor, myPercentage) ! </code> ! can be rewritten as: ! <code> ! ColorUtils.Blend(Color.Black, myColor, myPercentage) ! </code></para> ! </remarks> ! </member> </members> --- 1,95 ---- <?xml version="1.0" encoding="utf-8"?> <members> ! <!--most recent auto update: 2004-11-25 21:14 UTC--> ! <member name="T:Jedi.Drawing.ColorUtils"> ! <summary> ! Provides additional processing related to the Color type. ! </summary> ! </member> ! <member name="M:Jedi.Drawing.ColorUtils.#ctor"> ! <exclude /> ! </member> ! <member name="M:Jedi.Drawing.ColorUtils.Blend(System.Drawing.Color,System.Drawing.Color,System.Int32)"> ! <summary> ! Blends two colors. ! </summary> ! <param name="firstColor"> ! First color to use in the blending process. ! </param> ! <param name="secondColor"> ! Second color to use in the blending process. ! </param> ! <param name="percentage"> ! The percentage of the color in the <paramref name="secondColor" /> parameter to mix in with the color in the ! <paramref name="firstColor" />. ! </param> ! <returns> ! A Color instance that is a mixture of the two specified colors. ! </returns> ! <remarks> ! <para> ! The method will use the difference between two colors, take the specified percentage of it and add it to the ! first color. This will be done for each of the <b>Red</b>, <b>Green</b> and <b>Blue</b> components separately. ! </para> ! </remarks> ! </member> ! <member name="M:Jedi.Drawing.ColorUtils.Brighten(System.Drawing.Color,System.Int32)"> ! <summary> ! Brightens a color. ! </summary> ! <param name="baseColor"> ! Color to brighten. ! </param> ! <param name="percentage"> ! Percentage to brighten the color with. ! </param> ! <returns> ! A Color instance that is a brighter version of the color specified by the <paramref name="baseColor" /> ! parameter. ! </returns> ! <remarks> ! <para> ! The brightening is accomplished by blending the color specified by the <paramref name="baseColor" /> ! parameter with Color.White, using the percentage specified by the <paramref name="percentage" /> parameter. ! </para> ! <para> ! The following code: ! <code> ! ColorUtils.Brighten(myColor, myPercentage) ! </code> ! can be rewritten as: ! <code> ! ColorUtils.Blend(myColor, Color.White, myPercentage) ! </code></para> ! </remarks> ! </member> ! <member name="M:Jedi.Drawing.ColorUtils.Darken(System.Drawing.Color,System.Int32)"> ! <summary> ! Darkens a color. ! </summary> ! <param name="baseColor"> ! Color to darken. ! </param> ! <param name="percentage"> ! Percentage to darken the color with. ! </param> ! <returns> ! A Color instance that is a darker version of the color specified by the <paramref name="baseColor" /> parameter. ! </returns> ! <remarks> ! <para> ! The darkening is accomplished by blending the color specified by the <paramref name="baseColor" /> ! parameter with Color.Black, using the percentage specified by the <paramref name="percentage" /> parameter. ! </para> ! <para> ! The following code: ! <code> ! ColorUtils.Darken(myColor, myPercentage) ! </code> ! can be rewritten as: ! <code> ! ColorUtils.Blend(Color.Black, myColor, myPercentage) ! </code></para> ! </remarks> ! </member> </members> Index: namespaceDoc.Jedi.Drawing.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/namespaceDoc.Jedi.Drawing.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** namespaceDoc.Jedi.Drawing.xml 2 Mar 2005 16:59:37 -0000 1.1 --- namespaceDoc.Jedi.Drawing.xml 4 Mar 2005 15:01:12 -0000 1.2 *************** *** 1,7 **** <?xml version="1.0" encoding="utf-8"?> <namespacedoc> ! <summary> ! The <b>Jedi.Drawing</b> namespace extends the System.Drawing namespace and provides various utility classes ! to perform specific tasks on System.Drawing classes. ! </summary> </namespacedoc> --- 1,7 ---- <?xml version="1.0" encoding="utf-8"?> <namespacedoc> ! <summary> ! The <b>Jedi.Drawing</b> namespace extends the System.Drawing namespace and provides various utility classes ! to perform specific tasks on System.Drawing classes. ! </summary> </namespacedoc> Index: Jedi.IO.IniFiles.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.IO.IniFiles.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Jedi.IO.IniFiles.xml 2 Mar 2005 16:59:37 -0000 1.1 --- Jedi.IO.IniFiles.xml 4 Mar 2005 15:01:11 -0000 1.2 *************** *** 255,275 **** <member name="T:Jedi.IO.IniFileBase"> <summary> ! Provides the <see langword="abstract" /> base class for accessing non XML-based configuration (or INI) files. ! </summary> <remarks> <para> <b>IniFileBase</b> provides generic access methods to read and write base types. Applications that will use ! this class or a derivative will need to provide conversions between non base types and base types. ! </para> <para> ! The class provides functionality to store data in a culture-independant format, in order to have configuration ! files in a consistent manner, regardless of which region the file was generated in. A number of derivatives ! will automatically activate this functionality. ! </para> <para> ! The base types that are handled by this class are: ! <list type="bullet"><item><see cref="T:System.String" /></item><item><see cref="T:System.Byte" />, <see cref="T:System.SByte" />, <see cref="T:System.Int16" />, ! <see cref="T:System.UInt16" />, <see cref="T:System.Int32" />, <see cref="T:System.UInt32" /> and ! <see cref="T:System.Int64" /></item><item><see cref="T:System.Double" /> and <see cref="T:System.Single" /></item><item><see cref="T:System.DateTime" /></item></list></para> </remarks> </member> --- 255,275 ---- <member name="T:Jedi.IO.IniFileBase"> <summary> ! Provides the <see langword="abstract" /> base class for accessing non XML-based configuration (or INI) files. ! </summary> <remarks> <para> <b>IniFileBase</b> provides generic access methods to read and write base types. Applications that will use ! this class or a derivative will need to provide conversions between non base types and base types. ! </para> <para> ! The class provides functionality to store data in a culture-independant format, in order to have configuration ! files in a consistent manner, regardless of which region the file was generated in. A number of derivatives ! will automatically activate this functionality. ! </para> <para> ! The base types that are handled by this class are: ! <list type="bullet"><item><see cref="T:System.String" /></item><item><see cref="T:System.Byte" />, <see cref="T:System.SByte" />, <see cref="T:System.Int16" />, ! <see cref="T:System.UInt16" />, <see cref="T:System.Int32" />, <see cref="T:System.UInt32" /> and ! <see cref="T:System.Int64" /></item><item><see cref="T:System.Double" /> and <see cref="T:System.Single" /></item><item><see cref="T:System.DateTime" /></item></list></para> </remarks> </member> *************** *** 282,287 **** <member name="M:Jedi.IO.IniFileBase.ClearImpl"> <summary> ! Empties the configuration file. ! </summary> <remarks> </remarks> --- 282,287 ---- <member name="M:Jedi.IO.IniFileBase.ClearImpl"> <summary> ! Empties the configuration file. ! </summary> <remarks> </remarks> *************** *** 299,354 **** <member name="M:Jedi.IO.IniFileBase.DeleteKeyImpl(System.String,System.String)"> <summary> ! Responsible for deleting a key. ! </summary> <param name="section"> <para> ! The name of the section from which to remove the key. ! </para> <para> ! -or- ! </para> <para> <see cref="M:System.String.Empty" /> or a <see langword="null" /> to remove a key not assigned to a section. ! </para> </param> <param name="key"> ! The name of the key to remove. ! </param> <remarks> <para> ! This is the method that will be called when one key needs to be removed. Inheritors are expected to implement ! this method in such a way that the specified key is removed from the specified section if that combination ! exists. If the <paramref name="section" /> and/or <paramref name="key" /> do not exist, the method should do ! nothing. ! </para> <para> ! Implementers are allowed, but not required, to remove the section if it should become empty after the key is ! removed. ! </para> </remarks> </member> <member name="M:Jedi.IO.IniFileBase.DeleteSectionImpl(System.String)"> <summary> ! Responsible for removing a section and all keys contained therein. ! </summary> <param name="section"> <para> ! The name of the section to remove ! </para> <para> ! -or- ! </para> <para> <see cref="M:System.String.Empty" /> or a <see langword="null" /> to remove all keys not assigned to a ! section. ! </para> </param> <remarks> <para> ! This is the method that will be called when an entire section needs to be removed. Inheritors are expected to ! implement this method in such a way that the specified section is completely removed from the ! configuration file is the section exists. If the <paramref name="section" /> does not exist, the method should ! do nothing. ! </para> </remarks> </member> --- 299,354 ---- <member name="M:Jedi.IO.IniFileBase.DeleteKeyImpl(System.String,System.String)"> <summary> ! Responsible for deleting a key. ! </summary> <param name="section"> <para> ! The name of the section from which to remove the key. ! </para> <para> ! -or- ! </para> <para> <see cref="M:System.String.Empty" /> or a <see langword="null" /> to remove a key not assigned to a section. ! </para> </param> <param name="key"> ! The name of the key to remove. ! </param> <remarks> <para> ! This is the method that will be called when one key needs to be removed. Inheritors are expected to implement ! this method in such a way that the specified key is removed from the specified section if that combination ! exists. If the <paramref name="section" /> and/or <paramref name="key" /> do not exist, the method should do ! nothing. ! </para> <para> ! Implementers are allowed, but not required, to remove the section if it should become empty after the key is ! removed. ! </para> </remarks> </member> <member name="M:Jedi.IO.IniFileBase.DeleteSectionImpl(System.String)"> <summary> ! Responsible for removing a section and all keys contained therein. ! </summary> <param name="section"> <para> ! The name of the section to remove ! </para> <para> ! -or- ! </para> <para> <see cref="M:System.String.Empty" /> or a <see langword="null" /> to remove all keys not assigned to a ! section. ! </para> </param> <remarks> <para> ! This is the method that will be called when an entire section needs to be removed. Inheritors are expected to ! implement this method in such a way that the specified section is completely removed from the ! configuration file is the section exists. If the <paramref name="section" /> does not exist, the method should ! do nothing. ! </para> </remarks> </member> *************** *** 383,452 **** <member name="M:Jedi.IO.IniFileBase.GetEnumerator(System.Int32,System.Int32,System.String)"> <overloads> ! Retrieves an enumerator for the configuration file. ! </overloads> <summary> ! Retrieves an enumerator for the configuration file based on the iterator type, return type and section ! restrictor. ! </summary> <param name="iteratorType"> <para> ! Specifies which items the enumerator will consider. The following values can be used: ! <list type="table"><listheader><term>Value</term><description>Meaning</description></listheader><item><term>IterateAll (0)</term><description> ! Iterate all sections and all keys. The value of the <paramref name="sect" /> parameter will be ignored. ! </description></item><item><term>IterateSections (1)</term><description> ! Iterates all sections and return their names. The value of the <paramref name="returnType" /> parameter ! will be ignored. ! </description></item><item><term>IterateKeysInSections (2)</term><description> ! Iterates all keys in a specific section. The value of the <paramref name="sect" /> parameter will be ! expected to hold the name of the section If it is set to a <see langword="null" /> it is interpreted as ! an <see cref="M:System.String.Empty">Empty</see> string. ! </description></item></list></para> </param> <param name="returnType"> <para> ! Specifies what will be the value of the <see cref="P:System.Collections.IEnumerator.Current" /> property. ! <list type="table"><listheader><term>Value</term><description>Meaning</description></listheader><item><term>ReturnEntry (0)</term><description> ! Returns a <see cref="T:Jedi.IO.IniFileEntry" /> instance, specifying the section, key and string ! representation of the value. ! </description></item><item><term>ReturnSectionKeyAndValue (1)</term><description> ! Returns a <see cref="T:System.Collections.DictionaryEntry" /> instance, where the ! <see cref="P:System.Collections.DictionaryEntry.Key" /> property will be a ! <see cref="T:System.String" /> that is the concatenation of the section name, ! <see cref="F:Jedi.IO.IniFileBase.SectionKeySeperatorChar" /> and the key name. The ! <see cref="P:System.Collections.DictionaryEntry.Value" /> property will be a ! <see cref="T:System.String" /> that is the <see cref="T:System.String" /> representation of the value. ! </description></item><item><term>ReturnKeyAndValue (2)</term><description> ! Returns a <see cref="T:System.Collections.DictionaryEntry" /> instance, where the ! <see cref="P:System.Collections.DictionaryEntry.Key" /> property will be a ! <see cref="T:System.String" /> that is the key name. The ! <see cref="P:System.Collections.DictionaryEntry.Value" /> property will be a ! <see cref="T:System.String" /> that is the <see cref="T:System.String" /> representation of the value. ! </description></item><item><term>ReturnKey (3)</term><description> ! Returns a <see cref="T:System.String" /> instance that is the key name. ! </description></item><item><term>ReturnSectionKey (4)</term><description> ! Returns a <see cref="T:System.String" /> instance that is the concatenation of the section name, ! <see cref="F:Jedi.IO.IniFileBase.SectionKeySeperatorChar" /> and the key name. ! </description></item><item><term>ReturnValue (5)</term><description> ! Returns a <see cref="T:System.String" /> instance that is the <see cref="T:System.String" /> ! representation of the value. ! </description></item></list></para> </param> <param name="sect"> <para> ! Name of the section to which the iteration needs to be limited. This is not usefull when ! <paramref name="iteratorType" /> is equal to <b>IterateAll</b> (<i>0</i>) and this parameter will be ignored ! if that is the case. ! </para> <para> ! -or- ! </para> <para> <see langword="null" /> if all sections should be considered. This is only usefull when ! <paramref name="iteratorType" /> is not equal to <b>IterateKeysInSection</b> (<i>2</i>). ! </para> </param> <returns> ! An <see cref="T:Jedi.IO.IIniFileEnumerator" /> representing the enumerator for this configuration file. ! </returns> <remarks> </remarks> --- 383,452 ---- <member name="M:Jedi.IO.IniFileBase.GetEnumerator(System.Int32,System.Int32,System.String)"> <overloads> ! Retrieves an enumerator for the configuration file. ! </overloads> <summary> ! Retrieves an enumerator for the configuration file based on the iterator type, return type and section ! restrictor. ! </summary> <param name="iteratorType"> <para> ! Specifies which items the enumerator will consider. The following values can be used: ! <list type="table"><listheader><term>Value</term><description>Meaning</description></listheader><item><term>IterateAll (0)</term><description> ! Iterate all sections and all keys. The value of the <paramref name="sect" /> parameter will be ignored. ! </description></item><item><term>IterateSections (1)</term><description> ! Iterates all sections and return their names. The value of the <paramref name="returnType" /> parameter ! will be ignored. ! </description></item><item><term>IterateKeysInSections (2)</term><description> ! Iterates all keys in a specific section. The value of the <paramref name="sect" /> parameter will be ! expected to hold the name of the section If it is set to a <see langword="null" /> it is interpreted as ! an <see cref="M:System.String.Empty">Empty</see> string. ! </description></item></list></para> </param> <param name="returnType"> <para> ! Specifies what will be the value of the <see cref="P:System.Collections.IEnumerator.Current" /> property. ! <list type="table"><listheader><term>Value</term><description>Meaning</description></listheader><item><term>ReturnEntry (0)</term><description> ! Returns a <see cref="T:Jedi.IO.IniFileEntry" /> instance, specifying the section, key and string ! representation of the value. ! </description></item><item><term>ReturnSectionKeyAndValue (1)</term><description> ! Returns a <see cref="T:System.Collections.DictionaryEntry" /> instance, where the ! <see cref="P:System.Collections.DictionaryEntry.Key" /> property will be a ! <see cref="T:System.String" /> that is the concatenation of the section name, ! <see cref="F:Jedi.IO.IniFileBase.SectionKeySeperatorChar" /> and the key name. The ! <see cref="P:System.Collections.DictionaryEntry.Value" /> property will be a ! <see cref="T:System.String" /> that is the <see cref="T:System.String" /> representation of the value. ! </description></item><item><term>ReturnKeyAndValue (2)</term><description> ! Returns a <see cref="T:System.Collections.DictionaryEntry" /> instance, where the ! <see cref="P:System.Collections.DictionaryEntry.Key" /> property will be a ! <see cref="T:System.String" /> that is the key name. The ! <see cref="P:System.Collections.DictionaryEntry.Value" /> property will be a ! <see cref="T:System.String" /> that is the <see cref="T:System.String" /> representation of the value. ! </description></item><item><term>ReturnKey (3)</term><description> ! Returns a <see cref="T:System.String" /> instance that is the key name. ! </description></item><item><term>ReturnSectionKey (4)</term><description> ! Returns a <see cref="T:System.String" /> instance that is the concatenation of the section name, ! <see cref="F:Jedi.IO.IniFileBase.SectionKeySeperatorChar" /> and the key name. ! </description></item><item><term>ReturnValue (5)</term><description> ! Returns a <see cref="T:System.String" /> instance that is the <see cref="T:System.String" /> ! representation of the value. ! </description></item></list></para> </param> <param name="sect"> <para> ! Name of the section to which the iteration needs to be limited. This is not usefull when ! <paramref name="iteratorType" /> is equal to <b>IterateAll</b> (<i>0</i>) and this parameter will be ignored ! if that is the case. ! </para> <para> ! -or- ! </para> <para> <see langword="null" /> if all sections should be considered. This is only usefull when ! <paramref name="iteratorType" /> is not equal to <b>IterateKeysInSection</b> (<i>2</i>). ! </para> </param> <returns> ! An <see cref="T:Jedi.IO.IIniFileEnumerator" /> representing the enumerator for this configuration file. ! </returns> <remarks> </remarks> *************** *** 950,959 **** <member name="F:Jedi.IO.IniFileBase.Version"> <summary> ! Current version of the configuration file. ! </summary> <remarks> ! Any method that changes the contents of the file is <b>required</b> to increase this number when a change has ! been completed succesfully. ! </remarks> </member> <member name="M:Jedi.IO.IniFileBase.Write(System.String,System.DateTime)"> --- 950,959 ---- <member name="F:Jedi.IO.IniFileBase.Version"> <summary> ! Current version of the configuration file. ! </summary> <remarks> ! Any method that changes the contents of the file is <b>required</b> to increase this number when a change has ! been completed succesfully. ! </remarks> </member> <member name="M:Jedi.IO.IniFileBase.Write(System.String,System.DateTime)"> *************** *** 1073,1078 **** <member name="T:Jedi.IO.IniFileException"> <summary> ! The exception that is thrown when an error occurs during an operation on a ! <see cref="T:Jedi.IO.IniFileBase" /></summary> </member> <member name="M:Jedi.IO.IniFileException.#ctor"> --- 1073,1078 ---- <member name="T:Jedi.IO.IniFileException"> <summary> ! The exception that is thrown when an error occurs during an operation on a ! <see cref="T:Jedi.IO.IniFileBase" /></summary> </member> <member name="M:Jedi.IO.IniFileException.#ctor"> Index: Jedi.System.Attributes.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.Attributes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Jedi.System.Attributes.xml 2 Mar 2005 16:59:37 -0000 1.1 --- Jedi.System.Attributes.xml 4 Mar 2005 15:01:12 -0000 1.2 *************** *** 1,296 **** <?xml version="1.0" encoding="utf-8"?> <members> ! <!--most recent auto update: 2004-11-26 12:53 UTC--> ! <member name="T:Jedi.System.AttributeCombineOperation"> ! <summary> ! Specifies how two attribute arrays or collections are combined. ! </summary> ! </member> ! <member name="F:Jedi.System.AttributeCombineOperation.Add"> ! <summary> ! Every attribute specified in the second list is added to the first list if it isn't in that list already. ! </summary> ! </member> ! <member name="F:Jedi.System.AttributeCombineOperation.AddAndReplace"> ! <summary> ! Every attribute specified in the second list is added to the first list if it isn't in that list already or ! replaced if it is. ! </summary> ! </member> ! <member name="F:Jedi.System.AttributeCombineOperation.Delete"> ! <summary> ! Every attribute in the second list is removed from the first list. ! </summary> ! </member> ! <member name="F:Jedi.System.AttributeCombineOperation.Replace"> ! <summary> ! Every attribute in the second list that is also in the first, will replace the one in the first list. ! </summary> ! </member> ! <member name="T:Jedi.System.AttributeUtils"> ! <summary>Provides methods to work with or manipulate arrays or collections of attributes.</summary> ! </member> ! <member name="M:Jedi.System.AttributeUtils.#ctor"> ! <exclude /> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Attribute[],System.Attribute[])"> ! <overloads> ! Combines two attribute lists. ! </overloads> ! <summary> ! Combines two attribute arrays using the <see cref="F:Jedi.System.AttributeCombineOperation.AddAndReplace" /> ! operation. ! </summary> ! <param name="attributes1"> ! The primary attribute array. ! </param> ! <param name="attributes2"> ! The secondary attribute array. ! </param> ! <returns> ! An array that is the combination of the two specified arrays. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Attribute[],System.Attribute[],Jedi.System.AttributeCombineOperation)"> ! <summary> ! Combines two attribute arrays using the specified combining operation. ! </summary> ! <param name="attributes1"> ! The primary attribute array. ! </param> ! <param name="attributes2"> ! The secondary attribute array. ! </param> ! <param name="operation"> ! The operation to perform when combining the two arrays. ! </param> ! <returns> ! An array that is the combination of the two specified arrays. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Attribute[],System.ComponentModel.AttributeCollection)"> ! <summary> ! Combines an attribute array and an attribute collection using the ! <see cref="F:Jedi.System.AttributeCombineOperation.AddAndReplace" /> operation. ! </summary> ! <param name="attributes1"> ! The primary attribute array. ! </param> ! <param name="attributes2"> ! The secondary attribute collection. ! </param> ! <returns> ! An array that is the combination of the specified array and collection. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Attribute[],System.ComponentModel.AttributeCollection,Jedi.System.AttributeCombineOperation)"> ! <summary> ! Combines an attribute array and an attribute collection using the specified combining operation. ! </summary> ! <param name="attributes1"> ! The primary attribute array. ! </param> ! <param name="attributes2"> ! The secondary attribute collection. ! </param> ! <param name="operation"> ! The operation to perform when combining the array and the collection. ! </param> ! <returns> ! An array that is the combination of the specified array and collection. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Collections.ArrayList,System.Collections.ArrayList,Jedi.System.AttributeCombineOperation)"> ! <summary> ! Combines two attribute lists using the specified combining operation. ! </summary> ! <param name="attributes1"> ! The primary attribute list. ! </param> ! <param name="attributes2"> ! The secondary attribute list. ! </param> ! <param name="operation"> ! The operation to perform when combining the two lists. ! </param> ! <returns> ! A copy of <paramref name="attributes1" />. The list is modified according to the <paramref name="attributes2" /> ! and <paramref name="operation" /> parameters. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.ComponentModel.AttributeCollection,System.Attribute[])"> ! <summary> ! Combines an attribute array and an attribute collection using the ! <see cref="F:Jedi.System.AttributeCombineOperation.AddAndReplace" /> operation. ! </summary> ! <param name="attributes1"> ! The primary attribute collection. ! </param> ! <param name="attributes2"> ! The secondary attribute array. ! </param> ! <returns> ! An AttributeCollection that is the combination of the specified collection and array. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.ComponentModel.AttributeCollection,System.Attribute[],Jedi.System.AttributeCombineOperation)"> ! <summary> ! Combines an attribute array and an attribute collection using the specified combining operation. ! </summary> ! <param name="attributes1"> ! The primary attribute collection. ! </param> ! <param name="attributes2"> ! The secondary attribute array. ! </param> ! <param name="operation"> ! The operation to perform when combining the specified collection and array. ! </param> ! <returns> ! An AttributeCollection that is the combination of the specified collection and array. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.ComponentModel.AttributeCollection,System.ComponentModel.AttributeCollection)"> ! <summary> ! Combines two attribute collections using the ! <see cref="F:Jedi.System.AttributeCombineOperation.AddAndReplace" /> operation. ! </summary> ! <param name="attributes1"> ! The primary attribute collection. ! </param> ! <param name="attributes2"> ! The secondary attribute collection. ! </param> ! <returns> ! An AttributeCollection that is the combination of the two specified collections. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.ComponentModel.AttributeCollection,System.ComponentModel.AttributeCollection,Jedi.System.AttributeCombineOperation)"> ! <summary> ! Combines two attribute collections using the specified combining operation. ! </summary> ! <param name="attributes1"> ! The primary attribute collection. ! </param> ! <param name="attributes2"> ! The secondary attribute collection. ! </param> ! <param name="operation"> ! The operation to perform when combining the two collections. ! </param> ! <returns> ! An AttributeCollection that is the combination of the two specified collections. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.Attribute[],System.Attribute)"> ! <overloads> ! Retrieves an attribute. ! </overloads> ! <summary> ! Retrieves an attribute from the specified Attribute array that is equal to the specified attribute instance. ! </summary> ! <param name="attributes"> ! The attribute array to search. ! </param> ! <param name="attr"> ! An attribute instance to locate. ! </param> ! <returns> ! <para> ! An Attribute instance from the Attribute array that is equal to the instance in the <paramref name="attr" /> ! parameter or <see langword="null" /> if such an attribute does not exist in the array. ! </para> ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.Attribute[],System.Type)"> ! <summary> ! Retrieves an attribute from the specified Attribute array that is of the specified attribute type. ! </summary> ! <param name="attributes"> ! The attribute array to search. ! </param> ! <param name="attrType"> ! An attribute type to locate. ! </param> ! <returns> ! <para> ! An Attribute instance from the Attribute array that is of the exact same type as the specified type in the ! <paramref name="attrType" /> parameter or <see langword="null" /> if such an attribute does not exist in the ! array. ! </para> ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.ComponentModel.AttributeCollection,System.Attribute)"> ! <summary> ! Retrieves an attribute from the specified AttributeCollection that is equal to the specified attribute instance. ! </summary> ! <param name="attributes"> ! The attribute collection to search. ! </param> ! <param name="attr"> ! An attribute instance to locate. ! </param> ! <returns> ! <para> ! An Attribute instance from the AttributeCollection that is equal to the instance in the ! <paramref name="attr" /> parameter or <see langword="null" /> if such an attribute does not exist in the ! collection. ! </para> ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.ComponentModel.AttributeCollection,System.Type)"> ! <summary> ! Retrieves an attribute from the specified AttributeCollection that is of the specified attribute type. ! </summary> ! <param name="attributes"> ! The attribute collection to search. ! </param> ! <param name="attrType"> ! An attribute type to locate. ! </param> ! <returns> ! <para> ! An Attribute instance from the AttributeCollection that is of the exact same type as the specified type in the ! <paramref name="attrType" /> parameter or <see langword="null" /> if such an attribute does not exist in the ! collection. ! </para> ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.IndexOf(System.Collections.ArrayList,System.Object)"> ! <summary>Locates an attribute by instance or by type.</summary> ! <param name="attrList">A list of attributes to search in.</param> ! <param name="attr">Attribute or attribute type to search for.</param> ! <returns> ! <para> ! -1 if the specified attribute or attribute type is not found; otherwise the zero-based index in ! the list. ! </para> ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.ToArrayList(System.Attribute[])"> ! <overloads> ! Converts the specified Attribute array or AttributeCollection into an ArrayList. ! </overloads> ! <summary> ! Converts the specified Attribute array into an ArrayList. ! </summary> ! <param name="attrs"> ! Attribute array to convert into an ArrayList. ! </param> ! <returns> ! An ArrayList containing the same elements as in the array specified by the <paramref name="attrs" /> parameter. ! </returns> ! </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> --- 1,296 ---- <?xml version="1.0" encoding="utf-8"?> <members> ! <!--most recent auto update: 2004-11-26 12:53 UTC--> ! <member name="T:Jedi.System.AttributeCombineOperation"> ! <summary> ! Specifies how two attribute arrays or collections are combined. ! </summary> ! </member> ! <member name="F:Jedi.System.AttributeCombineOperation.Add"> ! <summary> ! Every attribute specified in the second list is added to the first list if it isn't in that list already. ! </summary> ! </member> ! <member name="F:Jedi.System.AttributeCombineOperation.AddAndReplace"> ! <summary> ! Every attribute specified in the second list is added to the first list if it isn't in that list already or ! replaced if it is. ! </summary> ! </member> ! <member name="F:Jedi.System.AttributeCombineOperation.Delete"> ! <summary> ! Every attribute in the second list is removed from the first list. ! </summary> ! </member> ! <member name="F:Jedi.System.AttributeCombineOperation.Replace"> ! <summary> ! Every attribute in the second list that is also in the first, will replace the one in the first list. ! </summary> ! </member> ! <member name="T:Jedi.System.AttributeUtils"> ! <summary>Provides methods to work with or manipulate arrays or collections of attributes.</summary> ! </member> ! <member name="M:Jedi.System.AttributeUtils.#ctor"> ! <exclude /> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Attribute[],System.Attribute[])"> ! <overloads> ! Combines two attribute lists. ! </overloads> ! <summary> ! Combines two attribute arrays using the <see cref="F:Jedi.System.AttributeCombineOperation.AddAndReplace" /> ! operation. ! </summary> ! <param name="attributes1"> ! The primary attribute array. ! </param> ! <param name="attributes2"> ! The secondary attribute array. ! </param> ! <returns> ! An array that is the combination of the two specified arrays. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Attribute[],System.Attribute[],Jedi.System.AttributeCombineOperation)"> ! <summary> ! Combines two attribute arrays using the specified combining operation. ! </summary> ! <param name="attributes1"> ! The primary attribute array. ! </param> ! <param name="attributes2"> ! The secondary attribute array. ! </param> ! <param name="operation"> ! The operation to perform when combining the two arrays. ! </param> ! <returns> ! An array that is the combination of the two specified arrays. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Attribute[],System.ComponentModel.AttributeCollection)"> ! <summary> ! Combines an attribute array and an attribute collection using the ! <see cref="F:Jedi.System.AttributeCombineOperation.AddAndReplace" /> operation. ! </summary> ! <param name="attributes1"> ! The primary attribute array. ! </param> ! <param name="attributes2"> ! The secondary attribute collection. ! </param> ! <returns> ! An array that is the combination of the specified array and collection. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Attribute[],System.ComponentModel.AttributeCollection,Jedi.System.AttributeCombineOperation)"> ! <summary> ! Combines an attribute array and an attribute collection using the specified combining operation. ! </summary> ! <param name="attributes1"> ! The primary attribute array. ! </param> ! <param name="attributes2"> ! The secondary attribute collection. ! </param> ! <param name="operation"> ! The operation to perform when combining the array and the collection. ! </param> ! <returns> ! An array that is the combination of the specified array and collection. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.Collections.ArrayList,System.Collections.ArrayList,Jedi.System.AttributeCombineOperation)"> ! <summary> ! Combines two attribute lists using the specified combining operation. ! </summary> ! <param name="attributes1"> ! The primary attribute list. ! </param> ! <param name="attributes2"> ! The secondary attribute list. ! </param> ! <param name="operation"> ! The operation to perform when combining the two lists. ! </param> ! <returns> ! A copy of <paramref name="attributes1" />. The list is modified according to the <paramref name="attributes2" /> ! and <paramref name="operation" /> parameters. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.ComponentModel.AttributeCollection,System.Attribute[])"> ! <summary> ! Combines an attribute array and an attribute collection using the ! <see cref="F:Jedi.System.AttributeCombineOperation.AddAndReplace" /> operation. ! </summary> ! <param name="attributes1"> ! The primary attribute collection. ! </param> ! <param name="attributes2"> ! The secondary attribute array. ! </param> ! <returns> ! An AttributeCollection that is the combination of the specified collection and array. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.ComponentModel.AttributeCollection,System.Attribute[],Jedi.System.AttributeCombineOperation)"> ! <summary> ! Combines an attribute array and an attribute collection using the specified combining operation. ! </summary> ! <param name="attributes1"> ! The primary attribute collection. ! </param> ! <param name="attributes2"> ! The secondary attribute array. ! </param> ! <param name="operation"> ! The operation to perform when combining the specified collection and array. ! </param> ! <returns> ! An AttributeCollection that is the combination of the specified collection and array. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.ComponentModel.AttributeCollection,System.ComponentModel.AttributeCollection)"> ! <summary> ! Combines two attribute collections using the ! <see cref="F:Jedi.System.AttributeCombineOperation.AddAndReplace" /> operation. ! </summary> ! <param name="attributes1"> ! The primary attribute collection. ! </param> ! <param name="attributes2"> ! The secondary attribute collection. ! </param> ! <returns> ! An AttributeCollection that is the combination of the two specified collections. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.CombineAttributes(System.ComponentModel.AttributeCollection,System.ComponentModel.AttributeCollection,Jedi.System.AttributeCombineOperation)"> ! <summary> ! Combines two attribute collections using the specified combining operation. ! </summary> ! <param name="attributes1"> ! The primary attribute collection. ! </param> ! <param name="attributes2"> ! The secondary attribute collection. ! </param> ! <param name="operation"> ! The operation to perform when combining the two collections. ! </param> ! <returns> ! An AttributeCollection that is the combination of the two specified collections. ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.Attribute[],System.Attribute)"> ! <overloads> ! Retrieves an attribute. ! </overloads> ! <summary> ! Retrieves an attribute from the specified Attribute array that is equal to the specified attribute instance. ! </summary> ! <param name="attributes"> ! The attribute array to search. ! </param> ! <param name="attr"> ! An attribute instance to locate. ! </param> ! <returns> ! <para> ! An Attribute instance from the Attribute array that is equal to the instance in the <paramref name="attr" /> ! parameter or <see langword="null" /> if such an attribute does not exist in the array. ! </para> ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.Attribute[],System.Type)"> ! <summary> ! Retrieves an attribute from the specified Attribute array that is of the specified attribute type. ! </summary> ! <param name="attributes"> ! The attribute array to search. ! </param> ! <param name="attrType"> ! An attribute type to locate. ! </param> ! <returns> ! <para> ! An Attribute instance from the Attribute array that is of the exact same type as the specified type in the ! <paramref name="attrType" /> parameter or <see langword="null" /> if such an attribute does not exist in the ! array. ! </para> ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.ComponentModel.AttributeCollection,System.Attribute)"> ! <summary> ! Retrieves an attribute from the specified AttributeCollection that is equal to the specified attribute instance. ! </summary> ! <param name="attributes"> ! The attribute collection to search. ! </param> ! <param name="attr"> ! An attribute instance to locate. ! </param> ! <returns> ! <para> ! An Attribute instance from the AttributeCollection that is equal to the instance in the ! <paramref name="attr" /> parameter or <see langword="null" /> if such an attribute does not exist in the ! collection. ! </para> ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.GetAttribute(System.ComponentModel.AttributeCollection,System.Type)"> ! <summary> ! Retrieves an attribute from the specified AttributeCollection that is of the specified attribute type. ! </summary> ! <param name="attributes"> ! The attribute collection to search. ! </param> ! <param name="attrType"> ! An attribute type to locate. ! </param> ! <returns> ! <para> ! An Attribute instance from the AttributeCollection that is of the exact same type as the specified type in the ! <paramref name="attrType" /> parameter or <see langword="null" /> if such an attribute does not exist in the ! collection. ! </para> ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.IndexOf(System.Collections.ArrayList,System.Object)"> ! <summary>Locates an attribute by instance or by type.</summary> ! <param name="attrList">A list of attributes to search in.</param> ! <param name="attr">Attribute or attribute type to search for.</param> ! <returns> ! <para> ! -1 if the specified attribute or attribute type is not found; otherwise the zero-based index in ! the list. ! </para> ! </returns> ! </member> ! <member name="M:Jedi.System.AttributeUtils.ToArrayList(System.Attribute[])"> ! <overloads> ! Converts the specified Attribute array or AttributeCollection into an ArrayList. ! </overloads> ! <summary> ! Converts the specified Attribute array into an ArrayList. ! </summary> ! <param name="attrs"> ! Attribute array to convert into an ArrayList. ! </param> ! <returns> ! An ArrayList containing the same elements as in the array specified by the <paramref name="attrs" /> parameter. ! </returns> ! </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> Index: Jedi.System.Strings.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.Strings.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Jedi.System.Strings.xml 3 Mar 2005 20:52:29 -0000 1.3 --- Jedi.System.Strings.xml 4 Mar 2005 15:01:12 -0000 1.4 *************** *** 4,31 **** <member name="T:Jedi.System.ExtractQuotedStringFlags"> <summary> ! Flags used in one of the ExtractQuotedString overloaded methods to specify the behavior. ! </summary> </member> <member name="F:Jedi.System.ExtractQuotedStringFlags.Default"> <summary> ! No exception will be thrown if the ending quote character is not specified, nor if there is additional text ! after the end quote. ! </summary> [...3565 lines suppressed...] ! <remarks> ! <para> ! The string will be formatted as <c><b>[</b><i>comma-separated list of defined positions if any are ! defined</i><b>]</b></c>. Additionally, the text ! <c> (automatic)</c> will be added if <see cref="P:Jedi.System.StringUtils.TabSet.DefaultWidth" /> is set to ! 0 (zero). The brackets will be ommitted if <paramref name="wantBrackets" /> is set to <see langword="false" /> or ! if <paramref name="emptyBrackets" /> is set to <see langword="false" /> and no tabulation positions have been ! defined. ! </para> ! <para> ! If the <paramref name="includeDefaultWidth" /> parameter is set to <see langword="true" />, the string is ! extended in the format <c><b> and every </b><i>tab width beyond defined positions</i></c>. The leading space ! and the word "and" is only outputted if the string up to that point was not empty (in other words, there have ! either been tabulation positions defined or both the <paramref name="wantBrackets" /> and ! <paramref name="emptyBrackets" /> parameters were set to <see langword="true" />. ! </para> ! </remarks> </member> </members> \ No newline at end of file Index: Jedi.IO.Paths.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.IO.Paths.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Jedi.IO.Paths.xml 2 Mar 2005 16:59:37 -0000 1.1 --- Jedi.IO.Paths.xml 4 Mar 2005 15:01:12 -0000 1.2 *************** *** 1,149 **** <?xml version="1.0" encoding="utf-8"?> ! <members> ! <member name="T:Jedi.IO.Path"> ! <summary> ! The Path class extends the <see cref="T:System.IO.Path" /> provided by the .NET Framework. ! </summary> ! </member> ! <member name="M:Jedi.IO.Path.#ctor"> ! <exclude /> ! </member> [...1000 lines suppressed...] ! A <see cref="T:Jedi.IO.Path.PathConfig">path configuration</see> instance that represents the system settings, ! ie. the settings of the <see langword="static" /> fields of the <see cref="T:System.IO.Path" /> class. ! </returns> ! </member> ! <member name="T:Jedi.IO.PathException"> ! <summary> ! The exception that is thrown when traversing too far up the directory tree while combining paths. ! </summary> ! </member> ! <member name="M:Jedi.IO.PathException.#ctor"> ! <exclude /> ! </member> ! <member name="M:Jedi.IO.PathException.#ctor(System.String)"> ! <exclude /> ! </member> ! <member name="M:Jedi.IO.PathException.#ctor(System.String,System.Exception)"> ! <exclude /> ! </member> ! </members> \ No newline at end of file Index: Jedi.System.SourceVersioning.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.SourceVersioning.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Jedi.System.SourceVersioning.xml 3 Mar 2005 09:38:53 -0000 1.3 --- Jedi.System.SourceVersioning.xml 4 Mar 2005 15:01:12 -0000 1.4 *************** *** 16,27 **** expanded) represent the information required by this attribute. The keywords that can be parsed are: <list type="table"> ! <listheader> ! <term>Keyword</term> ! <description>Meaning</description> ! </listheader> ! <item> ! <term>$Id$</term> ! <description> ! <para> A string containing all required information using the format <c>"$Id: <i>filename</i>,v <i>revision</i> <i>date</i> <i>user name</i> $"</c>. --- 16,27 ---- expanded) represent the information required by this attribute. The keywords that can be parsed are: <list type="table"> ! <listheader> ! <term>Keyword</term> ! <description>Meaning</description> ! </listheader> ! <item> ! <term>$Id$</term> ! <description> ! <para> A string containing all required information using the format <c>"$Id: <i>filename</i>,v <i>revision</i> <i>date</i> <i>user name</i> $"</c>. *************** *** 31,35 **** </para> <para> ! <b>Note:</b> The full expansion can contain additional items beyond the user name, but those items are ignored. However, the user name, though not used, should be present in the string or an exception will be thrown. --- 31,35 ---- </para> <para> ! <b>Note:</b> The full expansion can contain additional items beyond the user name, but those items are ignored. However, the user name, though not used, should be present in the string or an exception will be thrown. *************** *** 38,43 **** </item> <item> ! <term>&#... [truncated message content] |