Sun, 13 Oct 2013 18:09:10 +0200
Shortened lines to adhere to the 79 character limit.
--- a/Documentation/source/index-Plugin_Apis.html Sun Sep 29 16:03:40 2013 +0200 +++ b/Documentation/source/index-Plugin_Apis.html Sun Oct 13 18:09:10 2013 +0200 @@ -20,7 +20,9 @@ </head> <body> <h1>Plugin_Apis</h1> - +<p> +Package implementing the APIs plugin providing extra API files. +</p> <h3>Modules</h3>
--- a/Documentation/source/index.html Sun Sep 29 16:03:40 2013 +0200 +++ b/Documentation/source/index.html Sun Oct 13 18:09:10 2013 +0200 @@ -26,7 +26,7 @@ <table> <tr> <td><a href="index-Plugin_Apis.html">Plugin_Apis</a></td> -<td></td> +<td>Package implementing the APIs plugin providing extra API files.</td> </tr> </table>
--- a/PluginApis.py Sun Sep 29 16:03:40 2013 +0200 +++ b/PluginApis.py Sun Oct 13 18:09:10 2013 +0200 @@ -23,8 +23,8 @@ className = "PluginApis" packageName = "APIs" shortDescription = "API files for auto-completion and call tips." -longDescription = """This plug-in provides API files for auto-completion and""" \ - """ call tips that are often missing from distribution packages.""" +longDescription = """This plug-in provides API files for auto-completion""" \ + """ and call tips that are often missing from distribution packages.""" needsRestart = False pyqtApi = 2 # End-of-Header