1
0
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:
dudaodong
2023-06-15 10:13:27 +08:00
parent fffabd0ffa
commit 957568ed5c
13 changed files with 472 additions and 473 deletions

View File

@@ -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>

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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>