bsdoc icon indicating copy to clipboard operation
bsdoc copied to clipboard

πŸ“š Documentation Generator for BuckleScript

Results 9 bsdoc issues
Sort by recently updated
recently updated
newest added

Hi does this support monorepo project ? I have some project with structure like this ``` . (root) |-> rescript-x |-> rescript-y ``` and want to run `bsdoc` in `root`...

I'd love the ability to "leave out" chunks of the module-path. For example, in a project named `bs-slash-create`, BuckleScript by default 'namespaces' the project's modules underneath a module of the...

Hello! I've been talking to @yawaramin about making this PR so don't think this is coming out of the blue πŸ˜„ The goal of this PR is to also distribute...

A heads-up: the way odoc should be driven will be changing in the near future (see https://github.com/ocaml/odoc/issues/460). We'll produce some docs on the new procedure when it's been finalised to...

``` yarn run bsdoc build MyProj --syntax=re yarn run bsdoc build MyProj --syntax=ml ```

enhancement
help wanted
good first issue

Command fails: ``` $ yarn run bsdoc support-files yarn run v1.15.2 $ /home/risto/git/bucklescript/foobar/node_modules/.bin/bsdoc support-files /bin/sh: /home/risto/git/bucklescript/foobar/node_modules/.bin/bsdoc: cannot execute binary file: Exec format error error Command failed with exit code 126....

bug
help wanted

I have a reasonml project with .rei files for each module. This lib, together with `odoc` generate beautiful documentation for specific modules, but don't seem to output a Table of...

Hi! Don’t know if anyone noticed :grin:, but when I compile `bsdoc`, I get a bunch of warnings: unused opens, unused variables, shadowed identifiers [and so on](https://gist.github.com/hoichi/39739d6ba02878ce469add8894980d34). Those shadowed identifiers...

enhancement
good first issue