Difference between revisions of "Documenting Interface Reference Documents"
(→Release 0.1) |
(→Release 0.1) |
||
Line 16: | Line 16: | ||
=== Release 0.1 === | === Release 0.1 === | ||
− | '''Goals: Document the following Storage API | + | '''Goals: Document the following Storage API Interfaces''' |
− | * mozIStorageService | + | * [http://developer.mozilla.org/en/docs/mozIStorageService mozIStorageService] |
− | * mozIStorageConnection | + | * [http://developer.mozilla.org/en/docs/mozIStorageConnection mozIStorageConnection] |
− | * mozIStorageStatement | + | * [http://developer.mozilla.org/en/docs/mozIStorageStatement mozIStorageStatement] |
− | * mozIStorageValueArray | + | * [http://developer.mozilla.org/en/docs/mozIStorageValueArray mozIStorageValueArray] |
− | * mozIStorageProgressHandler | + | * [http://developer.mozilla.org/en/docs/mozIStorageProgressHandler mozIStorageProgressHandler] |
Basically, the first thing that needs to be done is to start reading about the [http://developer.mozilla.org/en/docs/Storage Storage API]. Then read into the Storage API IDL files that contain information about set of interfaces that lets extensions store data in a local database. | Basically, the first thing that needs to be done is to start reading about the [http://developer.mozilla.org/en/docs/Storage Storage API]. Then read into the Storage API IDL files that contain information about set of interfaces that lets extensions store data in a local database. |
Revision as of 18:45, 17 October 2007
Contents
Project Name
Documenting Interface Reference Documents
Project Description
Mozilla is comprised of a number of interfaces that are used for programming it and for writing add-ons for it. And majority of them are undocumented. Therefore i would be sitting down and reading files that contain information about certain interfaces (IDL - Interface Definition Files) and transcribing that information into "Interface Reference Documents Format".
(See: http://developer.mozilla.org/en/docs/MDC:Writing_interface_reference_documentation)
Project Leader
Project Contributor(s)
Project Details
Release 0.1
Goals: Document the following Storage API Interfaces
- mozIStorageService
- mozIStorageConnection
- mozIStorageStatement
- mozIStorageValueArray
- mozIStorageProgressHandler
Basically, the first thing that needs to be done is to start reading about the Storage API. Then read into the Storage API IDL files that contain information about set of interfaces that lets extensions store data in a local database.
After that I will start documenting some of the Storage API IDL's into the MDC - Interfaces Documentation section.