summaryrefslogtreecommitdiff
path: root/devhelp2.xsd
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosRafael Fontenelle2018-10-031-3/+3
|
* devhelp: allow to link to struct membersStefan Sauer2015-08-161-0/+1
| | | | | Extract links to struct members and add them to the index. Add a new member type to the devhelp index.
* index.sgml: stop generating index.sgml filesStefan Sauer2015-06-241-0/+7
| | | | | Use the data from devhelp2 files. Saves diskspace and makes the html phase about 10% faster. Fixes #742404
* devhelp: readd the xml namespaceStefan Sauer2015-05-191-89/+91
| | | | | Inline the xsd attributes. Apparently unqualified attribute namespaces don't work with referenced attributes.
* devhelp: narrow the selector to avoid type-less keyword entriesStefan Sauer2015-05-171-1/+0
| | | | | We created bogus keyword entries for refsect2 entries that came from manual content.
* tests: add a test to validate the generated devhelp filesStefan Sauer2015-05-151-5/+1
| | | | Not sure why we need to drop all the xmlns (see http://stackoverflow.com/questions/30267417/).
* devhelp: update schema to match what we actually generateStefan Sauer2015-05-151-14/+23
| | | | Fix datatypes and add missing attributes and values.
* devhelp: fix devhelp.xsd schemaStefan Sauer2015-05-151-33/+38
| | | | Make the schema itself validate. Also use the smae xmlns in the generator as in the schema.
* More docs and planning.Stefan Kost2008-10-201-10/+81
| | | | | | | | | * TODO: * devhelp2.xsd: More docs and planning. svn path=/trunk/; revision=613
* Update and document format.Stefan Kost2008-10-191-0/+30
| | | | | | | | * devhelp2.xsd: Update and document format. svn path=/trunk/; revision=611
* Add new language attribute and use "c" here.Stefan Kost2008-10-171-0/+20
| | | | | | | | | * devhelp2.xsd: * devhelp2.xsl: Add new language attribute and use "c" here. svn path=/trunk/; revision=610
* Update schema. Remove left-over 'fi'.Stefan Kost2007-12-101-3/+12
| | | | | | | | | | * devhelp2.xsd: Update schema. * gtk-doc.notmpl.make: Remove left-over 'fi'. svn path=/trunk/; revision=528
* Add first version of the schema. Unbreak the devhelp2 file generation. AddStefan Kost2007-12-051-0/+68
* devhelp2.xsd: Add first version of the schema. * devhelp2.xsl: Unbreak the devhelp2 file generation. * tests/gtkdoctest.sh: Add comment about doing schmea checks once they work. svn path=/trunk/; revision=526