mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add doc string operator+
This commit is contained in:
parent
5e83aa2c79
commit
b692583906
9 changed files with 391 additions and 30 deletions
|
@ -38,7 +38,7 @@
|
|||
<script type="text/javascript" src="../../../_static/doctools.js"></script>
|
||||
<link rel="top" title="Sprout 1.0 documentation" href="../../../index.html" />
|
||||
<link rel="up" title="Sprout.String" href="../index.html" />
|
||||
<link rel="next" title="operator==" href="operator-equal_to.html" />
|
||||
<link rel="next" title="operator+" href="operator-plus.html" />
|
||||
<link rel="prev" title="Sprout.String" href="../index.html" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<a href="../../../genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="operator-equal_to.html" title="operator=="
|
||||
<a href="operator-plus.html" title="operator+"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="../index.html" title="Sprout.String"
|
||||
|
@ -78,8 +78,8 @@
|
|||
<p class="topless"><a href="../index.html"
|
||||
title="previous chapter">Sprout.String</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="operator-equal_to.html"
|
||||
title="next chapter">operator==</a></p>
|
||||
<p class="topless"><a href="operator-plus.html"
|
||||
title="next chapter">operator+</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="../../../_sources/libs/string/basic_string/swap-global.txt"
|
||||
|
@ -170,7 +170,7 @@
|
|||
<a href="../../../genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="operator-equal_to.html" title="operator=="
|
||||
<a href="operator-plus.html" title="operator+"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="../index.html" title="Sprout.String"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue