From ba1a2d8cc1a3adfea752072fa8c66ed7b9d8775d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 4 Aug 2010 15:32:55 +0100 Subject: docs: ignore the private structs --- docs/reference/rest/Makefile.am | 3 +-- docs/reference/rest/rest-sections.txt | 14 +------------- 2 files changed, 2 insertions(+), 15 deletions(-) (limited to 'docs') diff --git a/docs/reference/rest/Makefile.am b/docs/reference/rest/Makefile.am index 1d3947e..c9a31cc 100644 --- a/docs/reference/rest/Makefile.am +++ b/docs/reference/rest/Makefile.am @@ -51,7 +51,7 @@ CFILE_GLOB=$(top_srcdir)/rest/*.c $(top_srcdir)/rest-extras/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=rest-private.h rest-proxy-call-private.h sha1.h +IGNORE_HFILES=sha1.h rest-private.h rest-proxy-call-private.h oauth-proxy-private.h oauth2-proxy-private.h flickr-proxy-private.h lastfm-proxy-private.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png @@ -88,4 +88,3 @@ EXTRA_DIST += # Comment this out if you want your docs-status tested during 'make check' #TESTS = $(GTKDOC_CHECK) - diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt index 64a6178..4ea6432 100644 --- a/docs/reference/rest/rest-sections.txt +++ b/docs/reference/rest/rest-sections.txt @@ -151,6 +151,7 @@ OAUTH_PROXY_CALL_GET_CLASS OAuthProxy OAuthSignatureMethod oauth_proxy_new +oauth_proxy_new_echo_proxy oauth_proxy_new_with_token OAuthProxyAuthCallback oauth_proxy_auth_step @@ -290,16 +291,3 @@ LASTFM_PROXY_CLASS LASTFM_IS_PROXY_CLASS LASTFM_PROXY_GET_CLASS - -
-lastfm-proxy-private -PROXY_GET_PRIVATE -LastfmProxyPrivate -
- -
-flickr-proxy-private -PROXY_GET_PRIVATE -FlickrProxyPrivate -
- -- cgit v1.2.1