From f8f7ae14bec054170d69d8fd4de0c453b3c34798 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 24 Jul 2016 20:09:48 -0400 Subject: add initial api documentation for C++, C, and Python generated with sphinx, breathe, and doxygen mostly working on the framework, lots left undocumented --- api-docs/source/ConsoleLogging_c++.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 api-docs/source/ConsoleLogging_c++.rst (limited to 'api-docs/source/ConsoleLogging_c++.rst') diff --git a/api-docs/source/ConsoleLogging_c++.rst b/api-docs/source/ConsoleLogging_c++.rst new file mode 100644 index 00000000..f5b0bcc7 --- /dev/null +++ b/api-docs/source/ConsoleLogging_c++.rst @@ -0,0 +1,29 @@ +Console Logging +=============== +BNLogLevel +---------- +.. doxygenenum:: BNLogLevel + +Log +--- +.. doxygenfunction:: Log + +LogDebug +-------- +.. doxygenfunction:: LogDebug + +LogInfo +-------- +.. doxygenfunction:: LogInfo + +LogWarn +-------- +.. doxygenfunction:: LogWarn + +LogError +-------- +.. doxygenfunction:: LogError + +LogAlert +-------- +.. doxygenfunction:: LogAlert -- cgit v1.3.1