denoland / deno_doc

Documentation generator for Deno
MIT License
253 stars 54 forks source link

fix(html): don't dedupe nodes for kind partition #596

Closed crowlKats closed 3 months ago

kt3k commented 3 months ago

I tried this patch with https://github.com/denoland/deno_std/blob/main/uuid/v1.ts (which has half deprecated API), but I could see the difference in the ddoc output..

Can you describe the supposed change? Does this affect html output?

crowlKats commented 3 months ago

This what the uuid v1 entrypoint page looks like to me now. without the fix, the generate function is striked through:

Screenshot 2024-05-29 at 21 56 11
kt3k commented 3 months ago

Is your testing command like this?

cargo run --example ddoc -- --html --output=generated_docs ../deno_std/uuid/v1.ts

I still see something like the below:

Screenshot 2024-05-30 at 12 23 02

BTW is your deno_std up to date?