test/jheader.html

Wed, 31 Aug 2016 16:20:58 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 31 Aug 2016 16:20:58 +0200
changeset 57
eba880c1705c
parent 27
53fd8595378c
child 60
9f25df78925e
permissions
-rw-r--r--

improves API and adds functions for strings

     1 <!DOCTYPE html>
     2 <html>
     3   <head>
     4     <title>c2html</title>
     5     <style type="text/css">
     6       span.c2html-lineno a {
     7         font-style: italic;
     8         text-decoration: none;
     9         color: grey;
    10       }
    11       span.c2html-keyword {
    12         color: blue;
    13       }
    14       span.c2html-macroconst {
    15         color: cornflowerblue;
    16       }
    17       span.c2html-type {
    18         color: teal;
    19       }
    20       span.c2html-directive {
    21         color: silver;
    22       }
    23       span.c2html-string {
    24         color: darkorange;
    25       }
    26       span.c2html-comment {
    27         color: grey;
    28       }
    29       span.c2html-stdinclude, span.c2html-userinclude, a.c2html-userinclude {
    30       }
    31     </style>
    32   </head>
    33   <body>

mercurial