Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit b4f7b32

Browse files
committed
change the comments to javadoc style
1 parent 71e6605 commit b4f7b32

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

templates/ActionContent.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// |ActionHint|
1+
2+
/**
3+
* |ActionHint| Action
4+
**/
25
function |Action|() {
36

4-
}
7+
}

templates/ControllerContent.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
component extends="Controller" {
22

3+
/**
4+
* Controller config settings
5+
**/
36
function config() {
47

58
}

0 commit comments

Comments
 (0)