diff --git a/modules/juce_core/xml/juce_XmlElement.h b/modules/juce_core/xml/juce_XmlElement.h index dd7da09e77..91079cf1c8 100644 --- a/modules/juce_core/xml/juce_XmlElement.h +++ b/modules/juce_core/xml/juce_XmlElement.h @@ -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. */