Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.48.2.21 (checked in on 2008/01/26 at 03:34:44 by drumm)
Generates and displays API documentation pages.
This is an implementation of a subset of the Doxygen documentation generator specification, tuned to produce output that best benefits the Drupal code base. It is designed to assume the code it documents follows Drupal coding conventions, and supports the following Doxygen constructs: @ mainpage @ file @ defgroup @ ingroup @ addtogroup (as a synonym of @ ingroup) @ param @ return @ link
| Name | Description |
|---|---|
| API_RE_FILENAME | Regular expression for matching file names. |
| Name | Description |
|---|---|
| api_autocomplete | Prepare a listing of potential documentation matches for a branch. |
| api_block | |
| api_cron | Implementation of hook_cron(). |
| api_get_active_branch | |
| api_get_branches | |
| api_help | Implementation of hook_help() |
| api_link_code | Turn function names into links. |
| api_link_documentation | Turn function and file names into links. This is done on output because the identifiers which are linked frequently change. |
| api_link_name | Link an object name to its documentation. |
| api_menu | Implementation of hook_menu(). |
| api_page_admin | Menu callback; displays the administration page. |
| api_page_admin_form | |
| api_page_admin_form_submit | |
| api_page_branch | Menu callback; displays the main documentation page. |
| api_page_constant | Menu callback; displays documentation for a constant. |
| api_page_file | Menu callback; displays documentation for a file. |
| api_page_file_source | Menu callback; displays source code for a file. |
| api_page_function | Menu callback; displays documentation for a function. |
| api_page_function_dump | Menu callback; produces a textual listing of all functions for use in IDEs. |
| api_page_function_references | Menu callback; displays all functions that reference another function. |
| api_page_global | Menu callback; displays documentation for a global. |
| api_page_group | Menu callback; displays documentation for a group. |
| api_page_listing | Menu callback; displays an object listing. |
| api_perm | Implementation of hook_perm(). |
| api_php_manual_index_form | |
| api_php_manual_index_form_submit | |
| api_reindex_form | |
| api_reindex_form_submit | |
| api_render_listing | Render a table with an overview of documentation objects. |
| api_scan_directories | Find all the files in the directories specified for a branch. |
| api_search_form | |
| api_search_form_submit | |
| api_search_listing | Menu callback; perform a global search for documentation. |
| api_simpletest | |
| api_split | Split a string using a regular expression and process the text using callbacks. |
| _api_link_documentation | |
| _api_listing_headers |