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

Diff for /mandoc/mdoc_html.c between version 1.36 and 1.37

version 1.36, 2009/10/22 18:55:32 version 1.37, 2009/10/24 05:52:13
Line 254  static const struct htmlmdoc mdocs[MDOC_MAX] = {
Line 254  static const struct htmlmdoc mdocs[MDOC_MAX] = {
         {mdoc__x_pre, mdoc__x_post}, /* %Q */          {mdoc__x_pre, mdoc__x_post}, /* %Q */
         {mdoc_sp_pre, NULL}, /* br */          {mdoc_sp_pre, NULL}, /* br */
         {mdoc_sp_pre, NULL}, /* sp */          {mdoc_sp_pre, NULL}, /* sp */
           {mdoc__x_pre, mdoc__x_post}, /* %U */
 };  };
   
   
Line 2147  static int
Line 2148  static int
 mdoc__x_pre(MDOC_ARGS)  mdoc__x_pre(MDOC_ARGS)
 {  {
         struct htmlpair tag;          struct htmlpair tag;
   
           /* TODO: %U. */
   
         switch (n->tok) {          switch (n->tok) {
         case(MDOC__A):          case(MDOC__A):

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb