[pango/gi-docs: 30/45] docs: Tweak engines docs




commit 4a50fd0e7cb54607345cff3dbdbfe814581b6024
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 19 08:08:36 2021 -0500

    docs: Tweak engines docs
    
    Remove not-shown sections.

 pango/pango-engine.c | 38 --------------------------------------
 1 file changed, 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]