Commit d583e1ec authored by Jeannie Backer's avatar Jeannie Backer
Browse files

Fixed documentation and history entries.

parent 5afa2b43
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -104,11 +104,10 @@ namespace Isis {
  /**
   * Returns a translated value. The output name is used to find the input
   * group, keyword, default and tranlations in the translation table. If the
   * keyword does not exist in the input label and an input 
   * default is available, then this default will be used as the 
   * input value. This input value is then used to search all of 
   * the translations. If a match is found the translated value is
   * returned. 
   * keyword does not exist in the input label and an input default is available,
   * then this default will be used as the input value. This input value is
   * then used to search all of the translations. If a match is found the
   * translated value is returned. 
   *
   * @param nName The output name used to identify the input keyword to be
   *              translated.
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ namespace Isis {
   *                          PvlToPvlTranslationManager. Fixes #4901.
   *  @history 2018-01-10 Christopher Combs - Changed ProcessDataFilePointer call to reflect 
   *                          changes made to voy2isis. Fixes #4345, #4421.
   *  @history 2018-04-16 Jeannie Backer - Fixed indentation of history comments.
   *  @todo 2005-02-15 Stuart Sides - add coded example and implementation example
   *                          to class documentation, and finish
   *                          documentation.
+1 −0
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@ namespace Isis {
   *  @history 2017-05-26 Makayla Shepherd - Renamed XmlToPvlTranslationManager.
   *  @history 2018-02-15 Kristin Berry and Summer Stapleton - Updated translate() method to search
   *                          for multiple values for InputPosition keyword. Fixes #5332
   *  @history 2018-04-16 Jeannie Backer - Improved error message for keyword dependencies.
   */
  class XmlToPvlTranslationManager : public LabelTranslationManager {
    public:
+2 −1
Original line number Diff line number Diff line
@@ -264,7 +264,8 @@
    </change>
    <change name="Jeannie Backer" date="2018-03-29">
      Fixed typo of FilterName from Fe203 to Fe2O3 (letter O, not zero).
      Improved error messages. Added tests for all filters. Fixes #5369. 
      Improved error messages. Moved hard-coded FilterName comparisons out of
      code to translation file osirisFilters.trn. Fixes #5369. 
    </change>
  </history>

+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ void translateCoreInfo(FileName &inputLabel, ProcessImport &importer) {
  QString missionDir = (QString) dataDir["Tgo"];

  // Get the translation manager ready
  missionDir = ".";
  FileName transFile(missionDir + "/translations/tgoCassis.trn");
  XmlToPvlTranslationManager labelXlater(inputLabel, transFile.expanded());

+5 −5

File changed.

Contains only whitespace changes.

Loading