1.18 (checked in on 2009/06/10 at 16:14:49 by dries)
This file contains the code registry parser engine.
| Name | Description |
|---|---|
| registry_get_parsed_files | Return the list of files in registry_file |
| _registry_get_resource_name | Derive the name of the next resource in the token stream. |
| _registry_parse_file | Parse a file and save its function and class listings. |
| _registry_parse_files | Parse all files that have changed since the registry was last built, and save their function and class listings. |
| _registry_rebuild | @see registry_rebuild. |
| _registry_skip_body | Skip the body of a code block, as defined by { and }. |