summaryrefslogtreecommitdiff
path: root/pango/pango-bidi-type.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-17 01:10:49 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commit6ac8ad77700090dd1caf21192f3e3e4eb0c948b3 (patch)
treeff12881c509cf50a57d3d3a1a729ca36d5c14628 /pango/pango-bidi-type.c
parent9f5733a7e34b88d85248cd6e6b214f261b1e66fc (diff)
downloadpango-6ac8ad77700090dd1caf21192f3e3e4eb0c948b3.tar.gz
docs: Convert bidi and vertical sections to pango_bidi.md
Diffstat (limited to 'pango/pango-bidi-type.c')
-rw-r--r--pango/pango-bidi-type.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/pango/pango-bidi-type.c b/pango/pango-bidi-type.c
index d4d84e03..0fc1c3e4 100644
--- a/pango/pango-bidi-type.c
+++ b/pango/pango-bidi-type.c
@@ -19,24 +19,6 @@
* Boston, MA 02111-1307, USA.
*/
-/**
- * SECTION:bidi
- * @short_description:Types and functions for bidirectional text
- * @title:Bidirectional Text
- * @see_also:
- * pango_context_get_base_dir(),
- * pango_context_set_base_dir(),
- * pango_itemize_with_base_dir()
- *
- * Pango supports bidirectional text (like Arabic and Hebrew) automatically.
- * Some applications however, need some help to correctly handle bidirectional text.
- *
- * The #PangoDirection type can be used with pango_context_set_base_dir() to
- * instruct Pango about direction of text, though in most cases Pango detects
- * that correctly and automatically. The rest of the facilities in this section
- * are used internally by Pango already, and are provided to help applications
- * that need more direct control over bidirectional setting of text.
- */
#include "config.h"
#include <string.h>