=================================================================== RCS file: /cvs/docbook2mdoc/node.h,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- docbook2mdoc/node.h 2019/04/15 19:15:19 1.29 +++ docbook2mdoc/node.h 2019/04/16 14:58:19 1.30 @@ -1,4 +1,4 @@ -/* $Id: node.h,v 1.29 2019/04/15 19:15:19 schwarze Exp $ */ +/* $Id: node.h,v 1.30 2019/04/16 14:58:19 schwarze Exp $ */ /* * Copyright (c) 2014 Kristaps Dzonsons * Copyright (c) 2019 Ingo Schwarze @@ -31,7 +31,8 @@ enum nodeclass { CLASS_TRANS, /* Transparent: only the children are shown. */ CLASS_LINE, /* Generates only simple in-line macros. */ CLASS_ENCL, /* Explicit or implicit partial blocks. */ - CLASS_BLOCK /* Output linebreak before and after. */ + CLASS_BLOCK, /* Output linebreak before and after. */ + CLASS_NOFILL /* Block preserving leading whitespace. */ }; /*