From 916d6764896855b073c76e726e8137376d1a06f1 Mon Sep 17 00:00:00 2001 From: Chris Bielow Date: Fri, 22 Dec 2023 11:52:15 +0100 Subject: [PATCH] Update src/openms/include/OpenMS/ANALYSIS/OPENSWATH/DIAHelper.h --- src/openms/include/OpenMS/ANALYSIS/OPENSWATH/DIAHelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openms/include/OpenMS/ANALYSIS/OPENSWATH/DIAHelper.h b/src/openms/include/OpenMS/ANALYSIS/OPENSWATH/DIAHelper.h index 7bc60559033..f3b2106be2f 100644 --- a/src/openms/include/OpenMS/ANALYSIS/OPENSWATH/DIAHelper.h +++ b/src/openms/include/OpenMS/ANALYSIS/OPENSWATH/DIAHelper.h @@ -46,7 +46,7 @@ namespace OpenMS double& mz, double& im, double& intensity, const RangeMZ& mz_range, const RangeMobility& im_range, bool centroided = false); /** - @brief Integrate intensities in a spectrum in range @param im_range (if defined) for multiple windows. + @brief Integrate intensities in a spectrum in range @p im_range (if defined) for multiple windows. @param windows_center is a vector of the center location of the windows. @param width is the width of the windows across mz @param im_range is the range of the IM dimension (if defined)