mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimp: fixing annotation formatting.
This is markup format where the asterisk has some special meaning.
This commit is contained in:
parent
f1c1a869a9
commit
2c3e56a6aa
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ gimp_procedure_get_proc_type (GimpProcedure *procedure)
|
|||
*
|
||||
* This is a comma separated list of image types, or actually drawable
|
||||
* types, that this procedure can deal with. Wildcards are possible
|
||||
* here, so you could say "RGB*" instead of "RGB, RGBA" or "*" for all
|
||||
* here, so you could say "RGB\*" instead of "RGB, RGBA" or "\*" for all
|
||||
* image types.
|
||||
*
|
||||
* Supported types are "RGB", "GRAY", "INDEXED" and their variants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue