diff options
author | Matt Dew <marcoz@osource.org> | 2011-09-30 22:28:10 -0600 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2011-10-01 00:32:16 -0600 |
commit | 618cea608d726c0aeb48960da7bedc2dd8b36bba (patch) | |
tree | 89d68e9c1724621e14f1a780aeafd0d1e0bd2e6c /specs/xtest.xml | |
parent | 8f35303d8d40a68deb8c4830e8946ea356b0577f (diff) |
#1 - fix the capitalization of the ID attriutes to
match either the <title> or <funcdef> string it goes with.
#2 - fix any <linkend>'s that were affected by #1
#3 - any <function> in the docs that has an actual funcdef,
will become an olink.
Signed-off-by: Matt Dew <marcoz@osource.org>
Diffstat (limited to 'specs/xtest.xml')
-rw-r--r-- | specs/xtest.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/specs/xtest.xml b/specs/xtest.xml index e20f06a..121a8d5 100644 --- a/specs/xtest.xml +++ b/specs/xtest.xml @@ -241,7 +241,7 @@ not required, respectively. </para> <para> -<function>XTestSetGContextOfGC</function> +<olink targetdoc='xtestlib' targetptr='XTestSetGContextOfGC'><function>XTestSetGContextOfGC</function></olink> </para> <informaltable frame="none"> @@ -268,7 +268,7 @@ the value specified by gid. </para> <para> -<function>XTestSetVisualIDOfVisual</function> +<olink targetdoc='xtestlib' targetptr='XTestSetVisualIDOfVisual'><function>XTestSetVisualIDOfVisual</function></olink> </para> <informaltable frame="none"> @@ -295,7 +295,7 @@ the value specified by visualid. </para> <para> -<function>XTestDiscard</function> +<olink targetdoc='xtestlib' targetptr='XTestDiscard'><function>XTestDiscard</function></olink> </para> <informaltable frame="none"> @@ -581,7 +581,7 @@ error occurs. </para> <para> -<function>XTestGrabControl</function> +<olink targetdoc='xtestlib' targetptr='XTestGrabControl'><function>XTestGrabControl</function></olink> </para> <informaltable frame="none"> @@ -694,7 +694,7 @@ the corresponding core protocol event types. </literallayout> <literallayout class="monospaced"> -<function>XTestGrabControl</function> +<olink targetdoc='xtestlib' targetptr='XTestGrabControl'><function>XTestGrabControl</function></olink> 1 CARD8 opcode 1 3 xtest opcode 2 2 request length |