summaryrefslogtreecommitdiff
path: root/lib/rdoc.rb
blob: 0d2dc26764ecb87a668067e826a59584ccff7d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##
# :include: rdoc/README

module RDoc

  ##
  # RDoc version you are using

  VERSION = "2.0.0"

  ##
  # Name of the dotfile that contains the description of files to be processed
  # in the current directory

  DOT_DOC_FILENAME = ".document"

end