Posted by joachim on April 13, 2008 at 1:01pm
Jump to:
| Project: | API |
| Version: | master |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
On http://api.drupal.org/api/function/hook_install/6, the link to http://drupal.org/node/146843 is shown only as plain text.
Comments
#1
This is an API module issue, as the module does not currently parse URL's.
#2
I think API does if they're marked up properly -- at least I think I've seen URLs working in other API pages.
#3
If you can find some I'll look up how they're being marked up, I looked for a bit and was unable to find any.
#4
Found some external links here:
http://api.drupal.org/api/function/db_connect/4.6
and a link to a drupal.org node here (search for the word 'handbook'):
http://api.drupal.org/api/file/developer/topics/forms_api_reference.html/6
#5
Actually, neither of these is a valid example: the db_connect() links are PHP functions, and api.module by defaults builds references to PHP functions, and the FAPI reference page is a plain HTML page, which can use any HTML formatting. But you can create links using
!@link http://www.example.com Link description @endlink!#6
Committed a fix.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.