Home
last modified time | relevance | path

Searched refs:filterDoxygenAttributes (Results 1 – 2 of 2) sorted by relevance

/plugin/doxycode/syntax/
Dsnippet.php203 json_encode($buildmanager->filterDoxygenAttributes($conf, true)) . $text
206 json_encode($buildmanager->filterDoxygenAttributes($conf, false)) . $text
255 … $conf['taskID'] = md5(json_encode($buildmanager->filterDoxygenAttributes($conf)));
390 … $xml_cacheID = md5(json_encode($buildmanager->filterDoxygenAttributes($conf, false)) . $text);
391 … $html_cacheID = md5(json_encode($buildmanager->filterDoxygenAttributes($conf, true)) . $text);
/plugin/doxycode/helper/
Dbuildmanager.php148 $this->filterDoxygenAttributes($config, false),
169 'Configuration' => json_encode($this->filterDoxygenAttributes($config, true), true)
719 public function filterDoxygenAttributes($config, $exclude = false) function in helper_plugin_doxycode_buildmanager