Merge remote-tracking branch 'manage/master' into subtree
this merges master branch of https://github.com/helma-org/apps-manage-mirror into helma
This commit is contained in:
commit
ca2b08a5df
58 changed files with 2678 additions and 0 deletions
2
apps/manage/DocTag/author.skin
Normal file
2
apps/manage/DocTag/author.skin
Normal file
|
@ -0,0 +1,2 @@
|
|||
<li><b>Author</b><br/>
|
||||
<% this.text %>
|
2
apps/manage/DocTag/deprecated.skin
Normal file
2
apps/manage/DocTag/deprecated.skin
Normal file
|
@ -0,0 +1,2 @@
|
|||
<li><b>Deprecated</b><br/>
|
||||
<% this.text %>
|
1
apps/manage/DocTag/main.skin
Normal file
1
apps/manage/DocTag/main.skin
Normal file
|
@ -0,0 +1 @@
|
|||
<li><% this.text %>
|
3
apps/manage/DocTag/overrides.skin
Normal file
3
apps/manage/DocTag/overrides.skin
Normal file
|
@ -0,0 +1,3 @@
|
|||
<li><b>Overrides</b><br/>
|
||||
<% param.link %>
|
||||
|
2
apps/manage/DocTag/parameter.skin
Normal file
2
apps/manage/DocTag/parameter.skin
Normal file
|
@ -0,0 +1,2 @@
|
|||
<li><b>Parameter</b> <code><% this.name %></code>:<br/>
|
||||
<% this.text %>
|
2
apps/manage/DocTag/return.skin
Normal file
2
apps/manage/DocTag/return.skin
Normal file
|
@ -0,0 +1,2 @@
|
|||
<li><b>Returns</b><br>
|
||||
<% this.text %>
|
2
apps/manage/DocTag/see.skin
Normal file
2
apps/manage/DocTag/see.skin
Normal file
|
@ -0,0 +1,2 @@
|
|||
<li><b>See also</b><br>
|
||||
<% param.link %>
|
Loading…
Add table
Add a link
Reference in a new issue