summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@aliftype.com>2023-01-31 01:46:07 +0200
committerKhaled Hosny <khaled@aliftype.com>2023-02-02 14:13:56 +0200
commit06cda058f2fee2aef8f614e18e0721a411039def (patch)
tree5b1c28be89603052279e6b394205b00568cee497 /src
parent3c6727ee5cda4c52112b5b14f95b6ea1d0f1359e (diff)
downloadcairo-06cda058f2fee2aef8f614e18e0721a411039def.tar.gz
doc: Escape percent sign
Otherwise gtk-doc will eat one of them.
Diffstat (limited to 'src')
-rw-r--r--src/cairo-ps-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c
index abc9407ee..381b4cf75 100644
--- a/src/cairo-ps-surface.c
+++ b/src/cairo-ps-surface.c
@@ -148,7 +148,7 @@ static char *ctime_r(const time_t *timep, char *buf)
* ury]" that specifies the bounding box (in PS coordinates) of the
* EPS graphics. The parameters are: lower left x, lower left y, upper
* right x, upper right y. Normally the bbox data is identical to the
- * %%%BoundingBox data in the EPS file.
+ * \%\%\%BoundingBox data in the EPS file.
*
**/