Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2008 at 10:28 UTC
Updated:
29 Mar 2010 at 18:00 UTC
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
Comment #1
Barry Madore commentedMoving
Comment #2
lilou commented@verbatim isn't support by api module.
see : #265301: Support of @verbatim tags
Comment #3
jhodgdon@verbatim has now been removed from all files in Drupal source, and the above page looks fine.