* @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2005 Nigel McNie * @version 1.1.0 * */ $this->_childContexts = array( new GeSHiContext('doxygen', $DIALECT, 'tag'), new GeshiContext('doxygen', $DIALECT, 'link'), new GeSHiContext('html', $DIALECT, 'tag') ); $this->_styler->setStyle($CONTEXT, 'color:#555;font-style:italic;'); $this->_contextStyleType = GESHI_STYLE_COMMENTS; ?>