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-Python-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-Python-expected')
3 files changed, 6 insertions, 3 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_n.page b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_n.page index fc993130..33463c4f 100644 --- a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_n.page +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_n.page @@ -50,7 +50,8 @@ def compute_sum_n(self, nums, n_nums): </item> <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> <item> <title><code>n_nums</code></title> diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_nz.page b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_nz.page index 67efe7c5..b3beb695 100644 --- a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_nz.page +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.compute_sum_nz.page @@ -50,7 +50,8 @@ def compute_sum_nz(self, nums, n_nums): </item> <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> <item> <title><code>n_nums</code></title> diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.test_ghash_gvalue_in.page b/tests/scanner/Regress-1.0-Python-expected/Regress.test_ghash_gvalue_in.page index 5bbde33c..8273602b 100644 --- a/tests/scanner/Regress-1.0-Python-expected/Regress.test_ghash_gvalue_in.page +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.test_ghash_gvalue_in.page @@ -38,7 +38,8 @@ def test_ghash_gvalue_in(hash): <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> |