1<?php 2/** 3 * Metadata for configuration manager plugin 4 * Additions for the description Plugin 5 * 6 * @author Matthias Schulte <mailinglist@lupo49.de> 7 */ 8 9$meta['keyword_source'] = array('multichoice','_choices' => array('abstract', 'global','syntax')); 10$meta['global_description'] = array('string'); 11 12//Setup VIM: ex: et ts=2 : 13