summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Convert docs subdirectory to non-recursive makeDavid King2015-10-232-2/+1
|
* Use dist_ prefix rather than EXTRA_DISTDavid King2015-10-201-2/+0
|
* Ignore internal API for gtk-doc documentationDavid King2015-10-191-12/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756658
* Fix API documentation buildDavid King2015-06-221-1/+1
|
* Remove g_type_init() callsGergely Polonkai2015-01-281-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737518
* Remove LZMA and BZ2 from GTK-Doc if we are compiling without themGergely Polonkai2015-01-281-0/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737519
* Remove YelpLocationEntry documentationDavid King2014-08-191-1/+0
| | | | | The documentation was already removed, as the widget no longer exists, but a reference to it was still in the gtk-doc API reference.
* Don't call g_thread_init()Martin Pitt2012-01-211-1/+1
| | | | | | This completes commit f5c1a48 and removes the remaining calls. https://bugzilla.gnome.org/show_bug.cgi?id=663285
* Fixing the build stuff for bz2Shaun McCance2010-05-061-3/+0
|
* Build fixed for gtk docsShaun McCance2010-04-231-4/+7
|
* [libyelp] Autogenerating enum types with glib-mkenumsShaun McCance2009-10-021-2/+2
|
* [libyelp] Adding gtk-doc API referenceShaun McCance2009-10-014-0/+122
|
* - add a scheme member to YelpSection. Will usually be NULL, except whenMalcolm Tredinnick2001-12-051-0/+249
2001-12-05 Malcolm Tredinnick <malcolm@commsecure.com.au> * src/yelp-section.[ch]: - add a scheme member to YelpSection. Will usually be NULL, except when adding URIs from Scrollkeeper. (yelp_section_new): pass in scheme as the last param. (yelp_section_copy): pass in extra param to yelp_section_new. * src/devhelp-parser.c, src/yelp-window.c: pass extra param in calls to yelp_section_new(). * src/scrollkeeper-parser.c: - parse extra param to yelp_section_new(). (sp_parse_doc): strip off the scheme from ScrollKeeper (usually "file:") before adding "ghelp:" to the URI. But save it in case we want act based on this scheme later. (sp_strip_scheme): new function to strip schemes. * docs/help-parsing.txt: New file, describing what we have to handle. Mostly because I keep forgetting.