Skip to content

Commit b0910b6

Browse files
committed
Update documentation
1 parent 39bfbab commit b0910b6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

doc/rdoc/markup_reference.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -535,17 +535,6 @@
535535
# parameter +type+ is one of: +rdoc+ (the default), +markdown+, +rd+, +tomdoc+.
536536
# See {Markup Formats}[rdoc-ref:RDoc::Markup@Markup+Formats].
537537
#
538-
# ===== Directives for HTML Output
539-
#
540-
# - <tt># :title: _text_</tt>:
541-
#
542-
# - Appears on a line by itself.
543-
# - Specifies the title for the HTML output.
544-
#
545-
# - <tt># :main: _filename_</tt>:
546-
# - Appears on a line by itself.
547-
# - Specifies the HTML file to be displayed first.
548-
#
549538
# ===== Directives for Method Documentation
550539
#
551540
# - <tt># :call-seq:</tt>:

lib/rdoc/parser/c.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ def load_variable_map map_name
10971097
# */
10981098
#
10991099
# This method modifies the +comment+
1100+
# Both :main: and :title: directives are deprecated and will be removed in RDoc 7.
11001101

11011102
def look_for_directives_in context, comment
11021103
@preprocess.handle comment, context do |directive, param|

0 commit comments

Comments
 (0)