Skip to content
Snippets Groups Projects
Commit 87ef660b authored by David Siegfried's avatar David Siegfried
Browse files

refine doc, refs #687

parent 26572951
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,6 @@ class PluginRepository ...@@ -40,7 +40,6 @@ class PluginRepository
* Read plugin meta data from the given URL (using XML format). * Read plugin meta data from the given URL (using XML format).
* The structure of the XML is: * The structure of the XML is:
* *
*
* <plugins> * <plugins>
* <plugin name="DummyPlugin" * <plugin name="DummyPlugin"
* <release * <release
...@@ -51,6 +50,7 @@ class PluginRepository ...@@ -51,6 +50,7 @@ class PluginRepository
* </plugin> * </plugin>
* [...] * [...]
* </plugins> * </plugins>
*
* @param string $url given url for plugin * @param string $url given url for plugin
*/ */
public function readMetadata($url) public function readMetadata($url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment