Fix doxygen warning.

This commit is contained in:
Axel Naumann 2014-10-22 11:38:11 +02:00 committed by sftnight
parent 73d7c51ea9
commit db0a700476

@ -62,7 +62,7 @@ namespace cling {
///\brief L command includes the given file or loads the given library.
///
///\param[in] file - The file/library to be loaded.
///\param[out] T - Transaction containing the loaded file.
///\param[out] transaction - Transaction containing the loaded file.
///
ActionResult actOnLCommand(llvm::StringRef file,
Transaction** transaction = 0);