Switch to unified view

a/libupnpp/control/cdircontent.hxx b/libupnpp/control/cdircontent.hxx
...
...
137
    }
137
    }
138
138
139
    /**
139
    /**
140
     * Parse from DIDL-Lite XML data.
140
     * Parse from DIDL-Lite XML data.
141
     *
141
     *
142
     * Normally only used by ContentDirectoryService::readDir()
142
     * Normally only used by ContentDirectory::readDir()
143
     * This is cumulative: in general, the XML data is obtained in
143
     * This is cumulative: in general, the XML data is obtained in
144
     * several documents corresponding to (offset,count) slices of the
144
     * several documents corresponding to (offset,count) slices of the
145
     * directory (container). parse() can be called repeatedly with
145
     * directory (container). parse() can be called repeatedly with
146
     * the successive XML documents and will accumulate entries in the item
146
     * the successive XML documents and will accumulate entries in the item
147
     * and container vectors. This makes more sense if the different
147
     * and container vectors. This makes more sense if the different