[BACK]Return to validate.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/validate.c between version 1.47 and 1.50

version 1.47, 2009/01/21 17:56:32 version 1.50, 2009/02/21 21:00:06
Line 35  typedef int (*v_post)(struct mdoc *);
Line 35  typedef int (*v_post)(struct mdoc *);
 /* FIXME: some sections should only occur in specific msecs. */  /* FIXME: some sections should only occur in specific msecs. */
 /* FIXME: ignoring Pp. */  /* FIXME: ignoring Pp. */
 /* FIXME: math symbols. */  /* FIXME: math symbols. */
 /* FIXME: valid character-escape checks. */  /* FIXME: valid character-escape checks!!!! */
 /* FIXME: make sure required sections are included (NAME, ...). */  /* FIXME: make sure required sections are included (NAME, ...). */
   
 struct  valids {  struct  valids {
Line 707  pre_cd(struct mdoc *mdoc, struct mdoc_node *node)
Line 707  pre_cd(struct mdoc *mdoc, struct mdoc_node *node)
 static int  static int
 pre_it(struct mdoc *mdoc, struct mdoc_node *node)  pre_it(struct mdoc *mdoc, struct mdoc_node *node)
 {  {
   
           /* TODO: -width attribute must be specified for -tag. */
           /* TODO: children too big for -width? */
   
         if (MDOC_BLOCK != node->type)          if (MDOC_BLOCK != node->type)
                 return(1);                  return(1);

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.50

CVSweb