From: Patrick M D. <pa...@wa...> - 2001-11-19 17:29:24
|
I tried using ocamldoc on the Ocamlnet sources yesterday. This is much easier to do now that comments after identifiers are supported. It lacks support for '*' in multiline comments but I checked in with Maxence and this should be supported in the future. This means that we should be able to make use of the tool simply by changing the comments to begin with (** instead of (* while still keeping the current formatting conventions. Once that functionaliy is available, I think we should start modifying the sources as appropriate to use it. Patrick |