summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/annotation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/annotation.md b/docs/dev/annotation.md
index 0f22de4c..d952baa6 100644
--- a/docs/dev/annotation.md
+++ b/docs/dev/annotation.md
@@ -43,6 +43,7 @@ Valid symbol types [include](https://api.binary.ninja/binaryninja.enums.SymbolTy
| ExternalSymbol | Symbols for data and code that reside outside the BinaryView |
| LibraryFunctionSymbol | Symbols for functions identified as belonging to a shared library |
| SymbolicFunctionSymbol | Symbols for functions without a concrete implementation or which have been abstractly represented|
+| LocalLabelSymbol | Symbol for a local label in the current binary |
## Tags