Fix doc warning.

This commit is contained in:
Axel Naumann 2014-10-21 17:46:07 +02:00 committed by sftnight
parent 1f1509c0e0
commit 70d7b66616
2 changed files with 2 additions and 0 deletions

View File

@ -524,6 +524,7 @@ namespace cling {
///\param [in] filename - The file to loaded.
///\param [in] allowSharedLib - Whether to try to load the file as shared
/// library.
///\param [out] T - Transaction containing the loaded file.
///\returns result of the compilation.
///
CompilationResult loadFile(const std::string& filename,

View File

@ -62,6 +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.
///
ActionResult actOnLCommand(llvm::StringRef file,
Transaction** transaction = 0);