update api docs

This commit is contained in:
crazywhalecc
2023-01-15 15:57:27 +00:00
committed by github-actions[bot]
parent b0165e176a
commit a1c30c9217
456 changed files with 8720 additions and 3860 deletions

View File

@@ -4,18 +4,63 @@
<!-- Generated by graphviz version 7.0.5 (20221223.1930)
-->
<!-- Title: 类继承关系图 Pages: 1 -->
<svg width="62pt" height="27pt"
viewBox="0.00 0.00 62.00 27.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23)">
<svg width="297pt" height="64pt"
viewBox="0.00 0.00 297.00 64.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 60)">
<title>类继承关系图</title>
<!-- Node0 -->
<g id="node1" class="node">
<title>Node0</title>
<g id="a_node1"><a xlink:href="class_z_m_1_1_utils_1_1_cat_code.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="54,-19 0,-19 0,0 54,0 54,-19"/>
<text text-anchor="middle" x="27" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">CatCode</text>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="83,-37 0,-37 0,-18 83,-18 83,-37"/>
<text text-anchor="middle" x="41.5" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">CacheInterface</text>
</a>
</g>
</g>
<!-- Node1 -->
<g id="node2" class="node">
<title>Node1</title>
<g id="a_node2"><a xlink:href="interface_z_m_1_1_store_1_1_k_v_1_1_k_v_interface.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="187,-37 119,-37 119,-18 187,-18 187,-37"/>
<text text-anchor="middle" x="153" y="-25" font-family="Helvetica,sans-Serif" font-size="10.00">KVInterface</text>
</a>
</g>
</g>
<!-- Node0&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node0&#45;&gt;Node1</title>
<path fill="none" stroke="#63b8ff" d="M94.7,-27.5C102.86,-27.5 111.11,-27.5 118.7,-27.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="94.79,-24 84.79,-27.5 94.79,-31 94.79,-24"/>
</g>
<!-- Node2 -->
<g id="node3" class="node">
<title>Node2</title>
<g id="a_node3"><a xlink:href="class_z_m_1_1_store_1_1_k_v_1_1_light_cache.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="289,-56 223,-56 223,-37 289,-37 289,-56"/>
<text text-anchor="middle" x="256" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">LightCache</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M198.6,-35.89C206.72,-37.42 215.04,-38.98 222.71,-40.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="199.31,-32.46 188.84,-34.05 198.02,-39.34 199.31,-32.46"/>
</g>
<!-- Node3 -->
<g id="node4" class="node">
<title>Node3</title>
<g id="a_node4"><a xlink:href="class_z_m_1_1_store_1_1_k_v_1_1_redis_1_1_k_v_redis.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="283.5,-19 228.5,-19 228.5,0 283.5,0 283.5,-19"/>
<text text-anchor="middle" x="256" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">KVRedis</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M198.5,-19.57C208.58,-17.77 218.98,-15.92 228.07,-14.3"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="198.07,-16.09 188.84,-21.29 199.3,-22.98 198.07,-16.09"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 898 B

After

Width:  |  Height:  |  Size: 2.9 KiB