After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750889 - Fix error in e_util_get_source_full_name() documentation
Fix error in e_util_get_source_full_name() documentation
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
3.17.x (obsolete)
Other FreeBSD
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2015-06-13 05:57 UTC by Ting-Wei Lan
Modified: 2015-06-17 15:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix error in e_util_get_source_full_name() documentation (1.24 KB, patch)
2015-06-13 05:59 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2015-06-13 05:57:17 UTC
Documentation for recently added e_util_get_source_full_name() function uses < and > directly, which causes the following error:

../xml/e-data-server-util.xml:2019: parser error : Opening and ending tag mismatch: parent line 2017 and para
.</para>
        ^
../xml/e-data-server-util.xml:2042: parser error : Opening and ending tag mismatch: source line 2016 and refsect2
</refsect3></refsect2>
                      ^
../xml/e-data-server-util.xml:2044: parser error : Opening and ending tag mismatch: parent line 2016 and refsect1
</refsect1>
           ^
../xml/e-data-server-util.xml:2077: parser error : Opening and ending tag mismatch: account-name line 2016 and refentry
</refentry>
           ^
../xml/e-data-server-util.xml:2078: parser error : Premature end of data in tag para line 2014

^
../xml/e-data-server-util.xml:2078: parser error : Premature end of data in tag refsect2 line 2008

^
../xml/e-data-server-util.xml:2078: parser error : Premature end of data in tag refsect1 line 186

^
../xml/e-data-server-util.xml:2078: parser error : Premature end of data in tag refentry line 7

^
../eds-docs.sgml:203: element include: XInclude error : could not load ../xml/e-data-server-util.xml, and no fallback was found
Comment 1 Ting-Wei Lan 2015-06-13 05:59:55 UTC
Created attachment 305189 [details] [review]
Fix error in e_util_get_source_full_name() documentation

Use &lt; and &gt; instead of < and > in documentation for                        
e_util_get_source_full_name().                                                   
                                                                                 
This fixes error caused by commit 83bc48e6b3e8e785438b442b7743213dd7e2e3b5.
Comment 2 Milan Crha 2015-06-17 15:32:32 UTC
Thanks for a bug report and patch. I committed it into the sources.

Created commit bc40489 in eds master (3.17.3+)