Documentation for 1bfd46e92c

This commit is contained in:
github-actions
2023-06-16 21:23:15 +00:00
parent 14deeecd50
commit e93ea7c42d
7241 changed files with 54781 additions and 234178 deletions

View File

@@ -1,7 +1,5 @@
<map id="others/paranthesis_matching.cpp" name="others/paranthesis_matching.cpp">
<area shape="rect" id="Node000001" title="Perform paranthesis matching." alt="" coords="21,5,149,46"/>
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,77,120"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="76,48,57,82,53,79,72,45"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="100,94,161,120"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="99,45,119,80,114,82,94,48"/>
<area shape="rect" id="node1" title="Perform paranthesis matching." alt="" coords="21,5,149,46"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,94,77,120"/>
<area shape="rect" id="node3" title=" " alt="" coords="100,94,161,120"/>
</map>

View File

@@ -1 +1 @@
f631a55fff2bc516409fad9da02e4d46
04365573788e3ecd29a9c355f7fedf41

View File

@@ -6,22 +6,12 @@
<!-- Title: others/paranthesis_matching.cpp Pages: 1 -->
<svg width="124pt" height="94pt"
viewBox="0.00 0.00 124.38 93.75" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 89.75)">
<title>others/paranthesis_matching.cpp</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<g id="node1" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Perform paranthesis matching.">
<g id="a_node1"><a xlink:title="Perform paranthesis matching.">
<polygon fill="#999999" stroke="#666666" points="107.88,-85.75 11.62,-85.75 11.62,-55.25 107.88,-55.25 107.88,-85.75"/>
<text text-anchor="start" x="19.62" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">others/paranthesis</text>
<text text-anchor="middle" x="59.75" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_matching.cpp</text>
@@ -29,55 +19,34 @@
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<g id="node2" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:title=" ">
<g id="a_node2"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="53.5,-19.25 0,-19.25 0,0 53.5,0 53.5,-19.25"/>
<text text-anchor="middle" x="26.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M51.59,-54.95C47.24,-47.19 41.85,-37.56 37.2,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="39.78,-27.71 31.84,-20.7 33.67,-31.14 39.78,-27.71"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<g id="node3" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:title=" ">
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="116.38,-19.25 71.12,-19.25 71.12,0 116.38,0 116.38,-19.25"/>
<text text-anchor="middle" x="93.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M68.15,-54.95C72.68,-47.1 78.32,-37.35 83.15,-28.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="86.54,-31.11 88.51,-20.7 80.48,-27.61 86.54,-31.11"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -1,58 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
-->
<!-- Title: others/paranthesis_matching.cpp Pages: 1 -->
<svg width="124pt" height="94pt"
viewBox="0.00 0.00 124.38 93.75" 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 89.75)">
<title>others/paranthesis_matching.cpp</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title="Perform paranthesis matching.">
<polygon fill="#999999" stroke="#666666" points="107.88,-85.75 11.62,-85.75 11.62,-55.25 107.88,-55.25 107.88,-85.75"/>
<text text-anchor="start" x="19.62" y="-72.25" font-family="Helvetica,sans-Serif" font-size="10.00">others/paranthesis</text>
<text text-anchor="middle" x="59.75" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00">_matching.cpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="53.5,-19.25 0,-19.25 0,0 53.5,0 53.5,-19.25"/>
<text text-anchor="middle" x="26.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M51.59,-54.95C47.24,-47.19 41.85,-37.56 37.2,-29.26"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="39.78,-27.71 31.84,-20.7 33.67,-31.14 39.78,-27.71"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="116.38,-19.25 71.12,-19.25 71.12,0 116.38,0 116.38,-19.25"/>
<text text-anchor="middle" x="93.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">cstring</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M68.15,-54.95C72.68,-47.1 78.32,-37.35 83.15,-28.99"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="86.54,-31.11 88.51,-20.7 80.48,-27.61 86.54,-31.11"/>
</a>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB