diff options
Diffstat (limited to 'includes/install.inc')
-rw-r--r-- | includes/install.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/install.inc b/includes/install.inc index c2459e604..a6b63c69f 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -1066,12 +1066,12 @@ function drupal_check_module($module) { * 'Drupal'. * * Example of .info file: - * @verbatim + * @code * name = Minimal * description = Start fresh, with only a few modules enabled. * dependencies[] = block * dependencies[] = dblog - * @endverbatim + * @endcode * * @param profile * Name of profile. |