From ada05153b16c64c56357d362f553d59e6b67e22b Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Tue, 17 Nov 2020 15:24:35 +0100 Subject: [PATCH] corr doxy com backreferences better in automatically generated ressources --- Sample/Scattering/IFormFactor.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Sample/Scattering/IFormFactor.h b/Sample/Scattering/IFormFactor.h index 4bb7234eeb7..27d9d14046f 100644 --- a/Sample/Scattering/IFormFactor.h +++ b/Sample/Scattering/IFormFactor.h @@ -29,10 +29,7 @@ class WavevectorInfo; //! //! The actual form factor is returned by the complex valued function IFormFactor::evaluate, //! which depends on the incoming and outgoing wave vectors ki and kf. -//! If it only depends on the scattering vector q=ki-kf, then it is a IBornFormFactor. -//! -//! Other children besides IBornFormFactor are IFormFactorDecorator, FormFactorWeighted, -//! FormFactorDWBA, FormFactorDWBAPol and FormFactorCrystal. +//! If it only depends on the scattering vector q=ki-kf, then it is a IFormFactorBorn. //! @ingroup formfactors_internal -- GitLab