Skip to content

Commit 3eff798

Browse files
committed
Fix duplicate heading in generated docs
1 parent 9888736 commit 3eff798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ test: all typecheck
7878
node examples/harfbuzz-subset.example.node.js
7979

8080
doc: node_modules
81-
npx typedoc src/index.ts --out docs
81+
npx typedoc src/index.ts --headings.readme false --out docs
8282

8383
clean:
8484
rm -f $(HB_TARGET) $(HB_SUBSET_TARGET) harfbuzz.wasm

0 commit comments

Comments
 (0)