mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
Stop using <para> for ids
Instead, use the id support in markdown headings.
This commit is contained in:
@@ -70,7 +70,8 @@
|
||||
* explicitly include `<glib/gprintf.h>` in order to use the GLib
|
||||
* printf() functions.
|
||||
*
|
||||
* <para id="string-precision">
|
||||
* ## String precision pitfalls # {#string-precision}
|
||||
*
|
||||
* While you may use the printf() functions to format UTF-8 strings,
|
||||
* notice that the precision of a %Ns parameter is interpreted
|
||||
* as the number of bytes, not characters to print. On top of that,
|
||||
@@ -83,7 +84,6 @@
|
||||
* certain number of columns, then %Ns is not a correct solution
|
||||
* anyway, since it fails to take wide characters (see g_unichar_iswide())
|
||||
* into account.
|
||||
* </para>
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user