Modify ↓
Opened 2 years ago
Closed 9 days ago
#13599 closed defect (fixed)
The first parameter in the API docs for the interface's methods is incorrectly stripped
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.6.1 |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
apidoc: Fixed disappeared first positional argument of methods in |
||
API Changes: | |||
Internal Changes: |
Description
- https://www.edgewall.org/docs/trac-trunk/html/api/trac_web_api.html#trac.web.api.IRequestHandler.match_request
- Missing
req
parameter
- Missing
- https://trac.readthedocs.io/en/latest/api/trac_web_api.html#trac.web.api.IRequestHandler.match_request
- The API docs outdated but
req
parameter is not stripped
- The API docs outdated but
Attachments (0)
Change History (3)
comment:1 by , 2 years ago
Milestone: | 1.6 → 1.6.1 |
---|
comment:2 by , 10 days ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 9 days ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
We could fix it using custom documentater like the following:
doc/conf.py