r181093 - Added a function to check whether a Decl is in

Jordan Rose jordan_rose at apple.com
Mon May 6 09:39:19 PDT 2013


On May 3, 2013, at 19:04 , Sean Callanan <scallanan at apple.com> wrote:

> +    
> +  /// @brief Checks whether a declaration is in this context.
> +  bool containsDecl(Decl *D) const;

I know you're matching the style in the file, but we've been preferring Doxygen-style \brief in Clang (over HeaderDoc/JavaDoc-style @brief).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130506/4dd33714/attachment.html>


More information about the cfe-commits mailing list