Changeset 572

Show
Ignore:
Timestamp:
02/12/08 15:07:50 (10 months ago)
Author:
Janice Caron
Message:

Minor changes to ddoc comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • candidate/phobos/std/utf2.d

    r570 r572  
    926926 * 
    927927 * Note that, currently, foreach(c:dchars(s)) is superior to foreach(c;s) 
    928  * in that the latter still contains bugs
     928 * in that the latter will fall over on encountering U-FFFF
    929929 */ 
    930930Dchars!(T) dchars(T)(invariant(T)[] s) 
     
    971971 * The input to this function MUST be valid UTF. 
    972972 * 
    973  * The type of the output cannot be deduced. Therefore, it is necessary to explicitly 
    974  * specify the output type. 
    975  * 
    976973 * This function supercedes std.utf.toUTF8(), std.utf.toUTF16() and std.utf.toUTF32(). 
    977974 * 
     
    10081005 
    10091006// Helper functions 
    1010 public//private 
     1007private debug 
    10111008{ 
    10121009    string makeReadable(string s) 
  • candidate/phobos/std/xml.d

    r565 r572  
    1111Authors: Janice Caron 
    1212 
    13 Date: 2006.02.26 
     13Date: 2006.02.12 
    1414 
    1515Examples: