Merge topic 'fix-usejava-typo-13135'

8bdd449 UseJava: fix typo in variable name (#13135)
This commit is contained in:
David Cole 2012-04-25 14:02:32 -04:00 committed by CMake Topic Stage
commit 82c579de45
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
# Example:
# create_javadoc(my_example_doc
# PACKAGES com.exmaple.foo com.example.bar
# SOURCEPATH ${CMAKE_CURRENT_SOURCE_PATH}
# SOURCEPATH "${CMAKE_CURRENT_SOURCE_DIR}"
# CLASSPATH ${CMAKE_JAVA_INCLUDE_PATH}
# WINDOWTITLE "My example"
# DOCTITLE "<h1>My example</h1>"