Update doxygen doc

This commit is contained in:
Philippe Canal 2013-09-05 06:46:54 -05:00 committed by sftnight
parent 7f50f375ab
commit 44891a9b46

View File

@ -131,8 +131,8 @@ namespace utils {
/// sugared type, which is to be skipped.
///\param[in] Ctx - The ASTContext.
///\param[in] QT - The type to be partially desugared.
///\param[in] TypesToSkip - The set of sugared types which shouldn't be
/// desugared.
///\param[in] TypeConfig - The set of sugared types which shouldn't be
/// desugared and those that should be replaced.
///\param[in] fullyQualify - if true insert Elaborated where needed.
///\returns Partially desugared QualType
///