gtk-doc parsing fixes
authorshort <>
Wed, 5 Feb 2003 16:59:26 +0000 (16:59 +0000)
committershort <>
Wed, 5 Feb 2003 16:59:26 +0000 (16:59 +0000)
src/client/libcaptive-gnomevfs/gnome-vfs-method.c
src/libcaptive/fs/name.c
src/libcaptive/include/captive/client.h
src/libcaptive/include/captive/macros.h
src/libcaptive/ke/brkpoint.c
src/libcaptive/ke/main.c

index 1e62807..ded91b3 100644 (file)
@@ -596,6 +596,7 @@ GnomeVFSMethod *captive_gnomevfs_method_init(const gchar *fs_path)
 
 /**
  * captive_gnomevfs_method_shutdown:
+ *
  * Shutdowns libcaptive-gnomevfs successfuly flushing all caches.
  *
  * This operation may not completely clean up the process space
index 5280c99..93508d0 100644 (file)
@@ -32,6 +32,7 @@ UCHAR **FsRtlLegalAnsiCharacterArray;
 
 /**
  * captive_FsRtlLegalAnsiCharacterArray_init:
+ *
  * Initialize #FsRtlLegalAnsiCharacterArray character classes
  * by appropriate #FSRTL_FAT_LEGAL etc. flags.
  */
index 70002b7..980af34 100644 (file)
@@ -49,6 +49,7 @@ extern gboolean captive_debug_messages;
 extern GIOChannel *captive_image_iochannel;
 /**
  * captive_image_size:
+ *
  * Size of #captive_image_iochannel. Empty files are rejected and therefore
  * this value is always >0 after successful captive_init().
  * Value is detected by captive_giochannel_size(captive_image_iochannel).
index d9ac486..b5f23c1 100644 (file)
@@ -230,7 +230,7 @@ G_BEGIN_DECLS
 /**
  * captive_printf_alloca:
  * @format: Format string. See the sprintf() documentation.
- * @args: Arguments for @format. See the sprintf() documentation.
+ * @args...: Arguments for @format. See the sprintf() documentation.
  *
  * Format the given format string @format as in sprintf().
  * Output buffer is allocated automatically and it does not need to be deallocated
index 7a604e4..883ce47 100644 (file)
@@ -27,6 +27,7 @@
 
 /**
  * DbgBreakPoint:
+ *
  * Invoke kernel debugger. libcaptive just writes "DbgBreakPoint() hit"
  * and continues the run. Called by ext2fsd.sys V0.10A in %DBG mode.
  */
index 4598aa0..e7d2e71 100644 (file)
@@ -25,6 +25,7 @@
 
 /**
  * KeNumberProcessors:
+ *
  * libcaptive is currently single-threaded single-processor emulation
  * and therefore #KeNumberProcessors has always constant value 1.
  * See also KeGetCurrentProcessorNumber() which should always return 0.