diff options
Diffstat (limited to 'help/devel/evolution-devel-guide.sgml')
-rw-r--r-- | help/devel/evolution-devel-guide.sgml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/help/devel/evolution-devel-guide.sgml b/help/devel/evolution-devel-guide.sgml new file mode 100644 index 0000000000..e1637cde3c --- /dev/null +++ b/help/devel/evolution-devel-guide.sgml @@ -0,0 +1,44 @@ +<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [ +<!entity evolution-calendar SYSTEM "calendar/evolution-calendar.sgml"> +<!entity calendar-architecture SYSTEM "calendar/architecture.sgml"> +<!entity calendar-reference SYSTEM "calendar/reference.sgml"> +<!entity CalClient SYSTEM "calendar/cal-client/sgml/cal-client.sgml"> +]> + +<book> + <bookinfo> + <title>Evolution Developer's Guide</title> + + <authorgroup> + <corpauthor> + Helix Code, Inc. + </corpauthor> + </authorgroup> + + <copyright> + <year>2000</year> + <holder>Helix Code, Inc.</holder> + </copyright> + </bookinfo> + + <!-- DocBook parts for each individual component --> + + &evolution-calendar; + + <!-- API Reference part --> + + <part> + <title>Evolution Public API Reference</title> + + <partintro> + <para> + This part presents the class and function reference for the + different libraries and interfaces that Evolution provides. + Classes are described together with their methods; individual + functions are grouped by functional group. + </para> + </partintro> + + &calendar-reference; + </part> +</book> |