[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-API] [PATCH] OCamlDoc: Properly removes all whitespace and *'s from the beginning of lines in ocamldoc comments.


  • To: xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
  • From: Rob Hoes <rob.hoes@xxxxxxxxxx>
  • Date: Thu, 1 Jul 2010 14:21:02 +0100
  • Delivery-date: Thu, 01 Jul 2010 06:21:16 -0700
  • List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>

# HG changeset patch
# User Rob Hoes <rob.hoes@xxxxxxxxxx>
OCamlDoc: Properly removes all whitespace and *'s from the beginning of lines 
in ocamldoc comments.

Signed-off-by: Rob Hoes <rob.hoes@xxxxxxxxxx>

diff -r 0065f015b7ce ocaml/doc/odoc_json.ml
--- a/ocaml/doc/odoc_json.ml
+++ b/ocaml/doc/odoc_json.ml
@@ -87,7 +87,7 @@
                        else
                                Buffer.add_char res str.[i]
                | 1 -> 
-                       if str.[i] != '\n' && str.[i] != ' ' & str.[i] != '*' 
then begin
+                       if not (List.mem str.[i] ['\n'; '\t'; ' '; '*']) then 
begin
                                phase := 0;
                                Buffer.add_char res str.[i]
                        end

Attachment: doc-remove-stars
Description: Text document

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.