[LLVMdev] [PATCH] Cleanup the c and ocaml binding documentation.

Gordon Henriksen gordonhenriksen at mac.com
Tue Mar 4 06:44:47 PST 2008


On Mar 4, 2008, at 09:18, Gordon Henriksen wrote:

> Hi Erick,
>
> Thanks, this looks good. Can you please resubmit this patch, and the
> others, as an attachment?
>
> On Mar 4, 2008, at 03:19, Erick Tryzelaar wrote:
>
>> diff --git include/llvm-c/Core.h include/llvm-c/Core.h
>> index 9b11df5..3676377 100644
>> --- include/llvm-c/Core.h
>> +++ include/llvm-c/Core.h
>> @@ -48,20 +48,20 @@ extern "C" {
>>
>> /**
>> * The top-level container for all other LLVM Intermediate
>> Representation (IR)
>> - * objects. See the llvm::Module class.
>> + * objects. See the [llvm::Module] class.
>> */
>> typedef struct LLVMOpaqueModule *LLVMModuleRef;

Actually, I spoke too soon. ocamldoc's [] syntax is not recognized by  
doxygen, so it will just be noise. Please leave it out in C.

Thanks,
Gordon




More information about the llvm-dev mailing list