Out of curiosity, does anyone use or know of a tool that helps in enforcing non-code documentation standards? For example, check for prohibited words and regexp patterns, adhere to certain requirements (must have a title, author, etc).
Essentially in many ways like the "idnits" tool used by the IETF (
http://tools.ietf.org/tools/idnits/), but without all the rules coded in a bash script... I can always write one that way, but I'm trying to find a way for non-programmers to more easily provide rules as well.