diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-21 21:19:16 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-21 21:19:16 +0800 |
commit | 1202a762f5b577d900f7009442cac7ab7b45d57b (patch) | |
tree | 541fef1f8f2db3d4e1366dc4f8cf0beaf862a4d3 /devel-docs/camel/camel-docs.sgml | |
parent | 50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9 (diff) | |
download | gsoc2013-evolution-1202a762f5b577d900f7009442cac7ab7b45d57b.tar gsoc2013-evolution-1202a762f5b577d900f7009442cac7ab7b45d57b.tar.gz gsoc2013-evolution-1202a762f5b577d900f7009442cac7ab7b45d57b.tar.bz2 gsoc2013-evolution-1202a762f5b577d900f7009442cac7ab7b45d57b.tar.lz gsoc2013-evolution-1202a762f5b577d900f7009442cac7ab7b45d57b.tar.xz gsoc2013-evolution-1202a762f5b577d900f7009442cac7ab7b45d57b.tar.zst gsoc2013-evolution-1202a762f5b577d900f7009442cac7ab7b45d57b.zip |
more documentation stuff
svn path=/trunk/; revision=863
Diffstat (limited to 'devel-docs/camel/camel-docs.sgml')
-rw-r--r-- | devel-docs/camel/camel-docs.sgml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel-docs/camel/camel-docs.sgml b/devel-docs/camel/camel-docs.sgml new file mode 100644 index 0000000000..a84fbd53b2 --- /dev/null +++ b/devel-docs/camel/camel-docs.sgml @@ -0,0 +1,16 @@ +<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [ +<!entity CamelService SYSTEM "sgml/camel-service.sgml"> +<!entity CamelStore SYSTEM "sgml/camel-store.sgml"> +]> + +<book> + <bookinfo> + <title>Camel Mail Library Reference Manual</title> + </bookinfo> + + <chapter id="camel-objects"> + <title>Camel Objects</title> + &CamelService; + &CamelStore; + </chapter> +</book> |