*/ if (!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/'); if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); class syntax_plugin_yuml_activitydiagram extends syntax_plugin_yuml_usecase { protected $special_pattern = '.*?'; protected $handle_pattern = '/(.*)<\/activitydiagram>/is'; protected $yuml_type = 'activity'; }