summaryrefslogtreecommitdiff
path: root/lib/rdoc/include.rb
blob: 75ed9c7bffd1e3b8b3cc7ab7fcc0306343e3ef72 (plain)
1
2
3
4
5
6
7
8
9
##
# A Module included in a class with \#include
#
#   RDoc::Include.new 'Enumerable', 'comment ...'

class RDoc::Include < RDoc::Mixin

end