diff --git a/Makefile.am b/Makefile.am index 06effa54..646df6dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,24 +1,3 @@ -XSLTPROC = xsltproc --xinclude --nonet - -XMLS = $(wildcard introspection/*.xml) - -if WITH_DOCS - -all: - -# Figure out if we need ASYNC_INTROSPECT and add it later - -GENERATED_FILES = \ - docs/spec.html - -docs/spec.html: $(XMLS) introspection/all.xml doc-generator.xsl - @install -d docs - $(XSLTPROC) $(top_srcdir)/doc-generator.xsl $(top_srcdir)/introspection/all.xml > $@ - -all: $(GENERATED_FILES) - -CLEANFILES = $(GENERATED_FILES) -endif SUBDIRS = . marshallers build-aux include libmm-common libqcdm libwmc src plugins introspection po test @@ -47,6 +26,7 @@ dbusactivation_DATA = $(dbusactivation_in_files:.service.in=.service) %service: %service.in $(edit) $< >$@ +XMLS = $(wildcard introspection/*.xml) xmldir = $(datadir)/dbus-1/interfaces xml_DATA = $(filter-out introspection/all.xml introspection/org.freedesktop.DBus.Properties.xml, $(XMLS)) @@ -75,7 +55,6 @@ DISTCLEANFILES = \ po/.intltool-merge-cache EXTRA_DIST = \ - doc-generator.xsl \ $(dbusactivation_in_files) \ $(INTLTOOL_FILES) \ $(dbusservice_file_polkit) \ diff --git a/doc-generator.xsl b/doc-generator.xsl deleted file mode 100644 index bcc88e83..00000000 --- a/doc-generator.xsl +++ /dev/null @@ -1,691 +0,0 @@ - - - - - - - - - - - - - - - - -

Errors:

- -
- - -

Generic types:

- -
- - - -

Simple types:

- -
- - -

Enumerated types:

- -
- - -

Sets of flags:

- -
- - -

Structure types:

- -
- - -

Mapping types:

- -
- - -

Types defined elsewhere:

-
-
-
- - -

- -
- - -
- -
-
- -
- -
-
- - - - - -

- - -

- This interface is - and is likely to cause havoc to your API/ABI if bindings are generated. - Don't include it in libraries that care about compatibility. -

-
- - -

Implementations of this interface must also implement:

-
    - -
  • -
    -
-
- - - - - -

Methods:

- -
- -

Interface has no methods.

-
-
- - - -

Signals:

- -
- -

Interface has no signals.

-
-
- - - -

Properties:

-
- -
-
- -

Interface has no properties.

-
-
- - - -
- - -

- - - -

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

- - - -

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

- - - - a{ - - - : - - - - } -

-
- -
-
-

Members

-
- -
-
-
-
- - - - - - - - - -
-

- - - - -

-
- -
-
-
- - -
-
- - - - -
-
Defined by:
-
-
- - - - ( - - , - ) - - - - - a{ - - - } - - - -
-

- - - - ( - - - : - - , - - ) -

-
- -
- - -

In bindings that need a separate name, arrays of - should be called - .

-
- -

Arrays of don't generally - make sense.

-
-
-
-

Members

-
- -
-
-
-
- - -
-

- - - ( - - : - , - - ) → - - - - - , - - - nothing - -

-
- -
- - -
-

Parameters

-
- -
-
-
- - -
-

Returns

-
- -
-
-
- - -
-

Possible errors

-
- -
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - ERR: Unable to find type ' - - ' - - - - () - - - - -
- - - - -
-
- - - - - - (undocumented) - - -
-
- - -
- - - - -
-
- -
-
- - -
- - - - - - -
-
- -
-
- - -
- -
-
- - - - - - - (generic description) - - - (Undocumented.) - - -
-
- - -
-

- - - ( - - : - , - - )

-
- -
- - -
-

Parameters

-
- -
-
-
-
-
- - - - - - - - <xsl:value-of select="tp:title"/> - <xsl:if test="tp:version"> - <xsl:text> version </xsl:text> - <xsl:value-of select="tp:version"/> - </xsl:if> - - - - -

- -

- -

Version

-
- - - - -

Interfaces

-
    - -
  • -
    -
- - - - - -

Index

-

Index of interfaces

-
    - -
  • -
    -
-

Index of types

-
    - - -
  • - - - - - - -
  • -
    -
- - -
- -
- - diff --git a/docs/plugins.txt b/docs/plugins.txt deleted file mode 100644 index e69de29b..00000000