swiftdoc-parser alternatives and similar libraries
Based on the "Documentation" category.
Alternatively, view swiftdoc-parser alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of swiftdoc-parser or a related project?
README
swiftdoc-parser
This project is no longer maintained. We're now using swift-doc to generate the SwiftDoc.org website.
Installation
These utilities are built on Node.js and use Graphviz for creating inheritance graphs. To install and run the utilities with these prerequisites:
- Clone or download the project.
- Install dependencies with
npm install
. - Use the parser to convert a Swift header to JSON with
./index.js --json-only <filename>
.
Other options:
$ ./index.js --help
Usage: node ./index.js [options] [file names...]
Options:
--json-only Output parsed headers as JSON only
--config Location of a configuration file
--output-dir Output directory [default: "./output"]
--url-prefix URL prefix for generated links [default: "/"]
Contributions
Issues and pull requests should be filed in this repository for problems relating to:
- incorrect or missing declarations
- truncated or missing comments
- errors in hierarchy graphs
For errors in the SwiftDoc.org site itself, see the site's repository instead.
Contact
Follow @SwiftDocOrg on Twitter.
License
All code is available under the MIT License. Autogenerated documentation is © 2015 Apple, Inc. All other content is released under the Creative Commons BY-NC License.
*Note that all licence references and agreements mentioned in the swiftdoc-parser README section above
are relevant to that project's source code only.