From 90ba5141e31f73760148000ed0d98d9b7c612a63 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 3 Jul 2017 17:33:05 +0000 Subject: report trailing delimiters after macros where they are usually a mistake; the idea came up in a discussion with Thomas Klausner --- mandoc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mandoc.h') diff --git a/mandoc.h b/mandoc.h index ecc8eda0..2c7cdaee 100644 --- a/mandoc.h +++ b/mandoc.h @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.240 2017/07/03 13:40:19 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.241 2017/07/03 17:33:05 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -62,8 +62,8 @@ enum mandocerr { MANDOCERR_BX, /* consider using OS macro: macro */ MANDOCERR_ER_ORDER, /* errnos out of order: Er ... */ 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_DELIM, /* trailing delimiter: macro ... */ + MANDOCERR_DELIM_NB, /* no blank before trailing delimiter: macro ... */ MANDOCERR_FUNC, /* function name without markup: name() */ MANDOCERR_WARNING, /* ===== start of warnings ===== */ -- cgit v1.2.3-56-ge451