]> git.cameronkatri.com Git - mandoc.git/commitdiff
warn about calling non-callable macros
authorIngo Schwarze <schwarze@openbsd.org>
Thu, 20 Nov 2014 02:21:27 +0000 (02:21 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Thu, 20 Nov 2014 02:21:27 +0000 (02:21 +0000)
TODO

diff --git a/TODO b/TODO
index 8ad4670db29c442cf42080ddd269037f7b6aad7f..b63226227f74d094369b194cce476909c8849772 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.187 2014/11/09 00:54:58 schwarze Exp $
+* $Id: TODO,v 1.188 2014/11/20 02:21:27 schwarze Exp $
 ************************************************************************
 
 Many issues are annotated for difficulty as follows:
@@ -493,6 +493,14 @@ are mere guesses, and some may be wrong.
   Fri, 14 Feb 2014 18:54:42 +0100 (CET)
   loc *  exist **  algo **  size *  imp **
 
+- warn about attempts to call non-callable macros
+  Steffen Nurpmeso  Tue, 11 Nov 2014 22:55:16 +0100
+  Note that formatting is inconsistent in groff.
+  .Fn Po prints "Po()", .Ar Sh prints "file ..." and no "Sh".
+  Relatively hard because the relevant code is scattered
+  all over mdoc_macro.c and all subtly different.
+  loc **  exist **  algo **  size **  imp **
+
 - warn about "new sentence, new line"
   loc **  exist **  algo ***  size *  imp **