diff options
| author | Xusheng <xusheng@vector35.com> | 2020-11-16 17:51:46 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-02-17 12:05:47 +0800 |
| commit | d9b1df165f9daad6a5229718ecd0ee50a5ef6bf1 (patch) | |
| tree | 6307b8c16c80f8203bdb96ebc3d54a8d9f10b3bf /docs/about | |
| parent | b651141704a555cf0b6c53152ab0f70d011ec8af (diff) | |
add support for type xref and variable xref
Diffstat (limited to 'docs/about')
| -rw-r--r-- | docs/about/open-source.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 0aaee432..d7e782bb 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -21,6 +21,7 @@ The previous tools are used in the generation of our documentation, but are not - [libxcb] ([libxcb license] - MIT) - [sourcecodepro] ([sourcecodepro license] - SIL open font license) - [rlcompleter] ([python license] - Python Software Foundation License 2) + - [QCheckboxCombo] ([QCheckboxCombo License] - MIT) * Core - [discount] ([discount license] - BSD) @@ -124,4 +125,6 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [curl license]: https://github.com/curl/curl/blob/master/COPYING [curl]: https://github.com/curl/curl [nom license]: https://github.com/Geal/nom/blob/master/LICENSE -[nom]: https://github.com/Geal/nom
\ No newline at end of file +[nom]: https://github.com/Geal/nom +[QCheckboxCombo]: https://github.com/CuriousCrow/QCheckboxCombo +[QCheckboxCombo License]: https://github.com/CuriousCrow/QCheckboxCombo/blob/master/LICENSE
\ No newline at end of file |
