You are here

function cctags_help in cctags 8

Same name and namespace in other branches
  1. 6 cctags.module \cctags_help()
  2. 7 cctags.module \cctags_help()

Implementation of hook_help

File

./cctags.module, line 11

Code

function cctags_help($path) {
  switch ($path) {
    case 'admin/help#cctags':
      return t('Provides a tag cloud interface and additional processing capabilities dictionaries.');
  }
}