diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-22 02:33:38 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:13:25 +0800 |
commit | c675132de1981a140cf3341b7b1c3cd08862b54b (patch) | |
tree | 93012f4996ebbaf5383b235d7942272f1fced5d2 /doc/reference/shell/eshell-docs.sgml | |
parent | b674497bccae2ec2ac914714d34961a9517a8aa7 (diff) | |
download | gsoc2013-evolution-c675132de1981a140cf3341b7b1c3cd08862b54b.tar gsoc2013-evolution-c675132de1981a140cf3341b7b1c3cd08862b54b.tar.gz gsoc2013-evolution-c675132de1981a140cf3341b7b1c3cd08862b54b.tar.bz2 gsoc2013-evolution-c675132de1981a140cf3341b7b1c3cd08862b54b.tar.lz gsoc2013-evolution-c675132de1981a140cf3341b7b1c3cd08862b54b.tar.xz gsoc2013-evolution-c675132de1981a140cf3341b7b1c3cd08862b54b.tar.zst gsoc2013-evolution-c675132de1981a140cf3341b7b1c3cd08862b54b.zip |
Document EExtensible and EExtension.
The mechanism here is simple but hard to explain without leaning heavily
on object-oriented jargon. Consider this a rough draft. Illustrations
would certainly help clarify.
Diffstat (limited to 'doc/reference/shell/eshell-docs.sgml')
-rw-r--r-- | doc/reference/shell/eshell-docs.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/shell/eshell-docs.sgml b/doc/reference/shell/eshell-docs.sgml index 99948f5007..96fae1a057 100644 --- a/doc/reference/shell/eshell-docs.sgml +++ b/doc/reference/shell/eshell-docs.sgml @@ -34,6 +34,8 @@ <xi:include href="xml/e-categories-config.xml"/> <xi:include href="xml/e-datetime-format.xml"/> <xi:include href="xml/e-dialog-utils.xml"/> + <xi:include href="xml/e-extensible.xml"/> + <xi:include href="xml/e-extension.xml"/> <xi:include href="xml/e-html-utils.xml"/> <xi:include href="xml/e-icon-factory.xml"/> <xi:include href="xml/e-logger.xml"/> |