Fix doxygen.

This commit is contained in:
Vassil Vassilev 2014-07-23 15:50:56 +02:00 committed by sftnight
parent 643074f544
commit 90abfb5485

View File

@ -17,7 +17,7 @@ namespace cling {
///
///\param[in] S - The semantic analysis object.
///
AutoloadingTransform(clang::Sema* S,Interpreter* ip);
AutoloadingTransform(clang::Sema* S,Interpreter*);
virtual ~AutoloadingTransform();