From bc554429f2f2a726a0c2578a82766b57c627da45 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Thu, 22 Jan 2015 11:20:49 +0100 Subject: [PATCH 1/1] Fix doxygen warning. --- interpreter/cling/lib/MetaProcessor/MetaSema.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 1.8.2