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