Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-09 | Docs: Drop entities, switch away from sgml mode | Matthias Clasen | 1 | -1/+1 | |
Since all element markup is now gone from the doc comments, we can turn off the gtk-doc sgml mode, which means that from now on, docbook markup is no longer allowed in doc comments. To make this possible, we have to replace all remaining entities in doc comments by their replacement text, & -> & and so on. | |||||
2014-02-05 | Convert external links to markdown syntax | Matthias Clasen | 1 | -1/+1 | |
2014-02-05 | Don't use <filename> in docs | Matthias Clasen | 1 | -3/+3 | |
Switch to simpler markdown, `foo`. | |||||
2014-01-31 | Updated FSF's address | Daniel Mustieles | 1 | -3/+1 | |
2010-07-07 | gio/: fully remove gioalias hacks | Ryan Lortie | 1 | -5/+0 | |
2010-05-08 | Doc improvements | Matthias Clasen | 1 | -1/+5 | |
Make sure all unix-specific apis are marked as such. | |||||
2010-02-21 | Fix up GFileDescriptorBased docs | Matthias Clasen | 1 | -2/+2 | |
2010-02-21 | Fix up make check | Matthias Clasen | 1 | -0/+2 | |
2010-02-15 | GFileDescriptorBased: New interface | Christian Kellner | 1 | -0/+72 | |
New interface for file descriptor based io object. The interface is only exported on unix based systems. See bug 604086. |