From fb40c34f5f8ac66170bfe80e18653b429fae25dd Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Fri, 9 Aug 2019 10:04:07 +0100 Subject: [PATCH] Added some missing documentation --- modules/juce_core/xml/juce_XmlElement.h | 4 ++++ 1 file changed, 4 insertions(+) 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. */