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

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

version 1.48, 2009/02/21 14:56:58 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 709  pre_it(struct mdoc *mdoc, struct mdoc_node *node)
Line 709  pre_it(struct mdoc *mdoc, struct mdoc_node *node)
 {  {
   
         /* TODO: -width attribute must be specified for -tag. */          /* 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.48  
changed lines
  Added in v.1.50

CVSweb