Man page export from the wrapper binary.
[alexxy/gromacs.git] / src / gromacs / onlinehelp / helpwritercontext.h
index 6edae6658eda2ae64c6314e13a287d64667932d3..397e78f5ac3e32432e4564bb45d824059f196344 100644 (file)
@@ -57,6 +57,7 @@ class File;
 enum HelpOutputFormat
 {
     eHelpOutputFormat_Console,  //!< Plain text directly on the console.
+    eHelpOutputFormat_Man,      //!< Man page.
     eHelpOutputFormat_NR        //!< Used for the number of output formats.
 };
 //! \endcond