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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | fix-node-title-list-doc_patch1_1264894_2.patch | 857 bytes | James_Stallings |
| #1 | fix-node-title-list-documentation-formatting-1264894.patch | 683 bytes | devin carlson |
| node_title_list | Drupal API.png | 31.33 KB | avpaderno |
Comments
Comment #0.0
avpadernoInlined the screenshot.
Comment #1
devin carlson commentedAfter 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).Comment #2
jhodgdonThanks 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!
Comment #3
James_Stallings commentedComment #4
jhodgdonThanks! Looks good to me, for 7.x/8.x.
Comment #5
catchCommitted to 8.x, moving to 7.x for webchick.
Comment #6
jhodgdon#3: fix-node-title-list-doc_patch1_1264894_2.patch queued for re-testing.
Comment #7
webchickCommitted and pushed to 7.x. Thanks!
Comment #8.0
(not verified) commentedAdded a reference to the pages for the other Drupal versions.