We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535c5e3 commit 4954e4fCopy full SHA for 4954e4f
lib/rubygems_plugin.rb
@@ -1,5 +1,13 @@
1
# frozen_string_literal: true
2
3
+# If this file is exist, RDoc generates and removes documents by rubygems plugins.
4
+#
5
+# In follwing cases,
6
+# RubyGems directly exectute RDoc::RubygemsHook.generation_hook and RDoc::RubygemsHook#remove to generate and remove documents.
7
8
+# - RDoc is used as a default gem.
9
+# - RDoc is a old version that doesn't have rubygems_plugin.rb.
10
+
11
require_relative 'rdoc/rubygems_hook'
12
13
# To install dependency libraries of RDoc, you need to run bundle install.
0 commit comments