From c8bef7267b0ec3b36167b679263bbfd4834a5b88 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 30 Sep 2024 18:42:03 -0400 Subject: Use title for generation of function analysis actions. --- binaryninjaapi.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 6dd1aa3b..898a1711 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -16271,8 +16271,9 @@ namespace BinaryNinja { Prevent these from having docs autogenerated twice, due to an odd quirk with doxygen */ template <> - std::vector Settings::QueryProperty>( - const std::string& key, const std::string& property); + std::string Settings::QueryProperty(const std::string& key, const std::string& property); + template <> + std::vector Settings::QueryProperty>(const std::string& key, const std::string& property); template <> bool Settings::Get(const std::string& key, Ref view, BNSettingsScope* scope); template <> -- cgit v1.3.1