/soc/2013/ankitkv/gobjectification: 5e205759b808: Do not scan *i...
Ankit Vani
a at nevitus.org
Sat Jan 25 09:42:05 EST 2014
Changeset: 5e205759b8080793d4fa21dcbb5108e79ac1d814
Author: Ankit Vani <a at nevitus.org>
Date: 2014-01-25 20:11 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/5e205759b808
Description:
Do not scan *internal.h files for documentation
diffstat:
doc/reference/finch/Makefile.am | 3 ++-
doc/reference/libpurple/Makefile.am | 1 +
doc/reference/pidgin/Makefile.am | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)
diffs (37 lines):
diff --git a/doc/reference/finch/Makefile.am b/doc/reference/finch/Makefile.am
--- a/doc/reference/finch/Makefile.am
+++ b/doc/reference/finch/Makefile.am
@@ -63,7 +63,8 @@ EXTRA_HFILES=
IGNORE_HFILES=\
plugins \
test \
- wms
+ wms \
+ gntinternal.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/doc/reference/libpurple/Makefile.am b/doc/reference/libpurple/Makefile.am
--- a/doc/reference/libpurple/Makefile.am
+++ b/doc/reference/libpurple/Makefile.am
@@ -68,6 +68,7 @@ IGNORE_HFILES=\
tests \
win32 \
dbus-types.h \
+ internal.h \
purple-client.h \
purple-client-bindings.h \
dbus-define-api.h
diff --git a/doc/reference/pidgin/Makefile.am b/doc/reference/pidgin/Makefile.am
--- a/doc/reference/pidgin/Makefile.am
+++ b/doc/reference/pidgin/Makefile.am
@@ -64,7 +64,8 @@ IGNORE_HFILES=\
pixmaps \
plugins \
themes \
- win32
+ win32 \
+ gtkinternal.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
More information about the Commits
mailing list