diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-19 08:08:36 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | db00cbb0d08e512c50e2b0de36f3277ed961cedc (patch) | |
tree | bb03c3f382dc1c59f64f08fb8bec1b4b3cec70d1 | |
parent | e57a4f57cea5343666ca60f9f3c4c40dc2162cac (diff) | |
download | pango-db00cbb0d08e512c50e2b0de36f3277ed961cedc.tar.gz |
docs: Tweak engines docs
Remove not-shown sections.
-rw-r--r-- | pango/pango-engine.c | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/pango/pango-engine.c b/pango/pango-engine.c index e8988b01..e52bcd99 100644 --- a/pango/pango-engine.c +++ b/pango/pango-engine.c @@ -19,44 +19,6 @@ * Boston, MA 02111-1307, USA. */ -/** - * SECTION:pangoengine - * @short_description:Language-specific and rendering-system-specific processing - * @title:Engines - * - * Pango used to have a module architecture in which the language-specific - * and render-system-specific components are provided by loadable - * modules. - * - * This is no longer the case, and all the APIs related - * to modules and engines should not be used anymore. - * - * Deprecated: 1.38 - */ -/** - * SECTION:pango-engine-lang - * @short_description:Rendering-system independent script engines - * @title:PangoEngineLang - * @stability:Unstable - * - * The *language engines* are rendering-system independent - * engines that determine line, word, and character breaks for character strings. - * These engines are used in pango_break(). - * - * Deprecated: 1.38 - */ -/** - * SECTION:pango-engine-shape - * @short_description:Rendering-system dependent script engines - * @title:PangoEngineShape - * @stability:Unstable - * - * The *shape engines* are rendering-system dependent - * engines that convert character strings into glyph strings. - * These engines are used in pango_shape(). - * - * Deprecated: 1.38 - */ #include "config.h" #include "pango-engine.h" |