[
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: | Ian Zimmerman <nobrowser@g...> |
| Subject: | Re: [Caml-list] annotating nested modules with ocamldoc |
On 1/6/07, Philippe Wang <lists@philippewang.info> wrote: > I suggest you to use The Stop special comment (**/**) in the .ml file. > > (ocaml reference manual, section 15.2.2 ) I know about that mechanism, it doesn't help in this situation. Note that the definition of boo uses internal_goo, so internal_goo must come before module Boo in the source file. Where would I put the stop comment to achieve what I want?