Skip to content

Commit

Permalink
Fix capitalization on C++ API docs index
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpalmisc committed Dec 9, 2022
1 parent 4bde3b7 commit 6779f43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .doxygen.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -206,4 +206,4 @@
\ingroup coreapi
*/

#endif
#endif

0 comments on commit 6779f43

Please sign in to comment.