Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/10 00:42:28 (14 years ago)
Author:
epitzer
Message:

Update API docs. (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/Default/Xml/XmlGenerator.cs

    r3005 r3016  
    3333
    3434
     35    /// <summary>
     36    /// Initializes a new instance of the <see cref="XmlGenerator"/> class.
     37    /// </summary>
    3538    public XmlGenerator() {
    3639      Depth = 0;
     
    198201    /// Serialize an object into a file.
    199202    ///
    200     /// The XML configuration is obtained from the <code>ConfigurationService</code>.
     203    /// The XML configuration is obtained from the <c>ConfigurationService</c>.
    201204    /// The file is actually a ZIP file.
    202205    /// Compression level is set to 5 and needed assemblies are not included.
     
    209212    /// Serialize an object into a file.
    210213    ///
    211     /// The XML configuration is obtained from the <code>ConfigurationService</code>.
     214    /// The XML configuration is obtained from the <c>ConfigurationService</c>.
    212215    /// Needed assemblies are not included.
    213216    /// </summary>
Note: See TracChangeset for help on using the changeset viewer.