mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[docs] Reduce warnings
This commit is contained in:
parent
1ce8191289
commit
fc42cdd68d
2 changed files with 3 additions and 3 deletions
|
@ -146,7 +146,7 @@ typedef void (*hb_paint_pop_transform_func_t) (hb_paint_funcs_t *funcs,
|
|||
*
|
||||
* A virtual method for the #hb_paint_funcs_t to render a color glyph by glyph index.
|
||||
*
|
||||
* Return value: %true if the glyph was painted, %false otherwise.
|
||||
* Return value: `true` if the glyph was painted, `false` otherwise.
|
||||
*
|
||||
* Since: 8.2.0
|
||||
*/
|
||||
|
|
|
@ -72,8 +72,8 @@
|
|||
*
|
||||
* === The sanitize() contract ===
|
||||
*
|
||||
* The sanitize() method of each object type shall return true if it's safe to
|
||||
* call other methods of the object, and %false otherwise.
|
||||
* The sanitize() method of each object type shall return `true` if it's safe to
|
||||
* call other methods of the object, and `false` otherwise.
|
||||
*
|
||||
* Note that what sanitize() checks for might align with what the specification
|
||||
* describes as valid table data, but does not have to be. In particular, we
|
||||
|
|
Loading…
Add table
Reference in a new issue