Make (most) HTML links to file formats work again
[alexxy/gromacs.git] / src / gromacs / options / filenameoption.cpp
index 68843686536900ddce5b178f46de23cc4fd360ac..b9db04a8d7a286adcf8f82c1cbf21bd6ea22361e 100644 (file)
@@ -298,9 +298,10 @@ std::string FileNameOptionStorage::formatExtraDescription() const
         result.append(":");
         for (int i = 0; i < typeHandler.extensionCount(); ++i)
         {
-            result.append(" ");
+            result.append(" [REF]");
             // Skip the dot.
             result.append(typeHandler.extension(i) + 1);
+            result.append("[ref]");
         }
     }
     return result;