mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added some missing documentation
This commit is contained in:
parent
edf99d171f
commit
fb40c34f5f
1 changed files with 4 additions and 0 deletions
|
|
@ -184,8 +184,12 @@ public:
|
|||
bool ignoreOrderOfAttributes) const noexcept;
|
||||
|
||||
//==============================================================================
|
||||
/** A struct containing options for formatting the text when representing an
|
||||
XML element as a string.
|
||||
*/
|
||||
struct TextFormat
|
||||
{
|
||||
/** Default constructor. */
|
||||
TextFormat();
|
||||
|
||||
String dtd; /**< If supplied, this DTD will be added to the document. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue