Java: Fix documentation format and indentation
This commit is contained in:
parent
0b7627df0a
commit
1417a55754
|
@ -3,8 +3,6 @@
|
||||||
# has already been loaded. See FindJava.cmake for information on how to
|
# has already been loaded. See FindJava.cmake for information on how to
|
||||||
# load Java into your CMake project.
|
# load Java into your CMake project.
|
||||||
#
|
#
|
||||||
# Available Functions:
|
|
||||||
#
|
|
||||||
# add_jar(TARGET_NAME SRC1 SRC2 .. SRCN RCS1 RCS2 .. RCSN)
|
# add_jar(TARGET_NAME SRC1 SRC2 .. SRCN RCS1 RCS2 .. RCSN)
|
||||||
#
|
#
|
||||||
# This command creates a <TARGET_NAME>.jar. It compiles the given source
|
# This command creates a <TARGET_NAME>.jar. It compiles the given source
|
||||||
|
@ -70,8 +68,7 @@
|
||||||
# CLASS_DIR The directory where the class files can be found. For
|
# CLASS_DIR The directory where the class files can be found. For
|
||||||
# example to use them with javah.
|
# example to use them with javah.
|
||||||
#
|
#
|
||||||
# find_jar(
|
# find_jar(<VAR>
|
||||||
# <VAR>
|
|
||||||
# name | NAMES name1 [name2 ...]
|
# name | NAMES name1 [name2 ...]
|
||||||
# [PATHS path1 [path2 ... ENV var]]
|
# [PATHS path1 [path2 ... ENV var]]
|
||||||
# [VERSIONS version1 [version2]]
|
# [VERSIONS version1 [version2]]
|
||||||
|
@ -103,16 +100,7 @@
|
||||||
# DESTINATION. It should be called in the same scope as add_jar()
|
# DESTINATION. It should be called in the same scope as add_jar()
|
||||||
# or it will fail.
|
# or it will fail.
|
||||||
#
|
#
|
||||||
# create_javadoc
|
# create_javadoc(<VAR>
|
||||||
#
|
|
||||||
# Create jave documentation based on files or packages. For more
|
|
||||||
# details please read the javadoc manpage.
|
|
||||||
#
|
|
||||||
# There are two main signatures for create_javadoc. The first
|
|
||||||
# signature works with package names on a path with source files:
|
|
||||||
#
|
|
||||||
# create_javadoc(
|
|
||||||
# <VAR>
|
|
||||||
# PACKAGES pkg1 [pkg2 ...]
|
# PACKAGES pkg1 [pkg2 ...]
|
||||||
# [SOURCEPATH <sourcepath>]
|
# [SOURCEPATH <sourcepath>]
|
||||||
# [CLASSPATH <classpath>]
|
# [CLASSPATH <classpath>]
|
||||||
|
@ -124,6 +112,12 @@
|
||||||
# [VERSION TRUE|FALSE]
|
# [VERSION TRUE|FALSE]
|
||||||
# )
|
# )
|
||||||
#
|
#
|
||||||
|
# Create jave documentation based on files or packages. For more
|
||||||
|
# details please read the javadoc manpage.
|
||||||
|
#
|
||||||
|
# There are two main signatures for create_javadoc. The first
|
||||||
|
# signature works with package names on a path with source files:
|
||||||
|
#
|
||||||
# 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
|
||||||
|
@ -139,8 +133,7 @@
|
||||||
# The second signature for create_javadoc works on a given list of
|
# The second signature for create_javadoc works on a given list of
|
||||||
# files.
|
# files.
|
||||||
#
|
#
|
||||||
# create_javadoc(
|
# create_javadoc(<VAR>
|
||||||
# <VAR>
|
|
||||||
# FILES file1 [file2 ...]
|
# FILES file1 [file2 ...]
|
||||||
# [CLASSPATH <classpath>]
|
# [CLASSPATH <classpath>]
|
||||||
# [INSTALLPATH <install path>]
|
# [INSTALLPATH <install path>]
|
||||||
|
|
Loading…
Reference in New Issue