[cairo-commit] 2 commits - src/cairo-ps-surface.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jul 18 11:40:28 UTC 2021


 src/cairo-ps-surface.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 99d5337918defcea4ef0e72c4c345cb8ec973f58
Merge: 2ffc20948 cb0bfefba
Author: Adrian Johnson <ajohnson at redneon.com>
Date:   Sun Jul 18 11:40:27 2021 +0000

    Merge branch 'ps-docs' into 'master'
    
    Update DSC documention
    
    Closes #380
    
    See merge request cairo/cairo!200

commit cb0bfefba2a0fad8c138370590415e6a4df3c371
Author: Adrian Johnson <ajohnson at redneon.com>
Date:   Sun Jul 18 09:02:33 2021 +0930

    Update DSC documention
    
    Fixes #380

diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c
index 4adccad6b..fb2696ea6 100644
--- a/src/cairo-ps-surface.c
+++ b/src/cairo-ps-surface.c
@@ -1583,7 +1583,7 @@ cairo_ps_surface_set_size (cairo_surface_t	*surface,
  * beyond these two conditions, this function will not enforce
  * conformance of the comment with any particular specification.
  *
- * The comment string should not have a trailing newline.
+ * The comment string must not contain any newline characters.
  *
  * The DSC specifies different sections in which particular comments
  * can appear. This function provides for comments to be emitted


More information about the cairo-commit mailing list