Lichen

Change of docs/wiki/Restarted

911:5c96e5ca1036
docs/wiki/Restarted
     1.1 --- a/docs/wiki/Restarted	Mon Apr 15 00:14:56 2019 +0200
     1.2 +++ b/docs/wiki/Restarted	Mon Aug 03 00:06:08 2020 +0200
     1.3 @@ -262,8 +262,8 @@
     1.4  //format=svg
     1.5  //transform=notugly
     1.6  digraph structures {
     1.7 -  node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Instance and class structures"];
     1.8 -  edge [fontsize="13.0",fontname="Helvetica",tooltip="Instance and class structures"];
     1.9 +  node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Instance and class structures"];
    1.10 +  edge [fontsize="13.0",fontname="sans-serif",tooltip="Instance and class structures"];
    1.11    rankdir=TB;
    1.12  
    1.13    instanceC [label="<main> instance of C |{ context of a | value of a }|{context of b | value of b }",shape=record];
    1.14 @@ -285,8 +285,8 @@
    1.15  //format=svg
    1.16  //transform=notugly
    1.17  digraph methods {
    1.18 -  node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Method structures"];
    1.19 -  edge [fontsize="13.0",fontname="Helvetica",tooltip="Method structures"];
    1.20 +  node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Method structures"];
    1.21 +  edge [fontsize="13.0",fontname="sans-serif",tooltip="Method structures"];
    1.22    rankdir=TB;
    1.23  
    1.24    classC [label="<main> class C | { context of m | <mvalue> uncallable for m } | ...",shape=record];