lib/review/index_builder.rb in review-5.4.0 vs lib/review/index_builder.rb in review-5.5.0

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright (c) 2008-2021 Minero Aoki, Kenshi Muto, Masayoshi Takahashi, +# Copyright (c) 2008-2022 Minero Aoki, Kenshi Muto, Masayoshi Takahashi, # KADO Masanori # # This program is free software. # You can distribute or modify this program under the terms of # the GNU LGPL, Lesser General Public License version 2.1. @@ -512,9 +512,21 @@ compile_inline(caption) lines.each { |line| compile_inline(line) } end def inline_hd(_id) + '' + end + + def inline_secref(_id) + '' + end + + def inline_sec(_id) + '' + end + + def inline_sectitle(_id) '' end def inline_bib(_id) ''