11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- Copyright 2016 Colin B. Macdonald
3+ Copyright 2016, 2019 Colin B. Macdonald
44
55Copying and distribution of this file, with or without modification,
66are permitted in any medium without royalty provided the copyright
@@ -11,13 +11,12 @@ without any warranty.
1111 <id >octave-doctest</id >
1212 <extends >www.octave.org-octave.desktop</extends >
1313 <name >Doctest</name >
14- <summary >Finds and tests example code within documentation</summary >
14+ <summary >Find and run example code within documentation</summary >
1515 <description >
16- <p >Finds specially-formatted blocks of example code within
17- documentation files. Then execute that code and confirm the
18- output is correct. This can be useful as part of a testing
19- framework or simply to ensure that documentation stays up-to-date
20- during software development.</p >
16+ <p >Formatted blocks of example code are extracted from documentation
17+ files and executed to confirm their output is correct. This can be
18+ part of a testing framework or simply to ensure that documentation
19+ stays up-to-date during software development.</p >
2120 </description >
2221 <keywords >
2322 <keyword >development</keyword >
@@ -26,9 +25,9 @@ without any warranty.
2625 <keyword >documentation</keyword >
2726 </keywords >
2827 <translation />
29- <url type =" homepage" >http ://octave.sourceforge.net /doctest</url >
28+ <url type =" homepage" >https ://octave.sourceforge.io /doctest</url >
3029 <url type =" bugtracker" >https://github.com/catch22/octave-doctest/issues/new</url >
31- <metadata_license >FSFAP</metadata_license >-->
30+ <metadata_license >FSFAP</metadata_license >
3231 <project_license >BSD-3-Clause</project_license >
3332 <developer_name >Octave-Forge Community</developer_name >
3433 <
update_contact >
[email protected] </
update_contact >
0 commit comments