On Thu, Jul 17, 2014 at 12:21 PM, jahanian <[email protected]> wrote:
> Thank you Aaron. Did I need to run additional tests to see that documentation 
> is coming out right? Is there a clang option for this?

You can generate the documentation manually, and it'll give you
warnings if you don't have it quite right. The way I test is to run:

clang-tblgen -gen-attr-docs -I E:\llvm\llvm\tools\clang\include
E:\llvm\llvm\tools\clang\include\clang\Basic\Attr.td -o
E:\llvm\llvm\tools\clang\docs\AttributeReference.rst

Then I go into the docs directory and run "make html".

I happened to notice this from looking at the live docs though.

~Aaron
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to