summaryrefslogtreecommitdiff
path: root/docs/check.docs
Commit message (Collapse)AuthorAgeFilesLines
* Disable check.docs for now1.32.4Alexander Larsson2012-12-061-1/+8
| | | | | This is broken for now and we can't distcheck without it. Disabling this for now until we figure out how to fix this.
* Revert "Temporarily work around doc build breakages"Matthias Clasen2012-09-261-2/+0
| | | | This reverts commit 150691036aab59044d05ed3fa29785910249bb9a.
* Temporarily work around doc build breakagesMatthias Clasen2012-09-261-0/+2
| | | | | | The doc check script gets tripped up by some struct members that gtk-doc considers undocumented, and for some reason, forcing a doc rebuild in make dist does not work either.
* Revert "Temporarily work around doc build breakages"Matthias Clasen2012-09-171-2/+0
| | | | This reverts commit 9c1e5d60a078db4b08bd7247004e759ff60cc534.
* Temporarily work around doc build breakagesMatthias Clasen2012-09-171-0/+2
| | | | | | The doc check script gets tripped up by some struct members that gtk-doc considers undocumented, and for some reason, forcing a doc rebuild in make dist does not work either.
* Revert "Temporarily work around doc build breakages"Matthias Clasen2012-09-041-2/+0
| | | | This reverts commit 007aa41d10038e9632bad373a837e540b4d0e8e4.
* Temporarily work around doc build breakagesMatthias Clasen2012-09-041-0/+2
| | | | | | The doc check script gets tripped up by some struct members that gtk-doc considers undocumented, and for some reason, forcing a doc rebuild in make dist does not work either.
* Revert "Temporarily work around doc build breakages"Matthias Clasen2012-08-201-2/+0
| | | | This reverts commit 3b7c44229bd212e68eb0407f297d7bc6570ce7c3.
* Temporarily work around doc build breakagesMatthias Clasen2012-08-201-0/+2
| | | | | | The doc check script gets tripped up by some struct members that gtk-doc considers undocumented, and for some reason, forcing a doc rebuild in make dist does not work either.
* Revert latest commitJavier Jardón2011-06-161-3/+5
| | | | This reverts commit 6d1c98aed05ad10111c896708aca86436fc2328a.
* asd1.29.1Javier Jardón2011-06-161-5/+3
|
* Bug 595350 - set LC_ALL=C, not LANG=CBehdad Esfahbod2009-09-161-1/+3
|
* Bug 512662 – Update check.docs for pango-undeclared.txtBehdad Esfahbod2009-01-031-16/+21
| | | | | | | | | | | | 2009-01-02 Behdad Esfahbod <behdad@gnome.org> Bug 512662 – Update check.docs for pango-undeclared.txt * docs/Makefile.am: * docs/check.docs: Sync to the version in cairo. svn path=/trunk/; revision=2778
* MinorBehdad Esfahbod2008-01-281-10/+14
| | | | svn path=/trunk/; revision=2558
* Make it reusable by not hardcoding "pango".Behdad Esfahbod2007-11-241-9/+19
| | | | | | | | | 2007-11-23 Behdad Esfahbod <behdad@gnome.org> * docs/check.docs: Make it reusable by not hardcoding "pango". svn path=/trunk/; revision=2504
* Fix typo.Behdad Esfahbod2007-08-081-1/+1
| | | | | | | | | 2007-08-08 Behdad Esfahbod <behdad@gnome.org> * docs/check.docs: Fix typo. svn path=/trunk/; revision=2393
* Bug 438705 – Test runs non-existent "/bin/bash" on HP-UX 11.11Behdad Esfahbod2007-05-161-1/+1
| | | | | | | | | | | | | 2007-05-16 Behdad Esfahbod <behdad@gnome.org> Bug 438705 – Test runs non-existent "/bin/bash" on HP-UX 11.11 * docs/check.docs: * pango/check.defs: Use /bin/sh instead of /bin/bash. svn path=/trunk/; revision=2313
* New generated public header file pango-features.h. Currently contains theBehdad Esfahbod2006-12-071-0/+29
2006-12-06 Behdad Esfahbod <behdad@gnome.org> * configure.in: * pango/Makefile.am: New generated public header file pango-features.h. Currently contains the version information. In the future, can be expanded to define which backends have been enabled, etc. * pango/pango.def: * pango/pango-utils.h: * pango/pango-utils.c: New public macros and functions: PANGO_VERSION_ENCODE(), PANGO_VERSION_MAJOR, PANGO_VERSION_MINOR, PANGO_VERSION_MICRO, PANGO_VERSION, PANGO_VERSION_STRING, PANGO_VERSION_CHECK(), pango_version(), pango_version_string(), pango_version_check(). * docs/pango-docs.sgml: * docs/pango-sections.txt: * docs/tmpl/pango-version.sgml: Docs for new symbols, in a new section. * examples/renderdemo.c (show_version): If run-time Pango lib version is different than the compile-time one, show that one too. * pango/pango.h: #include <pango-utils.h> as well as almost all other public pango-*.h headers (though, the other ones were already included indirectly). The only public pango-*.h header pango.h shouldn't include are pango-ot.h (which is really misnamed) and pango-modules.h (that should not be needed by 99.99% users anyway). * docs/Makefile.am: * docs/check.docs: Test to check that all symbols are documented and properly hooked into documentation tree. * pango/pango.rc.in: * pango/pangoft2.rc.in: * pango/pangowin32.rc.in: Update, reflecting some internal symbol changes. * pango/check.defs: Improve.