aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-06 22:50:24 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-12-06 22:50:37 +0530
commitd1bf7db55d08ddd73f204df7fc1f7e08ff6f7b97 (patch)
treebc6050915a132aac1301ad26b95a69650f2a120e /railties
parentcec909d938ba2ff43293249291ce91320a7fbf05 (diff)
downloadrails-d1bf7db55d08ddd73f204df7fc1f7e08ff6f7b97.tar.gz
rails-d1bf7db55d08ddd73f204df7fc1f7e08ff6f7b97.tar.bz2
rails-d1bf7db55d08ddd73f204df7fc1f7e08ff6f7b97.zip
rxml and rhtml are no longer searched for source code annotations
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/command_line.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile
index 3fa6c059e1..7a3da134ac 100644
--- a/railties/guides/source/command_line.textile
+++ b/railties/guides/source/command_line.textile
@@ -420,7 +420,7 @@ The +doc:+ namespace has the tools to generate documentation for your app, API d
h4. +notes+
-+rake notes+ will search through your code for comments beginning with FIXME, OPTIMIZE or TODO. The search is only done in files with extension +.builder+, +.rb+, +.rxml+, +.rhtml+ and +.erb+ for both default and custom annotations.
++rake notes+ will search through your code for comments beginning with FIXME, OPTIMIZE or TODO. The search is only done in files with extension +.builder+, +.rb+ and +.erb+ for both default and custom annotations.
<shell>
$ rake notes