Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4373

Show
Ignore:
Timestamp:
05/28/06 23:05:08 (2 years ago)
Author:
david
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/CHANGELOG

    r4364 r4373  
    11*SVN* 
     2 
     3* Added lib/ to the directories that will get application docs generated [DHH] 
    24 
    35* Add observer generator. Closes #5167. [francois.beausoleil@gmail.com] 
  • trunk/railties/lib/tasks/documentation.rake

    r3680 r4373  
    77    rdoc.rdoc_files.include('doc/README_FOR_APP') 
    88    rdoc.rdoc_files.include('app/**/*.rb') 
     9    rdoc.rdoc_files.include('lib/**/*.rb') 
    910  } 
    1011