Browse thread
[Caml-list] Reading a large text file
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-05-14 (07:15) |
From: | Maxence Guesdon <maxence.guesdon@i...> |
Subject: | Re: [Caml-list] [OcamlDoc] langage support. |
On Sat, 1 May 2004 18:00:24 +0200 (CEST) sejourne kevin <sejourne_kevin@yahoo.fr> wrote: > Hi evrybody! > > Is there a way in Ocamldoc to make multilingual > documentation ? I think of something like that : > > (** > [En] Reverse a list. > [Fr] Retourne une liste. > [Es] ... > *) > Let rev = List.rev ;; > > And generate documentation file in evry langage use in > the code? No there is no such feature. You can add it yourself in a custom generator by handling @fr, @en, @es, ..., tags. Hope this helps, -- Maxence Guesdon ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners