Browse thread
annotating nested modules with ocamldoc
-
Ian Zimmerman
-
Philippe Wang
-
Ian Zimmerman
- Philippe Wang
- Daniel_Bünzli
-
Ian Zimmerman
-
Philippe Wang
[
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: | -- (:) |
| From: | Daniel_Bünzli <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] annotating nested modules with ocamldoc |
Le 6 janv. 07 à 16:57, Ian Zimmerman a écrit : > Where would I put the stop comment to achieve what I want? The stop comment is a toggle, if you issue it again it starts documenting again (which btw does not correspond to what's described in the manual). (**/**) val internal_goo : t (**/**) Best, Daniel