1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #25646 from y-yagi/refer_to_rails_command_instead_of_rake

refer to rails command instead of rake in doc of `SourceAnnotationExtractor`
This commit is contained in:
Vipul A M 2016-07-02 02:18:06 -07:00 committed by GitHub
commit bda7ef08f4

View file

@ -1,9 +1,9 @@
# Implements the logic behind the rake tasks for annotations like
#
# rake notes
# rake notes:optimize
# rails notes
# rails notes:optimize
#
# and friends. See <tt>rake -T notes</tt> and <tt>railties/lib/rails/tasks/annotations.rake</tt>.
# and friends. See <tt>rails -T notes</tt> and <tt>railties/lib/rails/tasks/annotations.rake</tt>.
#
# Annotation objects are triplets <tt>:line</tt>, <tt>:tag</tt>, <tt>:text</tt> that
# represent the line where the annotation lives, its tag, and its text. Note