test/header.html

Wed, 31 Aug 2016 14:41:56 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 31 Aug 2016 14:41:56 +0200
changeset 55
bf54085ce341
parent 27
53fd8595378c
child 59
643a3ccecd61
permissions
-rw-r--r--

adds appropriate public API

     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: cornflowerblue;
    19       }
    20       span.c2html-directive {
    21         color: green;
    22       }
    23       span.c2html-string {
    24         color: darkorange;
    25       }
    26       span.c2html-comment {
    27         color: grey;
    28       }
    29       span.c2html-stdinclude {
    30         color: darkorange;
    31       }
    32       span.c2html-userinclude {
    33         color: darkorange;
    34       }
    35       a.c2html-userinclude {
    36         color: darkorange;
    37         text-decoration: underline;
    38       }
    39     </style>
    40   </head>
    41   <body>

mercurial