Skip to content

Commit e7e00cf

Browse files
committed
Generate Markdown documentation for all V-Classes
1 parent 2e873eb commit e7e00cf

File tree

123 files changed

+15420
-17135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+15420
-17135
lines changed

core/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ tasks.withType<Javadoc> {
3030
this.options.overview = "../README.md"
3131
(options as StandardJavadocDocletOptions).tags("optionalArg:a:Optional arguments:")
3232

33+
// some libvips comments are technically invalid javadoc (formulae misinterpreted as references)
34+
// but tooling still displays it sensibly, so ignore javadoc linting errors by default
35+
// note that warnings are still printed during the build
36+
(options as CoreJavadocOptions).addBooleanOption("Xdoclint:none", true)
37+
3338
doLast {
3439
copy {
3540
from("build/docs/javadoc")

core/src/main/java/app/photofox/vipsffm/VImage.java

Lines changed: 6131 additions & 6894 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)