X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=blobdiff_plain;f=interpreter%2Fcling%2Flib%2FMetaProcessor%2FMetaSema.h;h=b2d4330f22406b02f1a7dabc34715fe80ba1b1c3;hp=82bfaaed6e93bbe8ab5eddbe239d741e01a49922;hb=bc554429f2f2a726a0c2578a82766b57c627da45;hpb=90047b0cba6fd295f5c5722749a0d043fbc11ea5 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);