Posted by kiamlaluno on August 30, 2011 at 11:07pm
7 followers
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | needs backport to D7 |
Issue Summary
API page: http://api.drupal.org/api/drupal/modules--node--node.module/function/nod...
The "Parameters" section is showing HTML tags as if they were plain text.

The issue is also present in the pages for Drupal 6, and Drupal 7.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| node_title_list | Drupal API.png | 31.33 KB | Ignored: Check issue status. | None | None |
Comments
#1
After checking out the Doxygen formatting conventions and referencing other parts of the module, I think
node_comment_statisticsshould be wrapped in curly brackets andcomment_countshould be wrapped in quotation marks (the existing code tags should be removed).#2
Thanks for the patch!
The curly brackets are definitely a good idea. I think the field name doesn't need to be in quotes though?
Also, could you:
a) Change "DB" to "database" in the first line of that @param
b) Re-wrap the paragraph lines so they are as close to 80 characters as possible without going over
Thanks!
#3
#4
Thanks! Looks good to me, for 7.x/8.x.
#5
Committed to 8.x, moving to 7.x for webchick.
#6
#3: fix-node-title-list-doc_patch1_1264894_2.patch queued for re-testing.
#7
Committed and pushed to 7.x. Thanks!
#8
Automatically closed -- issue fixed for 2 weeks with no activity.