Merge topic 'fix-usejava-typo-13135'
8bdd449
UseJava: fix typo in variable name (#13135)
This commit is contained in:
commit
82c579de45
|
@ -130,7 +130,7 @@
|
||||||
# Example:
|
# Example:
|
||||||
# create_javadoc(my_example_doc
|
# create_javadoc(my_example_doc
|
||||||
# PACKAGES com.exmaple.foo com.example.bar
|
# PACKAGES com.exmaple.foo com.example.bar
|
||||||
# SOURCEPATH ${CMAKE_CURRENT_SOURCE_PATH}
|
# SOURCEPATH "${CMAKE_CURRENT_SOURCE_DIR}"
|
||||||
# CLASSPATH ${CMAKE_JAVA_INCLUDE_PATH}
|
# CLASSPATH ${CMAKE_JAVA_INCLUDE_PATH}
|
||||||
# WINDOWTITLE "My example"
|
# WINDOWTITLE "My example"
|
||||||
# DOCTITLE "<h1>My example</h1>"
|
# DOCTITLE "<h1>My example</h1>"
|
||||||
|
|
Loading…
Reference in New Issue