Sha256: 1e8c3d973765e83dae57e00a710d0f2bcee1fe9497421800e7438aadc6e0d022

Contents?: true

Size: 669 Bytes

Versions: 4

Compression:

Stored size: 669 Bytes

Contents

Usage:
  rdoc_link_checker html_dirpath options

The argument is the path to a directory containing a tree
of RDoc-generated HTML files, such as those generated by command

  rdoc --visibility=private --op html . # Note the trailing dot.

Options:
  --onsite_only   Check link targets only on pages in the file tree at <html_dirpath>,
                  and not those on other local pages or those on the web.
  --no_toc        Do not check links on the TOC page (table_of_contents.html).
  --version       Print the version and exit.
  --help          Print this help and exit.

The output is file <html_dirpath>/Report.htm, which reports broken links.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rdoc_link_checker-0.6.0 doc/help.txt
rdoc_link_checker-0.5.0 doc/help.txt
rdoc_link_checker-0.4.0 doc/help.txt
rdoc_link_checker-0.3.0 doc/help.txt