From 886e604cfa179f700bb863172f34f6a9d166dd16 Mon Sep 17 00:00:00 2001 From: Kamil <45295406+KSkwarczynski@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:49:03 +0000 Subject: [PATCH] example -> note --- mcmc/MaCh3Factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcmc/MaCh3Factory.h b/mcmc/MaCh3Factory.h index ea52beb8a..ae7c05531 100644 --- a/mcmc/MaCh3Factory.h +++ b/mcmc/MaCh3Factory.h @@ -60,7 +60,7 @@ covarianceXsec* MaCh3CovarianceFactory(manager *fitMan, const std::string& PreFi /// @param osc (Optional) A pointer to a covarianceOsc object for oscillation systematic settings. /// @return Vector of SampleType object, initialized and ready for use. /// -/// @example +/// @note Example /// ```cpp /// auto mySamples = MaCh3SamplePDFFactory(SampleConfig, xsec, osc); /// ```