diff src/dbus-server.h @ 11501:9563b768e8e2

[gaim-migrate @ 13746] Doxygen fixes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 Sep 2005 03:58:13 +0000
parents ebb02ea3c789
children c9312177821a
line wrap: on
line diff
--- a/src/dbus-server.h	Sun Sep 11 02:58:03 2005 +0000
+++ b/src/dbus-server.h	Sun Sep 11 03:58:13 2005 +0000
@@ -38,11 +38,11 @@
    proper as well as introduce their own types that will not conflict
    with those introduced by other plugins.
 
-   The structure GaimDbusType has only one element #parent, which
-   contains a pointer to the parent type, or #NULL if the type has no
-   parent.  Parent means the same as the base class is object oriented
+   The structure GaimDbusType has only one element (GaimDBusType::parent), a
+   contains a pointer to the parent type, or @c NULL if the type has no
+   parent.  Parent means the same as the base class in object oriented
    programming.  
-   */
+*/
 
 typedef struct _GaimDBusType GaimDBusType;
 
@@ -147,9 +147,9 @@
 /**
 
  Macro #DBUS_EXPORT expands to nothing.  It is used to indicate to the
- #dbus-analize-functions.py script that the given function should be
+ dbus-analize-functions.py script that the given function should be
  available to other applications through DBUS.  If
- #dbus-analize-functions.py is run without the "--export-only" option,
+ dbus-analize-functions.py is run without the "--export-only" option,
  this prefix is ignored.
 
  */