summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordov-g <dov-g>2006-11-28 21:34:58 +0000
committerdov-g <dov-g>2006-11-28 21:34:58 +0000
commit2b4fe28135f4731914e3f6bc1fee0f9e60f466b2 (patch)
tree394dbf1ef6aef0aeb23d81b293fdf87472d7827a /src
parent3c743915c3a829cfbc00103a7a835bb5ecbcee8d (diff)
downloadpaps-2b4fe28135f4731914e3f6bc1fee0f9e60f466b2.tar.gz
paps-2b4fe28135f4731914e3f6bc1fee0f9e60f466b2.tar.xz
paps-2b4fe28135f4731914e3f6bc1fee0f9e60f466b2.zip
2006-11-28 Dov Grobgeld <dov.grobgeld@gmail.com>
* libpaps.h: Minor doxygen warning fixes. * doc/Doxyfile, doc/Makefile.am: Removed for new doxygen support. * aminclude.am, acinclude.m4 : Added for doxygen support * configure.in: Made doxygen documentation build at autoconf time (package preparer) and not at user configuration time.
Diffstat (limited to 'src')
-rw-r--r--src/libpaps.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/libpaps.h b/src/libpaps.h
index ac619dd..c7edaa2 100644
--- a/src/libpaps.h
+++ b/src/libpaps.h
@@ -22,6 +22,11 @@
#include <glib.h>
#include <pango/pango.h>
+/**
+ * The paps handle taht is used in all interactions with the paps
+ * library.
+ *
+ */
typedef void paps_t;
/**
@@ -105,7 +110,7 @@ gchar *paps_layout_to_postscript_strdup(paps_t *paps,
*
* @return
*/
-gchar *paps_layout_line_to_postscript_strdup(paps_t *paps_,
+gchar *paps_layout_line_to_postscript_strdup(paps_t *paps,
double pos_x,
double pos_y,
PangoLayoutLine *layout_line);