hal/libhal-storage libhal-storage.c, 1.32, 1.33 libhal-storage.h, 1.17, 1.18

David Zeuthen david at kemper.freedesktop.org
Sat Feb 25 12:38:25 PST 2006


Update of /cvs/hal/hal/libhal-storage
In directory kemper:/tmp/cvs-serv7058/libhal-storage

Modified Files:
	libhal-storage.c libhal-storage.h 
Log Message:
2006-02-25  David Zeuthen  <davidz at redhat.com>

        * libhal/libhal.[ch]: Convert doc comments from Doxygen to gtk-doc

        * libhal-storage/libhal-storage.[ch]: Convert doc comments from
        Doxygen to gtk-doc (not completely done)

        * doc/api/hal-docs.xml: New file

        * doc/api/Doxyfile.in: Remove

        * doc/api/Makefile.am: Use gtk-doc instead of Doxygen

        * configure.in: Various cleanups; use gtk-doc instead of Doxygen

        * autogen.sh: Pass --enable-gtk-doc to configure.

        * acinclude.m4: Add GTK_DOC_CHECK, from cairo, thanks.



Index: libhal-storage.c
===================================================================
RCS file: /cvs/hal/hal/libhal-storage/libhal-storage.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- libhal-storage.c	23 Feb 2006 00:23:13 -0000	1.32
+++ libhal-storage.c	25 Feb 2006 20:38:23 -0000	1.33
@@ -57,17 +57,6 @@
 # define N_(String) (String)
 #endif
 
-/**
- * @defgroup LibHalStorage HAL Storage and Volumes library
- * @brief HAL Storage and Volumes library
- *
- *  @{
- */
-
-/**
- * @typedef typedef struct IconMappingEntry_s {} IconMappingEntry
- * @brief typdef of IconMappingEntry_s
- */
 typedef struct IconMappingEntry_s {
 	LibHalStoragePolicyIcon icon;
 	char *path;

Index: libhal-storage.h
===================================================================
RCS file: /cvs/hal/hal/libhal-storage/libhal-storage.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- libhal-storage.h	23 Feb 2006 00:23:13 -0000	1.17
+++ libhal-storage.h	25 Feb 2006 20:38:23 -0000	1.18
@@ -34,20 +34,12 @@
 extern "C" {
 #endif
 
-/**
- * @addtogroup HAL Storage and Volume abstraction
- *
- * @{
- */
-
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
 struct LibHalDrive_s;
 typedef struct LibHalDrive_s LibHalDrive;
 struct LibHalVolume_s;
 typedef struct LibHalVolume_s LibHalVolume;
 struct LibHalStoragePolicy_s;
 typedef struct LibHalStoragePolicy_s LibHalStoragePolicy;
-#endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
 
 typedef enum {
@@ -339,7 +331,6 @@
 							    	 LibHalVolume        *volume, 
 							    	 LibHalStoragePolicy *policy);
 
-/** @} */
 
 #if defined(__cplusplus)
 }




More information about the hal-commit mailing list