Skip to content

Commit

Permalink
chore: add content to cc
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 8, 2024
1 parent cd1451d commit 77b3f4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ data class CodeContainer(
*/
var Fields: List<CodeField> = listOf(),
var Containers: List<CodeContainer> = listOf(),
@Since("2.2.5")
var Content: String = "",
) {
fun buildSourceCode(codeLines: List<String>) {
this.DataStructures.map { ds ->
Expand Down
3 changes: 3 additions & 0 deletions chapi-domain/src/main/kotlin/chapi/domain/core/Since.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
package chapi.domain.core

/**
* This annotation is used to mark the version of the API that a particular class or member was added.
*/
annotation class Since(val value: String)
2 changes: 1 addition & 1 deletion docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permalink: /
> language source code into a unified abstract model, simplifying cross-language development. Chapi
> 是一个通用层次抽象解析器与信息转换器,它可以将不同编程语言的源代码转换为统一的层次抽象模型。
Chapi => Cha Pi => Tea Pi => Tea π => 茶 π. See on in
Chapi => Cha + Pi => Tea Pi => Tea π => 茶 π. See on in
refs: [Tea if by sea, cha if by land](https://qz.com/1176962/map-how-the-word-tea-spread-over-land-and-sea-to-conquer-the-world/).

Chapi (pronoounce /tʃɑpi/) also pronounce XP in Chinese if you always call X in 叉.
Expand Down

0 comments on commit 77b3f4d

Please sign in to comment.