Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

api.module

Version

1.48.2.21 (checked in on 2008/01/26 at 03:34:44 by drumm)

Description

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

Constants

Namesort iconDescription
API_RE_FILENAMERegular expression for matching file names.

Functions

Namesort iconDescription
api_autocompletePrepare a listing of potential documentation matches for a branch.
api_block
api_cronImplementation of hook_cron().
api_get_active_branch
api_get_branches
api_helpImplementation of hook_help()
api_link_codeTurn function names into links.
api_link_documentationTurn function and file names into links. This is done on output because the identifiers which are linked frequently change.
api_link_nameLink an object name to its documentation.
api_menuImplementation of hook_menu().
api_page_adminMenu callback; displays the administration page.
api_page_admin_form
api_page_admin_form_submit
api_page_branchMenu callback; displays the main documentation page.
api_page_constantMenu callback; displays documentation for a constant.
api_page_fileMenu callback; displays documentation for a file.
api_page_file_sourceMenu callback; displays source code for a file.
api_page_functionMenu callback; displays documentation for a function.
api_page_function_dumpMenu callback; produces a textual listing of all functions for use in IDEs.
api_page_function_referencesMenu callback; displays all functions that reference another function.
api_page_globalMenu callback; displays documentation for a global.
api_page_groupMenu callback; displays documentation for a group.
api_page_listingMenu callback; displays an object listing.
api_permImplementation of hook_perm().
api_php_manual_index_form
api_php_manual_index_form_submit
api_reindex_form
api_reindex_form_submit
api_render_listingRender a table with an overview of documentation objects.
api_scan_directoriesFind all the files in the directories specified for a branch.
api_search_form
api_search_form_submit
api_search_listingMenu callback; perform a global search for documentation.
api_simpletest
api_splitSplit a string using a regular expression and process the text using callbacks.
_api_link_documentation
_api_listing_headers