From 3700420403d8dbf88d73ad82e71142da85323891 Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Wed, 21 Mar 2007 13:47:56 +0000 Subject: * Makefile.am, configure.ac, doc/Makefile.am, libmissioncontrol/Makefile.am, src/Makefile.am, tools/*, xml/*: Build MissionControl D-Bus interface documentation from the embedded docstrings found in D-Bus service XML file. * autogen.sh: Added autogen script git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@12 d91c8aed-3f2b-0410-a83d-924a1c20a0ba --- tools/Makefile.am | 4 + tools/doc-generator.xsl | 410 +++++++++++++++++++++++++++++++++++++++++++ tools/spec-to-introspect.xsl | 26 +++ 3 files changed, 440 insertions(+) create mode 100644 tools/Makefile.am create mode 100644 tools/doc-generator.xsl create mode 100644 tools/spec-to-introspect.xsl (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 00000000..cc08c5e5 --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,4 @@ +EXTRA_DIST = \ + spec-to-introspect.xsl \ + doc-generator.xsl + diff --git a/tools/doc-generator.xsl b/tools/doc-generator.xsl new file mode 100644 index 00000000..74b06020 --- /dev/null +++ b/tools/doc-generator.xsl @@ -0,0 +1,410 @@ + + + + + + + + + + + + + + +

Errors

+ +
+ + +

+ +
+ + +
+ +
+
+ +
+ +
+
+ + + + + +

+ + +

Implementations of this interface must also implement:

+
    + +
  • +
    +
+
+ + + + + +

Methods:

+ +
+ +

Interface has no methods.

+
+
+ + + +

Signals:

+ +
+ +

Interface has no signals.

+
+
+ + + +

Properties:

+
+ +
+
+ +

Interface has no properties.

+
+
+ + +

Enumerated types:

+ +
+ + +

Sets of flags:

+ +
+ +
+ + +

+ +
+ + + + + + + + + + + +
=
+ + +
+
+ +
(Undocumented)
+
+
+
+
+
+ + +

+ +
+ + + + + + + + + + + +
=
+ + +
+
+ +
(Undocumented)
+
+
+
+
+
+ + +
+ + - + + +
+
+ +
+
+ + +
+

( + + : + , + + ) → + + + + + , + + + nothing + +

+
+ +
+ + +
+

Parameters

+
+ +
+
+
+ + +
+

Returns

+
+ +
+
+
+ + +
+

Possible errors

+
+ +
+
+
+ +
+
+ + +
+ - + +
+
+ +
+
+ + +
+ + - + + +
+
+ +
+
+ + +
+ +
+
+ + + + + + + (generic description) + + + (Undocumented.) + + +
+
+ + +
+

( + + : + , + + )

+
+ +
+ + +
+

Parameters

+
+ +
+
+
+
+
+ + + + + + + MissionControl D-Bus Interface Specification + + + +

MissionControl D-Bus Interface Specification

+ + + + + + + +
+ +
+ + diff --git a/tools/spec-to-introspect.xsl b/tools/spec-to-introspect.xsl new file mode 100644 index 00000000..992efc73 --- /dev/null +++ b/tools/spec-to-introspect.xsl @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1