diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2013-08-14 17:00:39 +0200 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2013-10-08 20:56:28 +0200 |
commit | ba425f1fd48df193fe7a8c6cc559f0b408160604 (patch) | |
tree | 39d726ef89cd8925eea02bc46e41255987b9544d /tests/scanner/Regress-1.0-Gjs-expected | |
parent | 23dddc02594e733b65f9be76dbf0a0a1e54bc67c (diff) | |
download | gobject-introspection-ba425f1fd48df193fe7a8c6cc559f0b408160604.tar.gz |
giscanner: honor line and paragraph breaks in description fields
GTK-Doc parameter description fields are allowed to span
multiple lines, tag description fields are allowed to span
multiple lines and paragraphs. A tool fixing/rewriting
GTK-Doc comment blocks in source files would need to have
description fields parsed and stored (almost) exactly as
they appear in the source file.
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected')
3 files changed, 6 insertions, 3 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_n.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_n.page index 16b62150..932b1922 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_n.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_n.page @@ -37,7 +37,8 @@ function compute_sum_n(nums:[Number]):void { <terms> <item> <title><code>nums</code></title> -<p>Sequence of numbers that are zero-terminated</p> +<p>Sequence of + numbers that are zero-terminated</p> </item> </terms> diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_nz.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_nz.page index f4a3b7d6..3891049b 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_nz.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.compute_sum_nz.page @@ -37,7 +37,8 @@ function compute_sum_nz(nums:[Number]):void { <terms> <item> <title><code>nums</code></title> -<p>Sequence of numbers that are zero-terminated</p> +<p>Sequence of numbers that +are zero-terminated</p> </item> </terms> diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_ghash_gvalue_in.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_ghash_gvalue_in.page index 2c801375..b12b8f8b 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_ghash_gvalue_in.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_ghash_gvalue_in.page @@ -37,7 +37,8 @@ function test_ghash_gvalue_in(hash:{String: GObject.Value}):void { <terms> <item> <title><code>hash</code></title> -<p>the hash table returned by <link xref="Regress.test_ghash_gvalue_return"/>.</p> +<p>the hash table returned by +<link xref="Regress.test_ghash_gvalue_return"/>.</p> </item> </terms> |