[docs] Fix gtk-doc comment syntax
The documentation was not picked otherwise.
This commit is contained in:
parent
0826940821
commit
c2e2c40bac
|
@ -218,7 +218,7 @@ hb_aat_layout_compile_map (const hb_aat_map_builder_t *mapper,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* hb_aat_layout_has_substitution:
|
* hb_aat_layout_has_substitution:
|
||||||
* @face: #hb_face_t to work upon
|
* @face: #hb_face_t to work upon
|
||||||
*
|
*
|
||||||
|
@ -285,7 +285,7 @@ hb_aat_layout_remove_deleted_glyphs (hb_buffer_t *buffer)
|
||||||
hb_ot_layout_delete_glyphs_inplace (buffer, is_deleted_glyph);
|
hb_ot_layout_delete_glyphs_inplace (buffer, is_deleted_glyph);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* hb_aat_layout_has_positioning:
|
* hb_aat_layout_has_positioning:
|
||||||
* @face: #hb_face_t to work upon
|
* @face: #hb_face_t to work upon
|
||||||
*
|
*
|
||||||
|
@ -318,7 +318,7 @@ hb_aat_layout_position (const hb_ot_shape_plan_t *plan,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* hb_aat_layout_has_tracking:
|
* hb_aat_layout_has_tracking:
|
||||||
* @face:: #hb_face_t to work upon
|
* @face:: #hb_face_t to work upon
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue