On http://api.drupal.org/api/function/theme_table, all versions, there's this text:

Here's an example for $rows: @verbatim $rows = array( // Simple row array( 'Cell 1', 'Cell 2', 'Cell 3' ), // Row with attributes on the row and some of its cells. array( 'data' => array('Cell 1', array('data' => 'Cell 2', 'colspan' => 2)), 'class' => 'funky' ) ); @endverbatim

Looks like some sort of doxygen thingy isn't getting handled properly or hasn't been entered properly.

Comments

Barry Madore’s picture

Project: Documentation » Drupal core
Version: » 7.x-dev
Component: Documentation in CVS » documentation

Moving

lilou’s picture

Status: Active » Postponed

@verbatim isn't support by api module.

see : #265301: Support of @verbatim tags

jhodgdon’s picture

Status: Postponed » Fixed

@verbatim has now been removed from all files in Drupal source, and the above page looks fine.

Status: Fixed » Closed (fixed)

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