[nautilus-sendto/gnome-3-0] Documentation fixes



commit de17ca413cefe77e3ff99f58d62b9d0dfa0134af
Author: Javier JardÃn <jjardon gnome org>
Date:   Wed Mar 21 16:08:46 2012 +0000

    Documentation fixes
    
    Ignore nst-enum-types.h and add a deprecated section
    so gtk-doc-check passes again

 docs/nautilus-sendto/Makefile.am               |    8 +++++++-
 docs/nautilus-sendto/nautilus-sendto-docs.sgml |    5 +++++
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/docs/nautilus-sendto/Makefile.am b/docs/nautilus-sendto/Makefile.am
index dbe9c3b..9fbe325 100644
--- a/docs/nautilus-sendto/Makefile.am
+++ b/docs/nautilus-sendto/Makefile.am
@@ -54,7 +54,13 @@ CFILE_GLOB=$(top_srcdir)/src/*.c
 
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=nautilus-nste.h bluetooth-marshal.h e-contact-entry.h econtactentry-marshal.h nst-common.h
+IGNORE_HFILES = \
+	bluetooth-marshal.h	\
+	e-contact-entry.h	\
+	econtactentry-marshal.h	\
+	nautilus-nste.h		\
+	nst-common.h		\
+	nst-enum-types.h
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/docs/nautilus-sendto/nautilus-sendto-docs.sgml b/docs/nautilus-sendto/nautilus-sendto-docs.sgml
index a3b1778..ed4f00a 100644
--- a/docs/nautilus-sendto/nautilus-sendto-docs.sgml
+++ b/docs/nautilus-sendto/nautilus-sendto-docs.sgml
@@ -25,5 +25,10 @@
     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
   </index>
 
+  <index id="api-index-deprecated" role="deprecated">
+    <title>Index of deprecated symbols</title>
+    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
+  </index>
+
   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 </book>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]