Markus Armbruster <[email protected]> writes: > Vladimir Sementsov-Ogievskiy <[email protected]> writes: > >> Add explicit validation for QAPI documentation formatting rules: >> >> 1. Lines must not exceed 70 columns in width (including '# ' prefix) >> 2. Sentences must be separated by two spaces >> >> Example sections are excluded, we don't require them to be <= 70, >> that would be too restrictive. >> >> Example sections share common 80-columns recommendations (not >> requirements). >> >> Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]> >> --- >> >> Hi all! >> >> This substitutes my previous attempt >> "[PATCH v2 00/33] qapi: docs: width=70 and two spaces between sentences" >> Supersedes: <[email protected]> >> >> v3: >> 01: ignore example sections >> other commits: dropped :) >> >> Of course, this _does not_ build on top of current master. v3 is >> to be based on top of coming soon doc-cleanup series by Markus. > > I'll post this today.
Make that tomorrow: docs/interop/firmware.json needs cleanup, or else "make check" fails. Going to throw in docs/interop/vhost-user.json for good measure. [...]
