An open API service indexing awesome lists of open source software.

https://github.com/markuswntr/swift-apinotes

🏷️ Read and Write API notes files through Swift's Codable interface.
https://github.com/markuswntr/swift-apinotes

apinotes swift swift-codable swift-package

Last synced: about 1 month ago
JSON representation

🏷️ Read and Write API notes files through Swift's Codable interface.

Awesome Lists containing this project

README

          

# API Notes

A package to describe `.apinotes`-Files in Swift `Codable` fashion.

### `llvm/clang` references

- [Documentation](https://clang.llvm.org/docs/APINotes.html)
- [Header](https://github.com/llvm/llvm-project/blob/main/clang/include/clang/APINotes)
- [Implementation](https://github.com/llvm/llvm-project/blob/main/clang/lib/APINotes)