mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
{"extras": ["link-patterns"],
|
|
"link_patterns": [
|
|
(re.compile("recipe\s+(\d+)", re.I), r"http://code.activestate.com/recipes/\1/"),
|
|
(re.compile("(?:komodo\s+)?bug\s+(\d+)", re.I), r"http://bugs.activestate.com/show_bug.cgi?id=\1"),
|
|
],
|
|
}
|
|
|