1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Updated the API documentation

This commit is contained in:
Julian Storer 2009-12-20 16:01:35 +00:00
parent 796848eb8b
commit 9e53cdc78e
9 changed files with 58 additions and 48 deletions

View file

@ -197,6 +197,7 @@ public:
/** Writes the document to a stream as UTF-8.
@param output the stream to write to
@param dtdToUse the DTD to add to the document
@param allOnOneLine if true, this means that the document will not contain any
linefeeds, so it'll be smaller but not very easy to read.