Opened 10 years ago
Closed 10 years ago
#30552 closed defect (bug) (fixed)
Inline Docs: Fix core DocBlock formatting and cross referencing
Reported by: | DrewAPicture | Owned by: | DrewAPicture |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description (last modified by )
Per the Formatting Guidelines in the inline docs standards for PHP in the Core Contributor Handbook most parts of DocBlocks (excluding the Summary) support some limited markdown formatting and inline @see
tags for cross-referencing other functions, hooks, classes, and methods.
See #30473 for fixes related to removing invalid formatting in DocBlocks.
This will serve as a tracking ticket for commits related to formatting that DocBlock information. This formatting effort is specifically important now that we're leveraging the Code Reference for displaying the parsed core documentation.
Attachments (1)
Change History (13)
#2
@
10 years ago
- Keywords has-patch added
- Owner set to DrewAPicture
- Status changed from new to accepted
30552.diff covers backtick-escaping inline code in DocBlocks for all dynamic hooks in core.
Note: See
TracTickets for help on using
tickets.
Dynamic hook docs