This patch makes the code style in the three database include files consistent with Drupal standards, and adds a wealth of Doxygen-style comments to aid developers in writing solid database access code using the API.

CommentFileSizeAuthor
#4 includes.patch49.41 KBJonBob
#2 module.patch7.56 KBJonBob
database_0.patch24.33 KBJonBob
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

Committed to HEAD.

JonBob’s picture

Title: Code style and documentation for database abstraction layer » Code style and documentation enhancements
Component: database system » module system
FileSize
7.56 KB

The same treatment, this time for module.inc.

Dries’s picture

Committed to HEAD.

JonBob’s picture

Component: module system » base system
FileSize
49.41 KB

Another documentation improvement. This one's a big one that affects most of the includes directory.

Steven’s picture

Anonymous’s picture