diff options
author | Ross Burton <ross@linux.intel.com> | 2010-08-04 15:32:55 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2010-08-04 15:32:55 +0100 |
commit | ba1a2d8cc1a3adfea752072fa8c66ed7b9d8775d (patch) | |
tree | 32644e0db8027e889083b11d52ff9dfff18bd973 | |
parent | 43c9869e242680ee45e868a6dfbc553e77b95a64 (diff) |
docs: ignore the private structs
-rw-r--r-- | docs/reference/rest/Makefile.am | 3 | ||||
-rw-r--r-- | docs/reference/rest/rest-sections.txt | 14 |
2 files changed, 2 insertions, 15 deletions
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 </SECTION> - -<SECTION> -<FILE>lastfm-proxy-private</FILE> -PROXY_GET_PRIVATE -LastfmProxyPrivate -</SECTION> - -<SECTION> -<FILE>flickr-proxy-private</FILE> -PROXY_GET_PRIVATE -FlickrProxyPrivate -</SECTION> - |