1e874628fSMatthias Schulte<?php 2*d409808bSgithub-actions[bot] 3e874628fSMatthias Schulte/** 4e874628fSMatthias Schulte * Options for the description Plugin 5e874628fSMatthias Schulte */ 6e874628fSMatthias Schulte 7e874628fSMatthias Schulte$conf['keyword_source'] = 'abstract'; // where to get the keywords from 8e874628fSMatthias Schulte$conf['global_description'] = ''; // Take this as keyword string when option is set to 'global' 9e874628fSMatthias Schulte 10e874628fSMatthias Schulte//Setup VIM: ex: et ts=2 : 11