It looks like a missing asterisk is preventing phptemplate_node from being properly documented on api.drupal.org. I've attached a patch.

CommentFileSizeAuthor
phptemplate.engine.patch.txt336 bytesduncf

Comments

styro’s picture

Title: phptemplate_node documentation does not appear on api.drupal.org » formatting bug in docstring stops api module listing phptemplate_node()

(slightly more specific title)

I can confirm that this patch still applies correctly to HEAD and that the API module properly picks up phptemplate_node afterwards.

It would be nice to get this committed and backported. It would have to be one of the easiest patches to review :)

styro’s picture

Component: Documentation » Code
Priority: Minor » Normal

It would be nice to get this trivial patch committed. Just bumping it up a bit in the hope of getting it noticed.

styro’s picture

Project: PHPTemplate » Drupal core
Version: master » 5.x-dev
Component: Code » theme system

It looks like this bug/patch is no longer relevant to the new Drupal 6 theme system (?)

But it would still be nice to get it applied to the 5 and possibly 4.7 branches - changing the version to 5.x-dev.

I've also changed the project to Drupal, as it looks like the PHPTemplate project was just for 4.6 era stuff when it was a separate download.

drumm’s picture

Version: 5.x-dev » 6.x-dev

Committed to 5.

dries’s picture

Status: Reviewed & tested by the community » Fixed

I don't think this is still relevant for CVS HEAD. Marking this as 'fixed'.

Anonymous’s picture

Status: Fixed » Closed (fixed)