diff options
author | Daniel <virtlink@users.noreply.github.com> | 2017-08-29 16:58:32 +0200 |
---|---|---|
committer | Simon Ogorodnik <simon.ogorodnik@gmail.com> | 2017-11-02 03:54:14 +0300 |
commit | 79a7a136bdc3a59d7bb3aebb51e565b58e2b789c (patch) | |
tree | d38868a74adc4821352dc6cd0d9a074c6497ce97 /README.md | |
parent | 1045403bc82c762dc51d703e7c5b1d0199cd3b39 (diff) | |
download | dokka-79a7a136bdc3a59d7bb3aebb51e565b58e2b789c.tar.gz dokka-79a7a136bdc3a59d7bb3aebb51e565b58e2b789c.tar.bz2 dokka-79a7a136bdc3a59d7bb3aebb51e565b58e2b789c.zip |
Fix README: outFormat in Maven must be outputFormat
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ The available configuration options are shown below: <!-- Default: ${project.artifactId} --> <moduleName>data</moduleName> <!-- See list of possible formats below --> - <outFormat>html</outFormat> + <outputFormat>html</outputFormat> <!-- Default: ${project.basedir}/target/dokka --> <outputDir>some/out/dir</outputDir> |