Commit 4c42f861 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Added @history/@internal/@author Doxygen tags to...

PROG:  Added @history/@internal/@author Doxygen tags to GuiCameraDisplayProperties::XmlHandler class.  createReleaseNotesXML script was issuing PHP warnings.  References #4018

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6806 41f8697f-d340-4b68-9986-7bafba869bb8
parent 48b1e9b0
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ namespace Isis {
  class XmlStackedHandlerReader;

  /**
   * @brief This is the GUI communication mechanism for target body objects.
   * @description This is the GUI communication mechanism for target body objects.
   *
   * This class is the connector between various GUI interfaces for target body objects.
   *   We use this to communicate shared properties that various widgets need
@@ -124,6 +124,14 @@ namespace Isis {
       * @description  Child class for XmlStackedHandler which is used to process XML in
       * a stack-oriented way.  It's been modified to process a GuiCameraDisplayProperties
       * object.
       *
       *  @author 2015-09-08 Ken Edmundson
       *
       *  @history 2015-09-08 Ken Edmundson - Creation.
       *  @history 2016-06-08 Tyler Wilson - Added documentation to many of the
       *                           member functions, and cleaned up the formatting.
       *                           Fixes #3997.
       *
       */
      class XmlHandler : public XmlStackedHandler {
        public: