change the translation of initialization and deinitialization
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="2.9" data-basepath=".." data-revision="1401979263302">
|
||||
<div class="book" data-level="2.9" data-basepath=".." data-revision="1402008022544">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -286,7 +286,7 @@
|
||||
<li class="chapter " data-level="2.14" data-path="chapter2/14_Initialization.html">
|
||||
|
||||
<a href="../chapter2/14_Initialization.html">
|
||||
<i class="fa fa-check"></i> <b>2.14.</b> 构造函数
|
||||
<i class="fa fa-check"></i> <b>2.14.</b> 构造过程
|
||||
</a>
|
||||
|
||||
|
||||
@ -295,7 +295,7 @@
|
||||
<li class="chapter " data-level="2.15" data-path="chapter2/15_Deinitialization.html">
|
||||
|
||||
<a href="../chapter2/15_Deinitialization.html">
|
||||
<i class="fa fa-check"></i> <b>2.15.</b> 析构函数
|
||||
<i class="fa fa-check"></i> <b>2.15.</b> 析构过程
|
||||
</a>
|
||||
|
||||
|
||||
@ -515,9 +515,9 @@
|
||||
|
||||
<a href="../chapter2/13_Inheritance.html" title="继承" class="chapter done " data-progress="2.13" style="left: 24.324324324324323%;"></a>
|
||||
|
||||
<a href="../chapter2/14_Initialization.html" title="构造函数" class="chapter done " data-progress="2.14" style="left: 27.027027027027028%;"></a>
|
||||
<a href="../chapter2/14_Initialization.html" title="构造过程" class="chapter done " data-progress="2.14" style="left: 27.027027027027028%;"></a>
|
||||
|
||||
<a href="../chapter2/15_Deinitialization.html" title="析构函数" class="chapter done " data-progress="2.15" style="left: 29.72972972972973%;"></a>
|
||||
<a href="../chapter2/15_Deinitialization.html" title="析构过程" class="chapter done " data-progress="2.15" style="left: 29.72972972972973%;"></a>
|
||||
|
||||
<a href="../chapter2/16_Automatic_Reference_Counting.html" title="自动引用计数" class="chapter done " data-progress="2.16" style="left: 32.432432432432435%;"></a>
|
||||
|
||||
@ -576,7 +576,7 @@
|
||||
|
||||
<div class="page-inner">
|
||||
|
||||
<section class="normal" id="section-gitbook_14">
|
||||
<section class="normal" id="section-gitbook_15">
|
||||
|
||||
<h3 id="-">类和结构体</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user