doc: removed the word "interface" from the link names

Just to make it slightly shorter.

Also add a dash to the doxygen links to make them look a bit more alike.

Tested-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
Bill Spitzak 2014-12-18 20:15:06 -08:00 committed by Pekka Paalanen
parent dfc64f9ffe
commit 4abe5edf46
4 changed files with 18 additions and 21 deletions

View file

@ -23,10 +23,10 @@
</para>
<para>
Core interfaces:
<variablelist>
<xsl:apply-templates select="protocol/interface" />
</variablelist>
Core interfaces:
<variablelist>
<xsl:apply-templates select="protocol/interface" />
</variablelist>
</para>
</section>
</xsl:template>
@ -35,7 +35,7 @@
<xsl:template match="interface" >
<varlistentry>
<term>
<link linkend="protocol-spec-interface-{@name}">
<link linkend="protocol-spec-{@name}">
<xsl:value-of select="@name" />
</link>
</term>