mirror of
https://github.com/duke-git/lancet.git
synced 2026-03-01 00:35:28 +08:00
doc: format code in doc file
This commit is contained in:
@@ -789,7 +789,6 @@ func main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### <span id="Cos">Cos</span>
|
### <span id="Cos">Cos</span>
|
||||||
|
|
||||||
<p>计算弧度的余弦值</p>
|
<p>计算弧度的余弦值</p>
|
||||||
@@ -832,7 +831,6 @@ func main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### <span id="Sin">Sin</span>
|
### <span id="Sin">Sin</span>
|
||||||
|
|
||||||
<p>计算弧度的正弦值</p>
|
<p>计算弧度的正弦值</p>
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ import (
|
|||||||
<div STYLE="page-break-after: always;"></div>
|
<div STYLE="page-break-after: always;"></div>
|
||||||
|
|
||||||
## Index:
|
## Index:
|
||||||
|
|
||||||
- [Tag](#Tag)
|
- [Tag](#Tag)
|
||||||
- [Name](#Name)
|
- [Name](#Name)
|
||||||
- [Value](#Value)
|
- [Value](#Value)
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ import (
|
|||||||
<div STYLE="page-break-after: always;"></div>
|
<div STYLE="page-break-after: always;"></div>
|
||||||
|
|
||||||
## Index:
|
## Index:
|
||||||
|
|
||||||
- [New](#New)
|
- [New](#New)
|
||||||
- [ToMap](#ToMap)
|
- [ToMap](#ToMap)
|
||||||
- [Fields](#Fields)
|
- [Fields](#Fields)
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ import (
|
|||||||
<div STYLE="page-break-after: always;"></div>
|
<div STYLE="page-break-after: always;"></div>
|
||||||
|
|
||||||
## 目录:
|
## 目录:
|
||||||
|
|
||||||
- [New](#New)
|
- [New](#New)
|
||||||
- [ToMap](#ToMap)
|
- [ToMap](#ToMap)
|
||||||
- [Fields](#Fields)
|
- [Fields](#Fields)
|
||||||
|
|||||||
@@ -1322,7 +1322,6 @@ func main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### <span id="ContainsAll">ContainsAll</span>
|
### <span id="ContainsAll">ContainsAll</span>
|
||||||
|
|
||||||
<p>Return true if target string contains all the substrings.</p>
|
<p>Return true if target string contains all the substrings.</p>
|
||||||
@@ -1392,7 +1391,6 @@ func main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### <span id="RemoveWhiteSpace">RemoveWhiteSpace</span>
|
### <span id="RemoveWhiteSpace">RemoveWhiteSpace</span>
|
||||||
|
|
||||||
<p>Remove whitespace characters from a string. when set repalceAll is true removes all whitespace, false only replaces consecutive whitespace characters with one space.</p>
|
<p>Remove whitespace characters from a string. when set repalceAll is true removes all whitespace, false only replaces consecutive whitespace characters with one space.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user