Erick Tryzelaar
2008-Mar-09 04:03 UTC
[LLVMdev] [PATCH] Make the ocaml source comments work with ocamldoc.
This patch cleans up the code so that it formats nicely with ocamldoc. It does not yet hook into the build system, though. --- bindings/ocaml/analysis/llvm_analysis.mli | 21 +- bindings/ocaml/bitreader/llvm_bitreader.mli | 13 +- bindings/ocaml/bitwriter/llvm_bitwriter.mli | 11 +- .../ocaml/executionengine/llvm_executionengine.mli | 118 ++-- bindings/ocaml/llvm/llvm.ml | 1 - bindings/ocaml/llvm/llvm.mli | 587 ++++++++++---------- 6 files changed, 373 insertions(+), 378 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 635c69d7c185e69426022351084ac4981e046e49.diff Type: text/x-patch Size: 91924 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080308/4014e036/attachment.bin>
Gordon Henriksen
2008-Mar-09 07:21 UTC
[LLVMdev] [PATCH] Make the ocaml source comments work with ocamldoc.
On Mar 8, 2008, at 23:03, Erick Tryzelaar wrote:> This patch cleans up the code so that it formats nicely with > ocamldoc. It does not yet hook into the build system, though.Fantastic! Applied. http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080303/059369.html I made a few minor edits: • I added some blank lines to compensate for the the reduced prominence of the ------ lines. • I changed [IoError "msg"] back to [IoError msg]; msg is not a literal string. • I undid gratuitous whitespace changes in one file. Thanks Erick! — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080309/1b1e9ba2/attachment.html>