CocoaLumberjack Documentation https://cocoaLumberjack.github.io
This repository hosts the in source documentation for CocoaLumberjack. You can view this at cocoaLumberjack.github.io.
The documentation is auto-generated using Jazzy.
[sudo] gem install jazzy
jazzy \
--objc \
--author CocoaLumberjack \
--github_url https://github.com/CocoaLumberjack/CocoaLumberjack \
--github-file-prefix https://github.com/CocoaLumberjack/CocoaLumberjack/tree/3.6.1 \
--module-version 3.6.1 \
--umbrella-header Sources/CocoaLumberjack/Supporting\ Files/CocoaLumberjack.h \
--documentation=Documentation/\*.md \
--module CocoaLumberjack \
--output ../cocoaLumberjack.github.io \
--framework-root Sources
(assuming CocoaLumberjack and cocoaLumberjack.github.io live in the same folder)