Commit 3c4a6d3a authored by Tyler Wilson's avatar Tyler Wilson
Browse files

Moved Doxygen tags for XMLHandler outside of the class declaration, to keep...

Moved Doxygen tags for XMLHandler outside of the class declaration, to keep the createReleaseNotesXML script from throwing a warning.
parent fc0b871e
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@
       QString m_name;
       QString m_type;

       class XmlHandler : public XmlStackedHandler {
       /**
        *
        * @author 2017-11-01 Christopher Combs
@@ -77,6 +76,8 @@
        *     can easily be copied from one Project to another, saved to disk, or deleted from disk.
        *     Adapted from ControlList.
        */
       class XmlHandler : public XmlStackedHandler {

         public:
           XmlHandler(TemplateList *templateList, Project *project);