diff options
author | Matt Dew <marcoz@osource.org> | 2011-05-25 21:56:10 -0600 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2011-06-04 08:41:35 -0600 |
commit | 4f42558a78d3e14b611247249f3f300424f8ecd3 (patch) | |
tree | c2d10888889c814d72fd27fa16df735c42880517 /specs/tog-cup.xml | |
parent | 6dba94ecadfa4f58dd1b2ee0ceb39d4710900ac8 (diff) |
Add id attributes to funcsynopsis to allow other docs to olink to them.
Signed-off-by: Matt Dew <marcoz@osource.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'specs/tog-cup.xml')
-rw-r--r-- | specs/tog-cup.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/tog-cup.xml b/specs/tog-cup.xml index bb6fb25..4107ddc 100644 --- a/specs/tog-cup.xml +++ b/specs/tog-cup.xml @@ -354,7 +354,7 @@ The include file for this extension is <function><X11/extensions/Xcup.h></function>. </para> -<funcsynopsis> +<funcsynopsis id='xcupqueryversion'> <funcprototype> <funcdef>Status <function> XCupQueryVersion</function></funcdef> <paramdef>Display*<parameter> display</parameter></paramdef> @@ -414,7 +414,7 @@ To get the list of reserved colormap entries, use XCupGetReservedColormapEntries. </para> -<funcsynopsis> +<funcsynopsis id='xcupgetreservedcolormapentries'> <funcprototype> <funcdef>Status <function> XCupGetReservedColormapEntries</function></funcdef> <paramdef>Display*<parameter> display</parameter></paramdef> @@ -468,7 +468,7 @@ To allocate one or more read-only color cells with RGB values, use XCupStoreColors. </para> -<funcsynopsis> +<funcsynopsis id='xcupstorecolors'> <funcprototype> <funcdef>Status <function> XCupStoreColors</function></funcdef> <paramdef>Display*<parameter> display</parameter></paramdef> |