-
## Feature request
Asked about it here. Solved my own question.
https://forum.vuejs.org/t/solved-vuepress-embedd-api-docs-in-vuepress-site/41080/4
#### What problem does this fea…
-
In order to support a grouping globals by category, let's add a `groupGlobalsBy(groupByFields, options)` function. Currently, you can only really group by category if the grouped identifiers are part …
-
The Anklang documentation is generated via Poxy + m.css, it's internal APIs are implemented in C++ and JS. Since Doxygen has no JS support, the JS docs are generatred via a [jsdoc2md.js](https://githu…
-
Hi,
Is there a possibility to generate short names?
`ConnectionConfig` instead of `pg-test-util/lib/types/connection-config.ConnectionConfig`
-
Given this input:
```js
import { pipe, toLower, split, join, filter } from 'ramda';
const randomChars = n =>
Math.random().toString(36).split('').slice(-(n)).join('');
const stripInvalid …
-
Hi!
I am using vuese at first time and I can see that is a very good solution for generate docs about vue components. However I can't see any mechanism for doc any other javascript utilities like v…
-
One of the issues i have using modules and libraries with jsish, is that the documentation and help system, while broad, is not deep. It is also not clear how to extend the help to cover my own code. …
timoc updated
2 years ago
-
The global docs at [doc.bionode.io](http://doc.bionode.io) result from the concatenation of all the [docco](http://jashkenas.github.io/docco) generated html files of each module (e.g., [bionode-ncbi d…
-
I have a module with multiple exported classes
Each class is in its own file in the libs folder. I consider them separate modules as but combined into one as they are related and some scripts only n…
-
I own the plugin https://github.com/DarrenPaulWright/dmd-readable where I remove the global index partial because I don't need it, but I would prefer to just change the default for global-index-format…