Popularity
1.3
Stable
Activity
0.6
-
45
2
7

Programming language: Groff
Tags: Documentation    

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.

Do you think we are missing an alternative of swiftdoc-parser or a related project?

Add another 'Documentation' Library

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:

  1. Clone or download the project.
  2. Install dependencies with npm install.
  3. 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.