function geshifilter_help in GeSHi Filter for syntax highlighting 5
Same name and namespace in other branches
- 8.2 geshifilter.module \geshifilter_help()
- 8 geshifilter.module \geshifilter_help()
- 5.2 geshifilter.module \geshifilter_help()
- 6 geshifilter.module \geshifilter_help()
- 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.");
}
}