summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_info.ml
diff options
context:
space:
mode:
authorMaxence Guesdon <maxence.guesdon@inria.fr>2010-03-08 16:54:13 +0000
committerMaxence Guesdon <maxence.guesdon@inria.fr>2010-03-08 16:54:13 +0000
commit470d7e9d269ac1f5418315499f4778f279d7e863 (patch)
tree7e23028e1da9c1736fb8bd03bd18dbcd02070ae3 /ocamldoc/odoc_info.ml
parent4a15d709497e8a2174c2b5c53c5ca461a83cd6f1 (diff)
downloadocaml-470d7e9d269ac1f5418315499f4778f279d7e863.tar.gz
PR#4915: new syntax {%format: code %} to put target format specific code
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9638 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_info.ml')
-rw-r--r--ocamldoc/odoc_info.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ocamldoc/odoc_info.ml b/ocamldoc/odoc_info.ml
index 1f288b17ad..4eca5fd2f5 100644
--- a/ocamldoc/odoc_info.ml
+++ b/ocamldoc/odoc_info.ml
@@ -49,6 +49,7 @@ and text_element = Odoc_types.text_element =
| Module_list of string list
| Index_list
| Custom of string * text
+ | Target of string * string
and text = text_element list