add a project file for ext-doc
This commit is contained in:
parent
a89d0d42aa
commit
8c3b6cb0db
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<doc>
|
||||
<sources>
|
||||
<source src="deluge-all" match="*.js" />
|
||||
<source src="ext-extensions" match="*.js" />
|
||||
</sources>
|
||||
<tags>
|
||||
<tag name="author" title="Author" />
|
||||
<tag name="version" title="Version" />
|
||||
<tag name="note" format="<i>NOTE: {0}</i>" />
|
||||
<tag name="demo" title="Demo" format="<a href="{0}">{0}</a>" />
|
||||
</tags>
|
||||
</doc>
|
Loading…
Reference in New Issue