docs/reference


Log

Author Commit Date CI Message
Behdad Esfahbod b934b0f9 2014-03-19T11:52:40 Yet another try to make build without gtk-doc succeed
Behdad Esfahbod a7a5be09 2014-03-19T11:39:23 Another try to make gtk-doc optional
Luis de Bethencourt d507f6b5 2013-12-16T15:48:44 Have Gtk-Doc ignore UCDN files
Behdad Esfahbod ae9dc717 2013-09-05T16:40:37 [gtk-doc] Pass source files to gtk-doc
Behdad Esfahbod 63dd4b0a 2013-09-03T20:01:40 [gtk-doc] Remove hack for deleting tmpl/ This was introduced in 029f46bde7e39094d3decb46525e91a97c5cc02c and was in fact a bug in gtk-doc master: https://bugzilla.gnome.org/show_bug.cgi?id=707426
Behdad Esfahbod a2a28235 2013-08-30T19:38:47 [gtk-doc] Generate version.xml from configure Even though this is not what autoconf recommends, it reduces doc rebuilds when version doesn't change but configure changes.
Behdad Esfahbod e4ce6745 2013-08-29T15:56:16 [gtk-doc] Fix build without gobject
Behdad Esfahbod 71439a8c 2013-08-26T20:56:58 [gobject] Flesh out hb-gobject Move it to new harfbuzz-gobject library. Implement enums and boxed types for object-types. Still have to do boxed types for value types.
Behdad Esfahbod 2e3a07ab 2013-08-26T18:49:07 Separate face source code from font Makes documentation / introspection easier.
Behdad Esfahbod 381f2fb5 2013-08-26T19:20:38 Minor
Behdad Esfahbod ac1f09b5 2013-08-26T18:50:12 [gtk-doc] Fix maintainer-clean rule
Behdad Esfahbod 029f46bd 2013-08-26T18:11:07 [gtk-doc] Remove tmpl in make maintainer-clean
Behdad Esfahbod 700a15fe 2013-08-26T17:49:36 Add HB_DISABLE_DEPRECATED That moment that you have to accept that you made API mistakes...
Anthony Carrico f7c72b42 2013-02-24T13:00:33 [gtk-doc] Initial setup Initial setup of gtk-doc. Straight forward setup following the gtk-doc instructions. Ignore some troublesome types in src/hb-gobject.h. To build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in harfbuzz/docs/reference/html/index.html.