Skip to content

Commit bfef04d

Browse files
Fix docs genearation to generate all docs instead of pure README.md.
1 parent 0ae21be commit bfef04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tasks.assemble {
6767
val dartDocDir = Files.createTempDir()
6868

6969
val dartDoc by tasks.creating(Exec::class) {
70-
commandLine("dart", "doc", "--output", dartDocDir.path, "$projectDir/lib/")
70+
commandLine("dart", "doc", "--output", dartDocDir.path)
7171
}
7272

7373
afterEvaluate {

0 commit comments

Comments
 (0)