summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_info.ml
diff options
context:
space:
mode:
authorMaxence Guesdon <maxence.guesdon@inria.fr>2009-12-18 11:52:23 +0000
committerMaxence Guesdon <maxence.guesdon@inria.fr>2009-12-18 11:52:23 +0000
commite904577b6b0e68911c9169eb7c1629f6f3b9534c (patch)
treefb7538d389604e899974c0d4b2004d09a76fa7d5 /ocamldoc/odoc_info.ml
parent758e4cd86078a89af5790872f9704c5ea019b4e7 (diff)
downloadocaml-e904577b6b0e68911c9169eb7c1629f6f3b9534c.tar.gz
PR#4914: ability to specify a text for links to elements
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9477 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_info.ml')
-rw-r--r--ocamldoc/odoc_info.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/odoc_info.ml b/ocamldoc/odoc_info.ml
index a39e4ad6c9..1f288b17ad 100644
--- a/ocamldoc/odoc_info.ml
+++ b/ocamldoc/odoc_info.ml
@@ -43,7 +43,7 @@ and text_element = Odoc_types.text_element =
| Title of int * string option * text
| Latex of string
| Link of string * text
- | Ref of string * ref_kind option
+ | Ref of string * ref_kind option * text option
| Superscript of text
| Subscript of text
| Module_list of string list