/** @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 \
Maks Orlovich \
Apple Computer, Inc.
Richard Moore \
Daegeun Lee \
Marco Pinelli \
Christian Kirsch \ @maintainers Maks Orlovich \
Harri Porten \ @licenses @lgpl */ // DOXYGEN_REFERENCES = tdecore // DOXYGEN_SET_PROJECT_NAME = KJS // DOXYGEN_SET_EXCLUDE_PATTERNS += */wtf/* // DOXYGEN_SET_EXCLUDE_PATTERNS += */kjs/*.cpp */kjs/*.h // vim:ts=4:sw=4:expandtab:filetype=doxygen