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

[patch] markup errors in galax's ocamldoc tags



Hi Mary and Jerome,
  here is a tiny patch against galax 1.1 which fixes some ocamldoc
markup errors which inhibited ocamldoc to process properly all galax
sources.

Can you please consider applying it to galax source code for the next
release? It is currently applied in the Debian package of galax.

Many thanks in advance.

PS the galax website looks down and it has been in such a state for at
   least a month now, can you please have a look at it?

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
zack@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
From: Stefano Zacchiroli <zack@upsilon.cc>
Date: Wed, 7 Oct 2009 09:12:53 +0200
Subject: [PATCH] fix syntax errors in ocamldoc @tags

---
 streaming/sax_annot.mli |    4 ++--
 wsdl/wsdl_ast.mli       |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/streaming/sax_annot.mli b/streaming/sax_annot.mli
index ec767a0..c71585c 100644
--- a/streaming/sax_annot.mli
+++ b/streaming/sax_annot.mli
@@ -44,7 +44,7 @@ val empty_sax_annot : unit -> sax_annot
 val annot_components : sax_annot -> stream_label_annot option
 
 (** Copy an annotation
-    @param sax_annotation 
+    @param sax_annotation SAX annotation
     @return copy of annotation *)
 val copy_annot  : sax_annot -> sax_annot
 
@@ -56,7 +56,7 @@ val copy_annot  : sax_annot -> sax_annot
 val set_stream_label_annot  : sax_annot ->  stream_label_annot -> unit
 
 (** Get the stream-label annotation
-    @param sax_annotation 
+    @param sax_annotation SAX annotation
     @return stream-label annotation
    *)
 val get_stream_label_annot  : sax_annot -> stream_label_annot
diff --git a/wsdl/wsdl_ast.mli b/wsdl/wsdl_ast.mli
index 088aef0..5f5c6f2 100644
--- a/wsdl/wsdl_ast.mli
+++ b/wsdl/wsdl_ast.mli
@@ -21,7 +21,7 @@
 
   
   @author Nicola Onose
-  @see wsdl_load.mlp
+  @see 'wsdl_load.mlp' wsdl_load.mlp
 
 *)
 
-- 

Attachment: signature.asc
Description: Digital signature


Reply to: