wrongdoc.git  about / heads / tags
RDoc done right (IMNSHO)
blob 5c42a83f0560a3b3aa5295e4e79cea9ded56f362 561 bytes (raw)
$ git show HEAD:Documentation/dotwrongdoc.5.ronn	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
dotwrongdoc(5) -- wrongdoc config file format
=============================================

## SYNOPSIS

A YAML file in the top-level project directory named ".wrongdoc.yml"

## DESCRIPTION

As wrongdoc favors consistency over configuration, there is minimal
configuration to deal with.

## KEYS

`rdoc_url`, `cgit_url` should be obvious

`merge_html` is a key-value mapping of (empty) RDoc source files to an
HTML file that will be merged into RDoc after-the-fact.  It is useful
for merging non-RDoc generated HTML into the project.

## SEE ALSO

wrongdoc(1)

git clone https://yhbt.net/wrongdoc.git