summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-04-30 18:13:15 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-04-30 18:13:15 +0000
commitc9e8fefdb412b983c1a8a809683cba05bd570164 (patch)
treec0108ac7894cd1d6288a0a28459f7d7ec3bdb054 /docs
parent453d974e763ed84a79816877b9635ff5a72ccae0 (diff)
downloadpango-c9e8fefdb412b983c1a8a809683cba05bd570164.tar.gz
Bug 530757 – Docs build breaks because of hash sign in URL in <ulink...>
2008-04-30 Behdad Esfahbod <behdad@gnome.org> Bug 530757 – Docs build breaks because of hash sign in URL in <ulink...> * docs/tmpl/main.sgml: Make it build. svn path=/trunk/; revision=2622
Diffstat (limited to 'docs')
-rw-r--r--docs/tmpl/main.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml
index f5cff8e0..3bfcb998 100644
--- a/docs/tmpl/main.sgml
+++ b/docs/tmpl/main.sgml
@@ -394,8 +394,7 @@ about the attributes of a single character.
i.e. this is a grapheme boundary, or the first character
in the text.
This flag implements Unicode's
- <ulink
- url="http://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries">Grapheme
+ <ulink url="http://www.unicode.org/reports/tr29/">Grapheme
Cluster Boundaries</ulink> semantics.
@is_word_start: is first character in a word
@is_word_end: is first non-word char after a word
@@ -434,7 +433,7 @@ about the attributes of a single character.
considered word boundaries. This flag is particularly useful when
selecting text word-by-word.
This flag implements Unicode's
- <ulink url="http://www.unicode.org/reports/tr29/#Word_Boundaries">Word
+ <ulink url="http://www.unicode.org/reports/tr29/">Word
Boundaries</ulink> semantics.
(Since: 1.22)