Include selection keyword details in user guide
[alexxy/gromacs.git] / src / gromacs / selection / sm_insolidangle.cpp
index 9c163e097f2db673c3f30e10791c1e66af9a0ae1..a9fd783704ee499f20bfdd98aad9eb6f9c190e8a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2009,2010,2011,2012,2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2009,2010,2011,2012,2013,2014,2015, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -334,11 +334,11 @@ static gmx_ana_selparam_t smparams_insolidangle[] = {
 };
 
 /** Help text for the \p insolidangle selection method. */
-static const char *help_insolidangle[] = {
-    "SELECTING ATOMS IN A SOLID ANGLE[PAR]",
-
-    "[TT]insolidangle center POS span POS_EXPR [cutoff REAL][tt][PAR]",
-
+static const char *const help_insolidangle[] = {
+    "::",
+    "",
+    "  insolidangle center POS span POS_EXPR [cutoff REAL]",
+    "",
     "This keyword selects atoms that are within [TT]REAL[tt] degrees",
     "(default=5) of any position in [TT]POS_EXPR[tt] as seen from [TT]POS[tt]",
     "a position expression that evaluates to a single position), i.e., atoms",
@@ -365,6 +365,7 @@ gmx_ana_selmethod_t sm_insolidangle = {
     NULL,
     &evaluate_insolidangle,
     {"insolidangle center POS span POS_EXPR [cutoff REAL]",
+     "Selecting atoms in a solid angle",
      asize(help_insolidangle), help_insolidangle},
 };