summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationObject.compute_sum_nz.page
Commit message (Collapse)AuthorAgeFilesLines
* giscanner: honor line and paragraph breaks in description fieldsDieter Verfaillie2013-10-081-1/+2
| | | | | | | | | GTK-Doc parameter description fields are allowed to span multiple lines, tag description fields are allowed to span multiple lines and paragraphs. A tool fixing/rewriting GTK-Doc comment blocks in source files would need to have description fields parsed and stored (almost) exactly as they appear in the source file.
* doctool: Use format_xref to format some links to pagesJasper St. Pierre2013-02-151-1/+1
| | | | | | We don't do a full 100% conversion for all link tags, yet, because I don't want to break too much here. This may come later.
* doctool: Fix use of <dl> tag in templatesJasper St. Pierre2013-02-141-10/+18
| | | | This isn't legal Mallard
* tests: Use Regress GIR for doctoolJasper St. Pierre2013-02-111-0/+58
This makes us test a lot more functionality in the doc tool, and removes the need to have a lot of different test libraries, and different test infrastructure.