Minimalistic doc generation system (can parse GNUstep GSDoc or ObjC source code directly with SourceCodeKit)
Stars
4
Forks
2
Watchers
4
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
196
commits
7
commits
2
commits
1
commits
1
commits
Fixed parsing property types such as 'baseType <protocol>'
38d292cView on GitHubFixed to accept README, INSTALL and NEWS files even if they are suffixed e.g. README.md
27150e7View on GitHubDocGenerator: add -lclang to TOOL_LIBS to fix build on Ubuntu 13.10
355e169View on GitHubCleaned method and function HTML output to improve styling support (e.g. return type vs argument type)
e981b6bView on GitHubDocIndex now searches adopted protocols and superclasses to resolve local method
4f9dc6dView on GitHubImproved regex to support '/' inside comments and tweaked newlines in the output
9437a9fView on GitHubFixed setter generation issues and random crash while matching property documentation
0fd5851View on GitHubAdded a little script to rewrite ObjC properties as accessors
5afffc2View on GitHubRemoved CoreData.framework reference and Copy Files phase wrongly added in previous commit
9bd955fView on GitHub