You are here

function geshifilter_help in GeSHi Filter for syntax highlighting 5

Same name and namespace in other branches
  1. 8.2 geshifilter.module \geshifilter_help()
  2. 8 geshifilter.module \geshifilter_help()
  3. 5.2 geshifilter.module \geshifilter_help()
  4. 6 geshifilter.module \geshifilter_help()
  5. 7 geshifilter.module \geshifilter_help()

Implementation of hook_help()

File

./geshifilter.module, line 10

Code

function geshifilter_help($section) {
  switch ($section) {
    case 'admin/modules#description':
      return t("Provides tags for syntax-highlighting code automatically.");
  }
}