diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2018-08-27 16:23:36 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2018-08-27 16:23:36 -0400 |
| commit | a173cda05dcc95c352e6659398de257978efa4c5 (patch) | |
| tree | 25f9917502b0f6c9217c62dacd7813d1782cb91f /docs/dev | |
| parent | be65d155e3d8913fcf579efff9df94f40b95203f (diff) | |
fix mkdoc command
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/documentation.md b/docs/dev/documentation.md index 830bd4ec..16a1c9ee 100644 --- a/docs/dev/documentation.md +++ b/docs/dev/documentation.md @@ -27,7 +27,7 @@ To contribute to the Binary Ninja documentation, first sign the [contribution li Changing documentation for the API itself is fairly straight forward. Use [doxygen style comment blocks](https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html) in C++ and C, and [restructured text blocks](http://thomas-cokelaer.info/tutorials/sphinx/docstring_python.html) for python for the source. The user documentation is located in the `api/docs/` folder and the API documentation is generated from the config in the `api/api-docs` folder. !!! Tip "Tip" - When updating user documentation, the `mkdoc serve` feature is particularly helpful. + When updating user documentation, the `mkdocs serve` feature is particularly helpful. [contribution license agreement]: https://binary.ninja/cla.pdf [Vector 35]: https://vector35.com/ |
