diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-05-09 11:29:40 +0200 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-05-09 11:29:48 +0200 |
| commit | fe37cf4f4da7be3888e192fc88dd315732ba43cd (patch) | |
| tree | c4911bc7c25c955824b66bca442ed396467d37e4 /docs/guide | |
| parent | 5085822747449420649264534611187762443099 (diff) | |
remove duplicate platform types
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/types/index.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/guide/types/index.md b/docs/guide/types/index.md index acf1046c..49ad8a65 100644 --- a/docs/guide/types/index.md +++ b/docs/guide/types/index.md @@ -13,6 +13,5 @@ Additionally, several types of containers for type information are documented he - [Platform Types](platformtypes.md): Types that automatically apply to a platform - [Type Archives](typearchives.md): How you can use type archives to share types between analysis databases - [Signature Libraries](../../dev/annotation.md#signature-library): Signature libraries are used to match names of functions with signatures for code that is statically compiled -- [Platform Types](platformtypes.md): Platform types are base types that apply to all binaries on a particular platform -Additionally, make sure to see the [applying annotations](../../dev/annotation.md) section of the developer guide for information about using the API with types and covering the creation of many of the items described below.
\ No newline at end of file +Additionally, make sure to see the [applying annotations](../../dev/annotation.md) section of the developer guide for information about using the API with types and covering the creation of many of the items described below. |
