diff options
| author | Jon Palmisciano <jp@jonpalmisc.com> | 2022-12-08 22:38:20 -0500 |
|---|---|---|
| committer | Jon Palmisciano <jp@jonpalmisc.com> | 2022-12-08 22:40:07 -0500 |
| commit | 6779f43dace09d8db010883577a0a025840ba7ab (patch) | |
| tree | 80fc8aa3a6b237b585da246b5ff092d8e00cdc40 /.doxygen.h | |
| parent | 4bde3b75c0e1cae3c1e20cc8c03efc1241a3b657 (diff) | |
Fix capitalization on C++ API docs index
Diffstat (limited to '.doxygen.h')
| -rw-r--r-- | .doxygen.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,14 +13,14 @@ Welcome to the Binary Ninja C++ API Docs! - Documentation here has been grouped into several "modules", similar to the python api documentation. + Documentation here has been grouped into several "modules", similar to the Python API documentation. The "Namespaces" and "Classes" groups can also be used to view a *complete* listing of available classes, structures, and enums. */ -/*! The Core set of pure C definitions that the C++ API (and rust/python APIs) wrap. +/*! The core set of pure C definitions that the C++ API (and Rust/Python APIs) wrap. The **vast** majority of the time, you should use the clases and utilities provided by the C++, Python, or Rust APIs instead. @@ -206,4 +206,4 @@ \ingroup coreapi */ -#endif
\ No newline at end of file +#endif |
