Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[更新] ドキュメントを更新 #88

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/localize.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ const localize = {
<td class="type">XMLDocument</td>
<td>Pass XML parseFromString with DOMParser</td>
</tr>
<tr>
<td>xml2js</td>
<td class="type"><a href="./type/types/_types_format_xml2js.Xml2jsPacket.html">Xml2jsPacket</a></td>
<td>Pass object parsed with xml2js</td>
</tr>
<tr>
<td>formatted</td>
<td class="type"><a href="./type/types/_types_format_formatted.formattedComment.html">formattedComment</a>[] |<a href="./type/types/_types_format_formatted.formattedLegacyComment.html">formattedLegacyComment</a>[]</td>
Expand Down Expand Up @@ -121,6 +126,11 @@ const localize = {
<td class="type">XMLDocument</td>
<td>saccubusやniconicome等が生成したXMLをDOMParserでparseFromStringしたものを渡してください<br>後方互換のためフォーマット名「niconicome」もサポートしていますが、今後予告なく実装から削除される場合があります</td>
</tr>
<tr>
<td>xml2js</td>
<td class="type"><a href="./type/types/_types_format_xml2js.Xml2jsPacket.html">Xml2jsPacket</a></td>
<td>xml形式のコメントをxml2jsでパースしたオブジェクトを渡してください</td>
</tr>
<tr>
<td>formatted</td>
<td class="type"><a href="./type/types/_types_format_formatted.formattedComment.html">formattedComment</a>[] |<a href="./type/types/_types_format_formatted.formattedLegacyComment.html">formattedLegacyComment</a>[]</td>
Expand Down
Loading