Skip to content

Commit

Permalink
Add yard-tomdoc
Browse files Browse the repository at this point in the history
This adds the ability for developers to document their code using tomdoc[1]
instead of the YARD format and have the generated output respect those
directives.

Fixes docmeta#62

[1]: http://tomdoc.org/
  • Loading branch information
jacobbednarz committed Nov 17, 2015
1 parent a81c6a3 commit f234300
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ gem 'version_sorter'
gem 'yard', :git => 'git://github.com/lsegal/yard'
gem 'yard-rails'
gem 'yard-kramdown'
gem 'yard-tomdoc'
gem 'yard-sd'
gem 'yard-redcarpet-ext', '~> 0.0.3'
gem 'i18n'
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ GEM
thread_safe (0.1.2)
atomic
tilt (1.4.1)
tomparse (0.4.2)
tzinfo (0.3.37)
version_sorter (2.0.0)
yard-kramdown (0.0.1)
Expand All @@ -70,6 +71,9 @@ GEM
yard-redcarpet-ext (0.0.3)
yard (~> 0.8.0)
yard-sd (0.0.4)
yard-tomdoc (0.7.1)
tomparse (>= 0.4.0)
yard

PLATFORMS
ruby
Expand Down Expand Up @@ -102,3 +106,4 @@ DEPENDENCIES
yard-rails
yard-redcarpet-ext (~> 0.0.3)
yard-sd
yard-tomdoc
1 change: 1 addition & 0 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
require 'yard-sd'
require 'yard-rails'
require 'yard-kramdown'
require 'yard-tomdoc'
require 'yard-redcarpet-ext'

YARD::Server::Adapter.setup
Expand Down

0 comments on commit f234300

Please sign in to comment.