remove not required files

This commit is contained in:
rachguo
2023-07-19 15:07:53 -07:00
parent c07d49294b
commit 071c82ffd7
21 changed files with 1 additions and 1261 deletions
-17
View File
@@ -1,17 +0,0 @@
# Objective-C API Documentation
The API should be documented with comments in the [public header files](../include).
## Documentation Generation
The [Jazzy](https://github.com/realm/jazzy) tool is used to generate documentation from the code.
To generate documentation, from the repo root, run:
```bash
jazzy --config objectivec/docs/jazzy_config.yaml --output <output directory>
```
The generated documentation website files will be in `<output directory>`.
[main_page.md](./main_page.md) contains content for the main page of the generated documentation website.