From: Artem Zhmurov Date: Tue, 23 Feb 2021 11:09:57 +0000 (+0300) Subject: Fix doxygen in domdec X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=a776f6bf500ce27360004386deadcbe8b07c52e5;p=alexxy%2Fgromacs.git Fix doxygen in domdec e2adf21a8c2ed0f6a8e1e590e3a12a099a6ebe24 was merged before all Doxygen warnings got fixed. This fixes them. --- diff --git a/src/gromacs/domdec/domdec_internal.h b/src/gromacs/domdec/domdec_internal.h index 99a72e543a..680515174d 100644 --- a/src/gromacs/domdec/domdec_internal.h +++ b/src/gromacs/domdec/domdec_internal.h @@ -797,15 +797,20 @@ static constexpr double DD_CELL_MARGIN2 = 1.00005; /*! \brief With pressure scaling, keep cell sizes 2% above the limit to allow for some scaling */ static constexpr double DD_PRES_SCALE_MARGIN = 1.02; +/*! \endcond */ + +//! \internal \brief Reverse topology class struct gmx_reverse_top_t { + //! Constructor gmx_reverse_top_t(const gmx_mtop_t& mtop, bool useFreeEnergy, const ReverseTopOptions& reverseTopOptions); + //! Destructor ~gmx_reverse_top_t(); + //! Private implementation definition struct Impl; + //! Private implementation declaration std::unique_ptr impl_; }; -/*! \endcond */ - #endif