* Do not rely on Java classes to implement IPathElement.
Implement all necessary features such as href() and getChildElement() ourselves instead. * Add missing classes to class.properties. * Display actual line numbers in function source macro.
This commit is contained in:
parent
c9463fe57a
commit
694139d897
6 changed files with 47 additions and 26 deletions
|
@ -21,5 +21,7 @@ helma.framework.core.Application = Application
|
|||
helma.doc.DocApplication = DocApplication
|
||||
helma.doc.DocPrototype = DocPrototype
|
||||
helma.doc.DocFunction = DocFunction
|
||||
helma.doc.DocProperties = DocFunction
|
||||
helma.doc.DocSkin = DocFunction
|
||||
helma.doc.DocTag = DocTag
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue