From 2e74d0a19579c8f5dee38c5b8a7660549746146b Mon Sep 17 00:00:00 2001 From: kat Date: Sun, 23 Oct 2022 05:27:30 -0400 Subject: Several documentation improvements and fixes - Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs --- ui/commands.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ui/commands.h') diff --git a/ui/commands.h b/ui/commands.h index 3530e8ad..b0ed34be 100644 --- a/ui/commands.h +++ b/ui/commands.h @@ -5,6 +5,12 @@ #include "render.h" #include "uicontext.h" +/*! + @addtogroup commands + \ingroup uiapi + @{ +*/ + bool BINARYNINJAUIAPI undefineNameForAddress(BinaryViewRef data, uint64_t addr); bool BINARYNINJAUIAPI undefineNameForLocalVariable( BinaryViewRef data, FunctionRef func, const BinaryNinja::Variable& var); @@ -46,3 +52,7 @@ std::string BINARYNINJAUIAPI createStructureName(BinaryViewRef data); std::optional BINARYNINJAUIAPI getSplitVariableForAssignment( FunctionRef func, BNFunctionGraphType ilType, uint64_t location, const BinaryNinja::Variable& var); + +/*! + @} +*/ -- cgit v1.3.1