module YARD::Templates::Helpers::HtmlHelper

def url_for_frameset

Other tags:
    Since: - 0.8.0

Returns:
  • (String) - the URL pointing to the frames page
def url_for_frameset
  url_for_file("frames.html")
end