summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-12-02 22:24:27 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-12-02 22:24:27 +0000
commit286e3966863aa4f56737cc20ae5e00b2068abee0 (patch)
tree1b8103d2a205ba6e50ee1225327a5d082037f26f
parent801b3b6e17fe50fd8b18e779e43a5d87aa10a3a6 (diff)
downloadpango-286e3966863aa4f56737cc20ae5e00b2068abee0.tar.gz
Documentation fixes.
* pango/pango-fontset.c: Documentation fixes.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-1-04
-rw-r--r--ChangeLog.pre-1-104
-rw-r--r--ChangeLog.pre-1-24
-rw-r--r--ChangeLog.pre-1-44
-rw-r--r--ChangeLog.pre-1-64
-rw-r--r--ChangeLog.pre-1-84
-rw-r--r--pango/pango-fontset.c6
8 files changed, 32 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 29828001..85e4457d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-01 Matthias Clasen <matthiasc@poet.de>
+
+ * pango/pango-fontset.c: Documentation fixes.
+
2001-11-29 Matthias Clasen <matthiasc@poet.de>
* pango/pango-fontset.c: Documentation updates.
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 29828001..85e4457d 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,7 @@
+2001-12-01 Matthias Clasen <matthiasc@poet.de>
+
+ * pango/pango-fontset.c: Documentation fixes.
+
2001-11-29 Matthias Clasen <matthiasc@poet.de>
* pango/pango-fontset.c: Documentation updates.
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 29828001..85e4457d 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,7 @@
+2001-12-01 Matthias Clasen <matthiasc@poet.de>
+
+ * pango/pango-fontset.c: Documentation fixes.
+
2001-11-29 Matthias Clasen <matthiasc@poet.de>
* pango/pango-fontset.c: Documentation updates.
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 29828001..85e4457d 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,7 @@
+2001-12-01 Matthias Clasen <matthiasc@poet.de>
+
+ * pango/pango-fontset.c: Documentation fixes.
+
2001-11-29 Matthias Clasen <matthiasc@poet.de>
* pango/pango-fontset.c: Documentation updates.
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 29828001..85e4457d 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,7 @@
+2001-12-01 Matthias Clasen <matthiasc@poet.de>
+
+ * pango/pango-fontset.c: Documentation fixes.
+
2001-11-29 Matthias Clasen <matthiasc@poet.de>
* pango/pango-fontset.c: Documentation updates.
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 29828001..85e4457d 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,7 @@
+2001-12-01 Matthias Clasen <matthiasc@poet.de>
+
+ * pango/pango-fontset.c: Documentation fixes.
+
2001-11-29 Matthias Clasen <matthiasc@poet.de>
* pango/pango-fontset.c: Documentation updates.
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 29828001..85e4457d 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,7 @@
+2001-12-01 Matthias Clasen <matthiasc@poet.de>
+
+ * pango/pango-fontset.c: Documentation fixes.
+
2001-11-29 Matthias Clasen <matthiasc@poet.de>
* pango/pango-fontset.c: Documentation updates.
diff --git a/pango/pango-fontset.c b/pango/pango-fontset.c
index cf75ea29..761f1c49 100644
--- a/pango/pango-fontset.c
+++ b/pango/pango-fontset.c
@@ -200,9 +200,10 @@ static PangoFontsetClass *simple_parent_class; /* Parent class structure for Pan
/**
* pango_fontset_simple_new:
* @language: a #PangoLanguage tag
- * @returns: a newly-allocated #PangoFontsetSimple.
*
* Creates a new #PangoFontsetSimple for the given language.
+ *
+ * Returns: a newly-allocated #PangoFontsetSimple.
**/
PangoFontsetSimple *
pango_fontset_simple_new (PangoLanguage *language)
@@ -307,9 +308,10 @@ pango_fontset_simple_append (PangoFontsetSimple *fontset,
/**
* pango_fontset_simple_size:
* @fontset: a #PangoFontsetSimple.
- * @returns: the size of @fontset.
*
* Returns the number of fonts in the fontset.
+ *
+ * Returns: the size of @fontset.
**/
int
pango_fontset_simple_size (PangoFontsetSimple *fontset)