Tenry

Results 9 comments of Tenry

I always thought `@example` is always followed by a sample code, or at least a link to an example file. If there will be some kind of `{@include}` (see #22),...

An alternative to the `tsdoc` field in the package.json would be a separate `tsdoc.json` file in the project root, similar like [ESDoc](https://esdoc.org/manual/usage.html#configuration) allows it. The configuration should indicate whether lax...

@dend I would allow both variants. Some people surely prefer that kind of configuration being in the main package.json, others might want it to be in a dedicated file. Also,...

@dend Like I said, what if someone needs one configuration for public documentation and one or internal documentation within the same project?

The hyphen-case is commonly used in HTML/CSS (custom elements, IDs and classes) and URLs. The snake_case is found in programming, when the camelCase is not used (such as `in_array` in...

I think any text should belong to the preceding tag, even if it is delimitted by new lines. If no tag precedes the text, the text is considered being the...

I have the same issues. I just updated my Synergy on both my **server (Linux) and client (Windows)** PCs and restarted them, just to be sure to be on the...

Should this be usable for non-markdown includes, such as code snippets? If this is the case, we can't TSDoc simply load the referenced file's contents in place, as the consuming...

It does not look like knex has this (yet). I would like to create a pull request for implementing this feature, but what should the feature look like? We could...