From 6779f43dace09d8db010883577a0a025840ba7ab Mon Sep 17 00:00:00 2001 From: Jon Palmisciano Date: Thu, 8 Dec 2022 22:38:20 -0500 Subject: Fix capitalization on C++ API docs index --- .doxygen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.doxygen.h b/.doxygen.h index 7321d4bf..20ce48b5 100644 --- a/.doxygen.h +++ b/.doxygen.h @@ -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 -- cgit v1.3.1