Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metamediatechnology/objective-c-markdown-document-generator
This is a tiny project developed to generate GitHub markdown document from Objective-C header files with HeaderDoc Tags for Longdo Map SDK for iOS.
https://github.com/metamediatechnology/objective-c-markdown-document-generator
Last synced: about 1 month ago
JSON representation
This is a tiny project developed to generate GitHub markdown document from Objective-C header files with HeaderDoc Tags for Longdo Map SDK for iOS.
- Host: GitHub
- URL: https://github.com/metamediatechnology/objective-c-markdown-document-generator
- Owner: MetamediaTechnology
- License: mit
- Created: 2015-08-28T08:15:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T08:27:05.000Z (over 9 years ago)
- Last Synced: 2023-03-03T13:05:53.193Z (almost 2 years ago)
- Language: Objective-C
- Size: 145 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Objective-C Markdown Document Generator
This is a project developed to generate GitHub markdown document from Objective-C header files with HeaderDoc Tags for Longdo Map SDK for iOS.The program is developed on PHP run via PHP command line.
```
php doc.php
```In the file, you can set ```INPUT_DIR``` for input header files, the program will load all header files there, and ```OUTPUT_DIR``` where the generated markdown will be written to.
The project is in very early state, it does not complete and not support all header tags. I implemented this to release documents for [Longdo Map SDK for iOS](https://github.com/MetamediaTechnology/longdo-map-demo-ios/blob/master/README.md#longdo-map-sdk-reference). Please feel free to medify and request for a merge if you wish. :)