[PATCH 7/9 v3] doc: fixed reference to non-existent function

Bill Spitzak spitzak at gmail.com
Thu Nov 13 14:42:00 PST 2014


After some feedback from Marek Chalupa I decided to just remove this. There 
were suggestions about warning about multiple threads but it appears this 
would be true for many of these functions and thus it would be misleading to 
mention multiple threads only here (as it would imply that multiple threads 
work for other functions which is not true, I think).
---
 doc/publican/protocol-interfaces-to-docbook.xsl |   16 +++++-----------
 src/wayland-client.c                            |    3 ---
 2 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/doc/publican/protocol-interfaces-to-docbook.xsl b/doc/publican/protocol-interfaces-to-docbook.xsl
index ad6bdda..8ba958d 100644
--- a/doc/publican/protocol-interfaces-to-docbook.xsl
+++ b/doc/publican/protocol-interfaces-to-docbook.xsl
@@ -35,21 +35,15 @@
 <!-- Interfaces summary -->
 <xsl:template match="interface" >
 <varlistentry>
-    <xsl:attribute name="id">protocol-summary-<xsl:value-of select="name()"/>-<xsl:value-of select="@name" />
-    </xsl:attribute>
-    <term>
+  <term>
+    <link linkend="protocol-spec-interface-{@name}">
       <xsl:value-of select="@name" />
       <xsl:if test="description/@summary">
         - <xsl:value-of select="description/@summary" />
       </xsl:if>
-    </term>
-    <listitem>
-    <para>
-      <xsl:value-of select="description"/>
-    </para>
-    </listitem>
-  </varlistentry>
-
+    </link>
+  </term>
+</varlistentry>
 </xsl:template>
 
 </xsl:stylesheet>
diff --git a/src/wayland-client.c b/src/wayland-client.c
index f9241c8..749f01f 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -1505,9 +1505,6 @@ wl_display_dispatch_queue_pending(struct wl_display *display,
  * or not. For dispatching main queue events without blocking, see \ref
  * wl_display_dispatch_pending().
  *
- * \note Calling this will release the display file descriptor if this
- * thread acquired it using wl_display_acquire_fd().
- *
  * \sa wl_display_dispatch_pending(), wl_display_dispatch_queue()
  *
  * \memberof wl_display
-- 
1.7.9.5



More information about the wayland-devel mailing list