| Add the markup directive to require-only files
Initially, I thought we could skip files that only have require or
require_relative calls, because they have no API. However, that exception
difficults a bit knowing which files are pending.
Let's KISS this and add the directive to them too. |