Gerrit Birkeland

Results 386 comments of Gerrit Birkeland

Ah, good point there, I forgot that that was controlled via JS. I'd be open to a PR that makes the JS pick up the default from the HTML instead...

This seems like a useful feature - but how would a consumer use this without writing a custom plugin?

TypeDoc's reflection structure fairly closely resembles what's available on a TS AST... if that helps In this case, since "properties" is a getter, it has a `getSignature`, which has a...

Duplicate of #247, this is the feature I'm hoping to include in the next typedoc minor release.

Nothing up yet, I'm hoping to get to a working POC this weekend, or possibly the next.

0.26.0-beta.0 is up with this, announcement at https://github.com/TypeStrong/typedoc/issues/2567

Something I always look at when considering additional tags is how it displays in VSCode/other editors. Here's what the `@dispatches` methods looks like: ![image](https://github.com/TypeStrong/typedoc/assets/19329837/1910fab2-0dc5-494f-ba37-bbbc359c6d96) Here's another option, using markdown headers...

I've thought about this a few different times in the past couple weeks, and haven't come up with a compelling reason to add special syntax for this that won't be...

# 0.26.0-beta.1 - Handle `@document` on more reflection types - Add a warning if an unrecognized block tag is used (likely needs adjustment before full release, I suspect several JSDoc...

Sorry about that! Should be up now. I suspect I might need to revert the block tag validation change, or at least rework it, as I forgot about how *special*...