From: Mark Abraham Date: Wed, 16 Jun 2021 09:00:19 +0000 (+0200) Subject: Use doxygen properly X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=47da92ccb358e7870ef657f336966b7703468969;p=alexxy%2Fgromacs.git Use doxygen properly --- diff --git a/src/gromacs/statistics/statistics.h b/src/gromacs/statistics/statistics.h index 612bfe13ee..ca0909c9e6 100644 --- a/src/gromacs/statistics/statistics.h +++ b/src/gromacs/statistics/statistics.h @@ -102,7 +102,6 @@ void gmx_stats_get_ab(gmx_stats_t stats, int weight, real* a, real* b, real* da, /*! \brief * Computes and returns the average value. * \param[in] stats The data structure - * \param[out] aver Average value * \return Average value * \throws InconsistentInputError if given no points to average */ @@ -114,7 +113,7 @@ real gmx_stats_get_average(gmx_stats_t stats); * \return Tuple of (average value, its standard deviation, its standard error) * \throws InconsistentInputError if given no points to analyze */ -std::tuple gmx_stats_get_ase(gmx_stats_t gstats); +std::tuple gmx_stats_get_ase(gmx_stats_t stats); /**************************************************** * Some statistics utilities for convenience: useful when a complete data