changeset 67:1d68b4778979

minor fix for documentation
author dadler
date Tue, 12 Jan 2016 08:17:50 +0100
parents 988f7587e4d4
children b36a2fe30602
files doc/manual/manual_dyncallback_api.tex
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/manual/manual_dyncallback_api.tex	Wed Jan 06 15:04:33 2016 +0100
+++ b/doc/manual/manual_dyncallback_api.tex	Tue Jan 12 08:17:50 2016 +0100
@@ -66,7 +66,7 @@
 
 \lstinline{dcbNewCallback} creates and initializes a new \emph{Callback} object,
 where \lstinline{signature} is the needed function signature (format is the
-one outlined in the language bindings-section of this manual, see \ref{sigchar})
+one outlined in the language bindings-section of this manual, see Table \ref{sigchar})
 of the function to mimic, \lstinline{funcptr} is a pointer to a callback handler,
 and \lstinline{userdata} a pointer to custom data that might be useful in the
 handler.
@@ -94,6 +94,6 @@
 callback's return value (output, to be set by handler).\\
 Finally, \capi{userdata} is a pointer to some user defined data that can be
 set when creating the callback object.
-The handler itself returns a signature character (see \ref{sigchar}) specifying the
+The handler itself returns a signature character (see Table \ref{sigchar}) specifying the
 data type used for \capi{result}.