diff options
author | Maxence Guesdon <maxence.guesdon@inria.fr> | 2005-10-20 12:55:52 +0000 |
---|---|---|
committer | Maxence Guesdon <maxence.guesdon@inria.fr> | 2005-10-20 12:55:52 +0000 |
commit | ce186d60276ed4549c597a08a1cb46bac8e29ebe (patch) | |
tree | ad44d9485b33f55da9573bd813248751e1d75576 | |
parent | 9eeac6e5a16148f8973fcac77a09bd954e13e5e9 (diff) | |
download | ocaml-3.08.tar.gz |
fix changes of ocamldoc3.08
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.08@7144 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | ocamldoc/Changes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/Changes.txt b/ocamldoc/Changes.txt index d521cde104..3b016fe4b2 100644 --- a/ocamldoc/Changes.txt +++ b/ocamldoc/Changes.txt @@ -7,7 +7,7 @@ TODO: Next Release: - extensible {foo } syntax - user can give .txt files on the command line, containing ocamldoc formatted - text, to be able to included bigger texts out of source files + text, to be able to include bigger texts out of source files - -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). |