Skip to content

Commit

Permalink
Added lib/ to the directories that will get application docs generate…
Browse files Browse the repository at this point in the history
…d [DHH]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4373 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed May 28, 2006
1 parent ea51d72 commit d84ba8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN* *SVN*


* Added lib/ to the directories that will get application docs generated [DHH]

* Add observer generator. Closes #5167. [francois.beausoleil@gmail.com] * Add observer generator. Closes #5167. [francois.beausoleil@gmail.com]


* Session migration generator obeys pluralize_table_names. #5145 [james.adam@gmail.com] * Session migration generator obeys pluralize_table_names. #5145 [james.adam@gmail.com]
Expand Down
1 change: 1 addition & 0 deletions railties/lib/tasks/documentation.rake
Expand Up @@ -6,6 +6,7 @@ namespace :doc do
rdoc.options << '--line-numbers' << '--inline-source' rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('doc/README_FOR_APP') rdoc.rdoc_files.include('doc/README_FOR_APP')
rdoc.rdoc_files.include('app/**/*.rb') rdoc.rdoc_files.include('app/**/*.rb')
rdoc.rdoc_files.include('lib/**/*.rb')
} }


desc "Generate documentation for the Rails framework" desc "Generate documentation for the Rails framework"
Expand Down

0 comments on commit d84ba8b

Please sign in to comment.