1
0
Fork 0
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:
Tom Poole 2019-08-09 10:04:07 +01:00
parent edf99d171f
commit fb40c34f5f

View file

@ -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. */