Gordon Henriksen
2008-Mar-04 14:44 UTC
[LLVMdev] [PATCH] Cleanup the c and ocaml binding documentation.
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
Thanks Gordon. This patch should make the changes you requested.
Erick Tryzelaar
2008-Mar-05 03:52 UTC
[LLVMdev] [PATCH] Cleanup the c and ocaml binding documentation.
--- bindings/ocaml/llvm/llvm.ml | 2 +- bindings/ocaml/llvm/llvm.mli | 2 +- bindings/ocaml/llvm/llvm_ocaml.c | 2 +- include/llvm-c/Core.h | 20 +++++++++++++------- 4 files changed, 16 insertions(+), 10 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 2a33a0870af02af3d1b3bd767b36637f434615a2.diff Type: text/x-patch Size: 3613 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080304/f4105ddd/attachment.bin>
Maybe Matching Threads
- [LLVMdev] new patch without brackets
- [LLVMdev] [PATCH] Cleanup the c and ocaml binding documentation.
- [LLVMdev] new patch without brackets
- [LLVMdev] [PATCH] Make sure ocamldep runs on all .mli files.
- [LLVMdev] [PATCH] Cleanup the c and ocaml binding documentation.