--cacherep=url |
Specifies the folder to use for caching downloaded modules. (default: ~/.ceylon/cache )
|
--cwd=dir |
Specifies the current working directory for this tool. (default: the directory where the tool is run from)
|
--define=key>=<value , -D key>=<value |
Set a system property
|
--doc=dirs |
A directory containing your module documentation (default: ./doc )
|
--encoding=encoding |
Sets the encoding used for reading source files (default: platform-specific)
|
Sets the footer text to be placed at the bottom of each page.
|
Sets the header text to be placed at the top of each page.
|
--ignore-broken-link |
Do not print warnings about broken links.
|
--ignore-missing-doc |
Do not print warnings about missing documentation.
|
--ignore-missing-throws |
Do not print warnings about missing throws annotation.
|
--link=dir-or-url |
The URL or path of a module repository containing documentation for external dependencies.
The URL must use one of the supported protocols (http://, https:// or file://) or be a path to a directory. The argument can start with a module name prefix, separated from the URL by a = character, so that only those external modules whose name begins with the prefix will be linked using that URL.
Can be specified multiple times.
Examples:
--link http://modules.ceylon-lang.org/repo/1
--link ceylon.math=http://modules.ceylon-lang.org/repo/1
--link com.example=http://example.com/ceylondoc/
|
--maven-overrides=url |
Specifies the xml file to use to load Maven artifact overrides.
|
--no-default-repositories |
Indicates that the default repositories should not be used.
|
--non-shared |
Includes documentation for package-private declarations.
|
--offline |
Enables offline mode that will prevent the module loader from connecting to remote repositories.
|
--out=url , -o url |
Specifies the output module repository (which must be publishable). (default: ./modules )
|
--pass=secret |
Sets the password for use with an authenticated output repository(no default).
|
--rep=url |
Specifies a module repository containing dependencies. Can be specified multiple times. (default: modules , ~/.ceylon/repo , http://modules.ceylon-lang.org/repo/1 )
|
--source=dirs |
An alias for --src (default: ./source )
|
--source-code |
Includes source code in the generated documentation.
|
--src=dir |
A directory containing Ceylon and/or Java source code (default: ./source )
|
--sysrep=url |
Specifies the system repository containing essential modules. (default: $CEYLON_HOME/repo )
|
--timeout=seconds , -T seconds |
Sets the timeout for connections to remote repositories, use 0 for no timeout (default: 20).
|
--user=name |
Sets the user name for use with an authenticated output repository(no default).
|
--verbose[=flags] , -d |
Produce verbose output. If no flags are given then be verbose about everything, otherwise just be verbose about the flags which are present. Allowed flags include: all , loader .
|