diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-11 17:16:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-11 17:16:51 +0000 |
commit | 5e455d86a5a5d8a59d1be5988f9769217208b603 (patch) | |
tree | 61b376a9356bdd6125f0fcc79ea8085475c7c28f /mandoc.h | |
parent | 4daa963c181b90eb8758f9cf7064f5926c509ced (diff) | |
download | mandoc-5e455d86a5a5d8a59d1be5988f9769217208b603.tar.gz |
style message about missing .Fn markup; inspired by mdoclint
Diffstat (limited to 'mandoc.h')
-rw-r--r-- | mandoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ enum mandocerr { MANDOCERR_ER_REP, /* duplicate errno: Er ... */ MANDOCERR_ND_DOT, /* description line ends with a full stop */ MANDOCERR_DELIM, /* no blank before trailing delimiter: macro ... */ + MANDOCERR_FUNC, /* function name without markup: name() */ MANDOCERR_WARNING, /* ===== start of warnings ===== */ |