Browse Source

Added some missing documentation

tags/2021-05-28
Tom Poole 5 years ago
parent
commit
fb40c34f5f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      modules/juce_core/xml/juce_XmlElement.h

+ 4
- 0
modules/juce_core/xml/juce_XmlElement.h 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. */


Loading…
Cancel
Save