<?php
/**
 * Disclosure Summary element component for the adhoctags plugin
 *
 * Defines  <summary> ... </summary> syntax
 * More info: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Anika Henke <anika@selfthinker.org>
 * @author     Sascha Leib <sascha.leib(at)kolmio.com>
 */

class syntax_plugin_adhoctags_summary extends syntax_plugin_adhoctags_abstractheadline {

	protected $tag	= 'summary';

}