From: Kevin W. <kev...@us...> - 2005-01-01 02:35:00
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25146 Modified Files: CharType.cs Log Message: fix xml documentation Index: CharType.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Type/CharType.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CharType.cs 31 Dec 2004 23:51:32 -0000 1.7 --- CharType.cs 1 Jan 2005 02:34:51 -0000 1.8 *************** *** 7,11 **** /// <summary> /// Maps a <see cref="System.Char"/> Property ! /// to a <see cref="DbType.Char"/> column. /// </summary> public class CharType : ValueTypeType, IDiscriminatorType --- 7,11 ---- /// <summary> /// Maps a <see cref="System.Char"/> Property ! /// to a DbType.Char column. /// </summary> public class CharType : ValueTypeType, IDiscriminatorType |