Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re: [Caml-devel] ocamldoc -html -o doesn't work as expected (PR#3828) #3842

Closed
vicuna opened this issue Nov 7, 2005 · 0 comments
Closed
Labels

Comments

@vicuna
Copy link

vicuna commented Nov 7, 2005

Original bug ID: 3842
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Hello,

On Wed, 2 Nov 2005 13:44:08 +0100 (MET)
daniel.buenzli@epfl.ch wrote:

Full_Name: Daniel Bünzli
Version: 3.09.0
OS: MacOS 10.4.3
Submission from: 11.79.62.81.cust.bluewin.ch (81.62.79.11)

From the 3.09.0 release notes :

"-o option is now used by the html generator to indicate the prefix of
generated
index files (to avoid conflict when a Index module exists on case-insensitive
file systems)."

I cannot get the expected result (and the new behaviour is undocumented both
in
ocamldoc -help and the manual),

ocamldoc -version
OCamldoc 3.09.0
echo 'val x : int (** this is x *)' > index.mli
ocamldoc -html -o api index.mli
ls
Index.html index_module_types.html
index.mli index_modules.html
index_attributes.html index_types.html
index_class_types.html index_values.html
index_classes.html style.css
index_exceptions.html type_Index.html
index_methods.html

Thanks in advance,

Indeed, a merge was forgotten from bug-fix to new release. This will be fixed
soon, and this behaviour will be part of a next 3.09.1. Before this, it will be
in the CVS soon.

Regards,

Maxence Guesdon

@vicuna vicuna closed this as completed Nov 16, 2005
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant