Commit e724e0ab authored by Adam Goins's avatar Adam Goins
Browse files

Added documentation to Workspace.h for new method.

parent a8d8512e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -178,7 +178,11 @@ namespace Isis {
       */
      void addCubeViewport(QString cubename);


      /**
       * Method adds cubes into Workspace as a CubeViewport from a list of cubes.
       *
       * @param cubename The name of the cube list file.
       */
      void addCubeViewportFromList(QString cubelist);