[analyzer] Fix typo, better doxygen as per Jordan's feedback.

llvm-svn: 174434
This commit is contained in:
Anna Zaks 2013-02-05 19:52:24 +00:00
parent a750006ad6
commit b28cf9965c
1 changed files with 3 additions and 3 deletions

View File

@ -137,14 +137,14 @@ public:
Stmt *getBody() const;
/// \brief Get the body of the Declaration.
/// \param IsAutosynthesized Output parameter that specifies if the body is
/// auto-generated by the BodyFarm.
/// \param[out] IsAutosynthesized Specifies if the body is auto-generated
/// by the BodyFarm.
Stmt *getBody(bool &IsAutosynthesized) const;
/// \brief Checks if the body of the Decl is generated by the BodyFarm.
///
/// Note, the lookup is not free. We are going to call getBody behind
/// the sceines.
/// the scenes.
/// \sa getBody
bool isBodyAutosynthesized() const;