From: Axel Naumann Date: Thu, 22 Jan 2015 10:20:49 +0000 (+0100) Subject: Fix doxygen warning. X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=commitdiff_plain;h=bc554429f2f2a726a0c2578a82766b57c627da45;hp=90047b0cba6fd295f5c5722749a0d043fbc11ea5 Fix doxygen warning. --- diff --git a/interpreter/cling/lib/MetaProcessor/MetaSema.h b/interpreter/cling/lib/MetaProcessor/MetaSema.h index 82bfaae..b2d4330 100644 --- a/interpreter/cling/lib/MetaProcessor/MetaSema.h +++ b/interpreter/cling/lib/MetaProcessor/MetaSema.h @@ -225,6 +225,8 @@ namespace cling { /// Transaction: when unloading that file, all transactions after /// the current one will be reverted. /// + ///\param [in] T - The unload point - any later Transaction will be + /// reverted when filename is unloaded. ///\param [in] filename - The name of the file to be used as unload /// point. void registerUnloadPoint(const Transaction* T, llvm::StringRef filename);