r178802 - Add some documentation for PNaClABIInfo.

Eli Bendersky eliben at google.com
Fri Apr 5 08:30:38 PDT 2013


On Thu, Apr 4, 2013 at 8:23 PM, Charles Davis <cdavis5x at gmail.com> wrote:

>
> On Apr 4, 2013, at 4:49 PM, Eli Bendersky wrote:
>
> > Author: eliben
> > Date: Thu Apr  4 17:49:35 2013
> > New Revision: 178802
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=178802&view=rev
> > Log:
> > Add some documentation for PNaClABIInfo.
> Those aren't doc comments. I don't know how you're expecting this to show
> up in doxygen...


Hi Charles,

I meant "documentation" in the general sense, as in "comments in the code".
But specifically I assume you mean this addition:

+// \brief Classify argument of given type \p Ty. \p FreeRegs is the number
of
+// registers available for passing arguments - it can be updated by this
+// method.

You're right, it should start with a triple-slash syntax. I'll fix that.
Thanks for noticing!

Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130405/29c4fb1c/attachment.html>


More information about the cfe-commits mailing list