[LLVMdev] new LTO C interface

Nick Kledzik kledzik at apple.com
Tue Feb 26 12:04:54 PST 2008


On Feb 26, 2008, at 1:36 AM, Bill Wendling wrote:
> On Feb 25, 2008, at 5:32 PM, Nick Kledzik wrote:
>> I've updated the header (enclosed).
>>
>> <lto.h>
>>
> Hi Nick,
>
> My turn. :-) Just one question. Will the comments you have here be  
> doxygen-friendly? (N.B., I'm not an expert on doxygen.) One thing I  
> notice in other code is that the function or variable names are  
> repeated in the comments. There might also be a special C-style  
> comment quoting for doxygen. Something like this:
>
> /**
>  * lto_module_is_object_file_in_memory - Checks if a buffer is a  
> loadable object file.
>  */
> extern bool
> lto_module_is_object_file_in_memory(const void* mem, size_t length);
>
> and so on.

Thanks for catching that.  I've added the extra asterisk to the start  
of each comment.

-Nick

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080226/d092e67f/attachment.html>


More information about the llvm-dev mailing list