diff options
author | albert-github <albert.tests@gmail.com> | 2018-10-29 12:11:22 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-10-29 12:11:22 (GMT) |
commit | d42f1d1bbb3cd73f71ee2c57791d31ff37d5d0f1 (patch) | |
tree | 9a159a1521745751b087b6dc9b3caf91eab0052f /examples | |
parent | 94701b844c77861bc39a077bd5c91b52faa2d3f1 (diff) | |
download | Doxygen-d42f1d1bbb3cd73f71ee2c57791d31ff37d5d0f1.zip Doxygen-d42f1d1bbb3cd73f71ee2c57791d31ff37d5d0f1.tar.gz Doxygen-d42f1d1bbb3cd73f71ee2c57791d31ff37d5d0f1.tar.bz2 |
Spelling of the word Javadoc
The current spelling (also for the older versions) is Javadoc.
Changed on all possible documentation visible places (external and internal).
Diffstat (limited to 'examples')
-rw-r--r-- | examples/jdstyle.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jdstyle.cfg b/examples/jdstyle.cfg index 0ddc0d9..d94089d 100644 --- a/examples/jdstyle.cfg +++ b/examples/jdstyle.cfg @@ -1,4 +1,4 @@ -PROJECT_NAME = "JavaDoc Style" +PROJECT_NAME = "Javadoc Style" OUTPUT_DIRECTORY = ../html/examples/jdstyle GENERATE_LATEX = YES GENERATE_MAN = NO |