Author: sgranjoux
Date: Tue Jan 29 21:07:38 2008
New Revision: 3546
URL: http://svn.gnome.org/viewvc/anjuta?rev=3546&view=rev

Log:
        * manuals/reference/libanjuta/libanjuta-docs.sgml,
        manuals/reference/libanjuta/libanjuta-sections.txt,
        libanjuta/interfaces/libanjuta.idl:
        Documentation fixes for IAnjutaDebugger* interfaces


Modified:
   trunk/ChangeLog
   trunk/libanjuta/interfaces/libanjuta.idl
   trunk/manuals/reference/libanjuta/libanjuta-docs.sgml
   trunk/manuals/reference/libanjuta/libanjuta-sections.txt

Modified: trunk/libanjuta/interfaces/libanjuta.idl
==============================================================================
--- trunk/libanjuta/interfaces/libanjuta.idl    (original)
+++ trunk/libanjuta/interfaces/libanjuta.idl    Tue Jan 29 21:07:38 2008
@@ -4045,6 +4045,18 @@
                
 }
 
+/**
+* SECTION:ianjuta-debug-manager
+* @title: IAnjutaDebugManager
+* @short_description: Common graphical interface to all debugger
+* @see_also: 
+* @stability: Unstable
+* @include: libanjuta/interfaces/ianjuta-debug-manager.h
+* 
+* This interface wrap the real debugger plugin and provide a 
+* common graphical user interface.
+*/
+
 interface IAnjutaDebugManager
 {
        #include "ianjuta-debugger.h"

Modified: trunk/manuals/reference/libanjuta/libanjuta-docs.sgml
==============================================================================
--- trunk/manuals/reference/libanjuta/libanjuta-docs.sgml       (original)
+++ trunk/manuals/reference/libanjuta/libanjuta-docs.sgml       Tue Jan 29 
21:07:38 2008
@@ -84,10 +84,13 @@
   <chapter id="plugin-interfaces">
     <title>Plugin interfaces</title>
        <xi:include href="xml/ianjuta-bookmark.xml"/>
-       <xi:include href="xml/ianjuta-breakpoint-debugger.xml"/>
        <xi:include href="xml/ianjuta-buildable.xml"/>
-       <xi:include href="xml/ianjuta-cpu-debugger.xml"/>
        <xi:include href="xml/ianjuta-debugger.xml"/>
+       <xi:include href="xml/ianjuta-debugger-breakpoint.xml"/>
+       <xi:include href="xml/ianjuta-debugger-instruction.xml"/>
+       <xi:include href="xml/ianjuta-debugger-memory.xml"/>
+       <xi:include href="xml/ianjuta-debugger-register.xml"/>
+       <xi:include href="xml/ianjuta-debugger-variable.xml"/>
        <xi:include href="xml/ianjuta-debug-manager.xml"/>
        <xi:include href="xml/ianjuta-document.xml"/>
        <xi:include href="xml/ianjuta-document-manager.xml"/>

Modified: trunk/manuals/reference/libanjuta/libanjuta-sections.txt
==============================================================================
--- trunk/manuals/reference/libanjuta/libanjuta-sections.txt    (original)
+++ trunk/manuals/reference/libanjuta/libanjuta-sections.txt    Tue Jan 29 
21:07:38 2008
@@ -1804,27 +1804,6 @@
 </SECTION>
 
 <SECTION>
-<FILE>ianjutai-debugger-variable</FILE>
-IAnjutaiDebuggerVariableObject
-IANJUTAI_DEBUGGER_VARIABLE_ERROR
-IAnjutaiDebuggerVariable
-IAnjutaiDebuggerVariableIface
-ianjutai_debugger_variable_error_quark
-ianjutai_debugger_variable_assign
-ianjutai_debugger_variable_create
-ianjutai_debugger_variable_destroy
-ianjutai_debugger_variable_evaluate
-ianjutai_debugger_variable_list_children
-ianjutai_debugger_variable_update
-<SUBSECTION Standard>
-IANJUTAI_DEBUGGER_VARIABLE
-IANJUTAI_IS_DEBUGGER_VARIABLE
-IANJUTAI_TYPE_DEBUGGER_VARIABLE
-ianjutai_debugger_variable_get_type
-IANJUTAI_DEBUGGER_VARIABLE_GET_IFACE
-</SECTION>
-
-<SECTION>
 <FILE>ianjuta-debugger-register</FILE>
 IAnjutaDebuggerRegisterData
 IANJUTA_DEBUGGER_REGISTER_ERROR
@@ -1833,7 +1812,7 @@
 ianjuta_debugger_register_error_quark
 ianjuta_debugger_register_list
 ianjuta_debugger_register_update
-ianjuta_debugger_register_write_register
+ianjuta_debugger_register_write
 <SUBSECTION Standard>
 IANJUTA_DEBUGGER_REGISTER
 IANJUTA_IS_DEBUGGER_REGISTER
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to