Opened 10 years ago
Closed 10 years ago
#35149 closed enhancement (wontfix)
Add function inter-linking in phpDocs (wp-includes/taxonomy.php)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Taxonomy | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
See the attached patch.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
We're in the process of adding automagical auto-linking to the code reference for known functions, classes, and methods. I've created #meta1483 to track that.
Per the inline documentation standards, the only elements we should be "auto-linking" manually with inline
@seetags going forward are hooks, which are not supported by phpDoc out of the box.