Skip to content

Commit 82c599e

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents e7dde22 + 442f3d7 commit 82c599e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,7 @@ Or if you prefer run `:DookuGenerate` three times. This is only necessary the fi
115115
* **How can I add support for a new language?** On the `backends` directory, copy the file `doxygen.lua`, and and use it as base to add your new documentation generator. On `options.lua`, copy all the doxygen specific options, and rename them to the language you are adding. Finally, on `commands.lua`, add your language to the if condition of the functions `generate`, `open`, and `auto_setup`, so your backend is recognized and loaded. Don't forget to send your PR so everyone can benefit from it!
116116
* **Where do that cheesy name come from?** From [Star Wars](https://starwars.fandom.com/wiki/Dooku).
117117
* **Is this plugin based on some other** This is a lua port of the vim plugin [vim-dooku](https://github.com/Zeioth/vim-dooku).
118+
119+
## Roadmap
120+
* In order to ensure windows compatibility we must use `jobstart`and `jobstop`.
121+
* We could change the `args` options to get a string instead of a table, which is desireable.

0 commit comments

Comments
 (0)