/** @mainpage Trinity JavaScript/EcmaScript Engine
This library provides an ECMAScript compatible interpreter. The ECMA standard
is based on well known scripting languages such as Netscape's JavaScript and
Microsoft's JScript.
@authors
Harri Porten \<[email protected]\><br>
Maks Orlovich \<[email protected]\><br>
Apple Computer, Inc.<br>
Richard Moore \<[email protected]\><br>
Daegeun Lee \<[email protected]\><br>
Marco Pinelli \<[email protected]\><br>
Christian Kirsch \<[email protected]\>
@maintainers
Maks Orlovich \<[email protected]\><br>
Harri Porten \<[email protected]\>
@licenses
@lgpl
*/
// DOXYGEN_REFERENCES = tdecore
// DOXYGEN_SET_PROJECT_NAME = KJS
// DOXYGEN_SET_EXCLUDE_PATTERNS += */wtf/*
// DOXYGEN_SET_EXCLUDE_PATTERNS += */kjs/*.cpp */kjs/*.h