GNOME Bugzilla – Bug 750889
Fix error in e_util_get_source_full_name() documentation
Last modified: 2015-06-17 15:33:10 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
Created attachment 305189 [details] [review] Fix error in e_util_get_source_full_name() documentation Use < and > instead of < and > in documentation for e_util_get_source_full_name(). This fixes error caused by commit 83bc48e6b3e8e785438b442b7743213dd7e2e3b5.
Thanks for a bug report and patch. I committed it into the sources. Created commit bc40489 in eds master (3.17.3+)