From c03957c2db8ff6c57f154cb27077bbb36e8cca43 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 5 Jun 2025 12:31:02 -0400 Subject: Fix and add code docs regarding FileMetadata view types vs view names --- binaryninjaapi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 6c9f8514..c36e21a2 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3176,14 +3176,14 @@ namespace BinaryNinja { /*! Get the BinaryView for a specific View type - \param name View name. e.g. ``Linear:ELF``, ``Graph:PE`` + \param name View type. e.g. ``ELF``, ``PE`` \return The BinaryView, if it exists */ BinaryNinja::Ref GetViewOfType(const std::string& name); - /*! List of View names that exist within the current file + /*! List of View types that exist within the current file - \return List of View Names + \return List of View Types */ std::vector GetExistingViews() const; -- cgit v1.3.1