[JEDI.NET-commits] docs Jedi.System.SourceVersioning.xml,1.7,1.8
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2005-03-06 18:24:57
|
Update of /cvsroot/jedidotnet/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8034/docs Modified Files: Jedi.System.SourceVersioning.xml Log Message: * Auto generation tool had translated the $ back to a $, so CVS keywords were once again expanded. * Manually reformatted the tables/lists again (had to change the above in them anyway) * Completed documentation Index: Jedi.System.SourceVersioning.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.System.SourceVersioning.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Jedi.System.SourceVersioning.xml 5 Mar 2005 19:18:19 -0000 1.7 --- Jedi.System.SourceVersioning.xml 6 Mar 2005 18:24:44 -0000 1.8 *************** *** 15,44 **** This derivative of the <see cref="T:Jedi.System.SourceInfoAttribute" /> is able to parse CVS keywords that (when 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$"</c>. ! The <i>revision</i> and <i>date</i> elements are in the same format as their respective keyword ! counterparts, but exclude the keywords themselves (ie. only the revision number and date itself are ! present, not the leading <c>$Revision$Date: </c> identifiers). ! </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 [...1214 lines suppressed...] + <see langword="true" /> if the revision of the <see cref="T:System.Type" /> is greater than or equal to the + revision specified in the <paramref name="revision" /> parameter; otherwise, <see langword="false" />. </returns> </member> <member name="P:Jedi.System.SourceInfo.Revision"> <summary> + Holds the revision of the file declaring the type. </summary> <value> + The revision of the file the type is declared in. </value> </member> <member name="P:Jedi.System.SourceInfo.SourceFile"> <summary> + Holds the name of the file declaring the type. </summary> <value> + The name, optionally prefixed with a path to it, of the file in which the type is declared. </value> </member> |