2.09 python doc strings | Python 文档字符串 fixed #41

This commit is contained in:
林万程
2023-08-27 14:24:04 +08:00
parent c86901c4be
commit 54f102fdfb
4 changed files with 58 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group 'io.github.linwancen'
version '2.08.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
version '2.09.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
repositories {
mavenCentral()
@@ -87,6 +87,7 @@ patchPluginXml {
changeNotes = """
<h2>English Change Notes:</h2>
<ul>
<li>2.09 Add line-end-comment support Python doc strings
<li>2.08 Add i18n and chinese
<li>2.07 Add global-setting reset default
<li>2.06 Add project-view-tree xx-abc.xxx from Abc.java doc
@@ -124,6 +125,7 @@ patchPluginXml {
<h2>中文更新说明:</h2>
<ul>
<li>2.09 增加 行末注释 支持 Python 文档字符串
<li>2.08 增加 多语言与中文支持
<li>2.07 增加 全局设置 复位默认值
<li>2.06 增加 文件树注释 xx-abc.xxx 来自 Abc.java 的文档注释