summaryrefslogtreecommitdiff
path: root/extras/mseide_templates/fpdoc_module.mct
blob: 786ab4edccae01905677ef335d0689f6571c56dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[header]
name=docmod
comment=Documentation Module (new XML file)
noselect=1
cursorrow=5
cursorcol=7
params=2
 pkgname
 modname
[]
<?xml version="1.0" encoding="UTF-8"?>
<fpdoc-descriptions>
<package name="${pkgname}">

<module name="${modname}">
<short></short>
<descr>
</descr>

</module>

</package>
</fpdoc-descriptions>