Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.9.1
-
None
-
None
Description
The feature introduced with MJAVADOC-322 had a typo. Code-wise, this was fixed in MJAVADOC-334. However, the documentation on the website still has the typo. So when I copy-pasted it, it didn't work...
Anyway, the documentation can be fixed as follows:
$ find . -type f -print0 | xargs -0 sed -i 's,additionnal,additional,g' $ mv ./src/site/apt/examples/additionnal-dependencies.apt.vm ./src/site/apt/examples/additional-dependencies.apt.vm $ mv ./src/it/additionnal-dependencies-non-aggregate ./src/it/additional-dependencies-non-aggregate $ mv ./src/it/additionnal-dependencies ./src/it/additional-dependencies
Attachments
Attachments
Issue Links
- is duplicated by
-
MJAVADOC-439 Spelling of additionalDependencies is wrong
- Closed