lots of formatting fixes,
added functionindex to docapplication
This commit is contained in:
parent
7633e98eea
commit
604ab4f8ba
18 changed files with 219 additions and 116 deletions
|
@ -24,6 +24,7 @@ function link_macro (param) { return renderLink (this, param); }
|
|||
//// END OF COPIED FUNCTIONS
|
||||
|
||||
|
||||
|
||||
function headline_macro (param) {
|
||||
var p = this.getParentElement ();
|
||||
var handler = (p!=null) ? p.getName () : "";
|
||||
|
@ -77,7 +78,9 @@ function parameters_macro (param) {
|
|||
}
|
||||
|
||||
|
||||
|
||||
function type_macro (param) {
|
||||
return this.getTypeName ();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue