/**
 * See devel_start() which registers this function as a shutdown function.
 */
function devel_shutdown() {

should be like this (?)

/**
 * See devel_boot() which registers this function as a shutdown function.
 */
function devel_shutdown() {
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Scyther’s picture

Status: Active » Needs review
FileSize
467 bytes

Patch

Scyther’s picture

Title: Fix for documentation for devel_shutdown » Documentation fix for devel_shutdown
salvis’s picture

Status: Needs review » Fixed

Looking at http://api.drupal.org/api/devel/devel.module/function/devel_shutdown/8 as it is now, the provided information is not exactly thrilling, even with your correction.

I fixed it some more and pushed it to 8/7, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.