Changeset 6918
- Timestamp:
- 08/26/07 23:42:17 (1 year ago)
- Files:
-
- doc/jaws2/en/books/internals/book.xml (modified) (1 diff)
- doc/jaws2/en/books/internals/coress/reference.xml (modified) (2 diffs)
- doc/jaws2/en/books/internals/jawsobj/reference.xml (added)
- doc/jaws2/en/books/internals/specialclasses/reference.xml (added)
- doc/jaws2/en/books/internals/specialclasses/sections (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/jaws2/en/books/internals/book.xml
r6915 r6918 1 1 <book> 2 2 <title>Internals and API documentation</title> 3 4 <para> 5 The Jaws 2 internals were completly refactored to accomodate the PHP 6 6 technology. In this section will be described the internal workings of 7 the Jaws 2 API. 8 </para> 9 10 &books.internals.coress.reference; 11 &books.internals.jawsobj.reference; 12 <!--&books.internals.specialclasses.reference;--> 3 13 </book> doc/jaws2/en/books/internals/coress/reference.xml
r6912 r6918 1 <?xml version="1.0" encoding="utf-8"?> 2 <refentry xml:id="ref.internals.coress" xmlns="http://docbook.org/ns/docbook"> 1 <chapter> 3 2 <title>Core subsystems</title> 4 <titleabbrev>Core subsystems</title >3 <titleabbrev>Core subsystems</titleabbrev> 5 4 6 5 <partintro> … … 13 12 members of the Jaws object. 14 13 </para> 15 </partintro> 16 17 &ref.internals.coress.sections; 18 </refentry> 14 </partintro> 15 </chapter>
