[polypaudio-commits] r498 - in /trunk: doxygen/doxygen.conf.in src/polyp/context.h src/polyp/glib-mainloop.h src/polyp/mainloop-api.h src/polyp/mainloop-signal.h src/polyp/mainloop.h src/polyp/operation.h src/polyp/polypaudio.h src/polyp/simple.h src/polyp/stream.h

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Thu Feb 16 16:11:54 PST 2006


Author: lennart
Date: Fri Feb 17 01:11:54 2006
New Revision: 498

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=498&root=polypaudio&view=rev
Log:
fix doxygen

Modified:
    trunk/doxygen/doxygen.conf.in
    trunk/src/polyp/context.h
    trunk/src/polyp/glib-mainloop.h
    trunk/src/polyp/mainloop-api.h
    trunk/src/polyp/mainloop-signal.h
    trunk/src/polyp/mainloop.h
    trunk/src/polyp/operation.h
    trunk/src/polyp/polypaudio.h
    trunk/src/polyp/simple.h
    trunk/src/polyp/stream.h

Modified: trunk/doxygen/doxygen.conf.in
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/doxygen/doxygen.conf.in?rev=498&root=polypaudio&r1=497&r2=498&view=diff
==============================================================================
--- trunk/doxygen/doxygen.conf.in (original)
+++ trunk/doxygen/doxygen.conf.in Fri Feb 17 01:11:54 2006
@@ -170,7 +170,7 @@
 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 
 # Doxygen uses this value to replace tabs by spaces in code fragments.
 
-TAB_SIZE               = 8
+TAB_SIZE               = 4
 
 # This tag can be used to specify a number of aliases that acts 
 # as commands in the documentation. An alias has the form "name=value". 
@@ -417,7 +417,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = ../polyp/polyplib-context.h ../polyp/polyplib-stream.h ../polyp/polyplib.h ../polyp/sample.h ../polyp/polyplib-def.h ../polyp/polyplib-subscribe.h ../polyp/polyplib-introspect.h ../polyp/polyplib-scache.h ../polyp/mainloop-api.h ../polyp/cdecl.h ../polyp/glib-mainloop.h ../polyp/mainloop.h ../polyp/mainloop-signal.h ../polyp/polyplib-error.h ../polyp/polyplib-operation.h ../polyp/polyplib-simple.h ../polyp/polyplib-version.h
+INPUT                  = ../src/polyp/context.h ../src/polyp/stream.h ../src/polyp/polypaudio.h ../src/polyp/sample.h ../src/polyp/def.h ../src/polyp/subscribe.h ../src/polyp/introspect.h ../src/polyp/scache.h ../src/polyp/mainloop-api.h ../src/polyp/cdecl.h ../src/polyp/glib-mainloop.h ../src/polyp/mainloop.h ../src/polyp/mainloop-signal.h ../src/polyp/error.h ../src/polyp/operation.h ../src/polyp/simple.h ../src/polyp/version.h ../src/polyp/volume.h ../src/polyp/channelmap.h
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -455,7 +455,7 @@
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
-EXAMPLE_PATH           = ../polyp/
+EXAMPLE_PATH           = ../src/utils ../src/tests
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -550,7 +550,7 @@
 # of all compounds will be generated. Enable this if the project 
 # contains a lot of classes, structs, unions or interfaces.
 
-ALPHABETICAL_INDEX     = NO
+ALPHABETICAL_INDEX     = YES
 
 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
@@ -563,7 +563,7 @@
 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
 # should be ignored while generating the index headers.
 
-IGNORE_PREFIX          = 
+IGNORE_PREFIX          = pa_ PA_
 
 #---------------------------------------------------------------------------
 # configuration options related to the HTML output
@@ -660,7 +660,7 @@
 # This tag can be used to set the number of enum values (range [1..20]) 
 # that doxygen will group on one line in the generated HTML documentation.
 
-ENUM_VALUES_PER_LINE   = 4
+ENUM_VALUES_PER_LINE   = 1
 
 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
 # generated containing a tree-like index structure (just like the one that 

Modified: trunk/src/polyp/context.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/context.h?rev=498&root=polypaudio&r1=497&r2=498&view=diff
==============================================================================
--- trunk/src/polyp/context.h (original)
+++ trunk/src/polyp/context.h Fri Feb 17 01:11:54 2006
@@ -49,7 +49,7 @@
 
 PA_C_DECL_BEGIN
 
-/** \pa_context
+/** \struct pa_context
  * An opaque connection context to a daemon */
 typedef struct pa_context pa_context;
 

Modified: trunk/src/polyp/glib-mainloop.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/glib-mainloop.h?rev=498&root=polypaudio&r1=497&r2=498&view=diff
==============================================================================
--- trunk/src/polyp/glib-mainloop.h (original)
+++ trunk/src/polyp/glib-mainloop.h Fri Feb 17 01:11:54 2006
@@ -32,7 +32,7 @@
 
 PA_C_DECL_BEGIN
 
-/** \pa_glib_mainloop
+/** \struct pa_glib_mainloop
  * An opaque GLIB main loop object */
 typedef struct pa_glib_mainloop pa_glib_mainloop;
 

Modified: trunk/src/polyp/mainloop-api.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/mainloop-api.h?rev=498&root=polypaudio&r1=497&r2=498&view=diff
==============================================================================
--- trunk/src/polyp/mainloop-api.h (original)
+++ trunk/src/polyp/mainloop-api.h Fri Feb 17 01:11:54 2006
@@ -53,15 +53,15 @@
     PA_IO_EVENT_ERROR = 8     /**< Error event */
 } pa_io_event_flags_t;
 
-/** \pa_io_event
+/** \struct pa_io_event
  * An opaque IO event source object */
 typedef struct pa_io_event pa_io_event;
 
-/** \pa_defer_event
+/** \struct pa_defer_event
  * An opaque deferred event source object. Events of this type are triggered once in every main loop iteration */
 typedef struct pa_defer_event pa_defer_event;
 
-/** \pa_time_event
+/** \struct pa_time_event
  * An opaque timer event source object */
 typedef struct pa_time_event pa_time_event;
 

Modified: trunk/src/polyp/mainloop-signal.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/mainloop-signal.h?rev=498&root=polypaudio&r1=497&r2=498&view=diff
==============================================================================
--- trunk/src/polyp/mainloop-signal.h (original)
+++ trunk/src/polyp/mainloop-signal.h Fri Feb 17 01:11:54 2006
@@ -42,7 +42,7 @@
 /** Cleanup the signal subsystem */
 void pa_signal_done(void);
 
-/** \pa_signal_event
+/** \struct pa_signal_event
  * An opaque UNIX signal event source object */
 typedef struct pa_signal_event pa_signal_event;
 

Modified: trunk/src/polyp/mainloop.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/mainloop.h?rev=498&root=polypaudio&r1=497&r2=498&view=diff
==============================================================================
--- trunk/src/polyp/mainloop.h (original)
+++ trunk/src/polyp/mainloop.h Fri Feb 17 01:11:54 2006
@@ -35,7 +35,7 @@
  * defined in \ref mainloop-api.h. This implementation is thread safe
  * as long as you access the main loop object from a single thread only.*/
 
-/** \pa_mainloop
+/** \struct pa_mainloop
  * An opaque main loop object
  */
 typedef struct pa_mainloop pa_mainloop;
@@ -45,7 +45,6 @@
 
 /** Free a main loop object */
 void pa_mainloop_free(pa_mainloop* m);
-
 
 /** Prepare for a single iteration of the main loop. Returns a negative value
 on error or exit request. timeout specifies a maximum timeout for the subsequent

Modified: trunk/src/polyp/operation.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/operation.h?rev=498&root=polypaudio&r1=497&r2=498&view=diff
==============================================================================
--- trunk/src/polyp/operation.h (original)
+++ trunk/src/polyp/operation.h Fri Feb 17 01:11:54 2006
@@ -30,7 +30,7 @@
 
 PA_C_DECL_BEGIN
 
-/** \pa_operation
+/** \struct pa_operation
  * An asynchronous operation object */
 typedef struct pa_operation pa_operation;
 

Modified: trunk/src/polyp/polypaudio.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/polypaudio.h?rev=498&root=polypaudio&r1=497&r2=498&view=diff
==============================================================================
--- trunk/src/polyp/polypaudio.h (original)
+++ trunk/src/polyp/polypaudio.h Fri Feb 17 01:11:54 2006
@@ -70,8 +70,8 @@
  * described in \ref mainloop-api.h. Two distinct implementations are
  * available:
  * 
- * \li \ref mainloop.h: a minimal but fast implementation based on poll()
- * \li \ref glib-mainloop.h: a wrapper around GLIB's main loop
+ * \li \ref mainloop.h : a minimal but fast implementation based on poll()
+ * \li \ref glib-mainloop.h : a wrapper around GLIB's main loop
  *
  * UNIX signals may be hooked to a main loop using the functions from
  * \ref mainloop-signal.h

Modified: trunk/src/polyp/simple.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/simple.h?rev=498&root=polypaudio&r1=497&r2=498&view=diff
==============================================================================
--- trunk/src/polyp/simple.h (original)
+++ trunk/src/polyp/simple.h Fri Feb 17 01:11:54 2006
@@ -41,7 +41,7 @@
 
 PA_C_DECL_BEGIN
 
-/** \pa_simple
+/** \struct pa_simple
  * An opaque simple connection object */
 typedef struct pa_simple pa_simple;
 

Modified: trunk/src/polyp/stream.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/stream.h?rev=498&root=polypaudio&r1=497&r2=498&view=diff
==============================================================================
--- trunk/src/polyp/stream.h (original)
+++ trunk/src/polyp/stream.h Fri Feb 17 01:11:54 2006
@@ -36,7 +36,7 @@
 
 PA_C_DECL_BEGIN
 
-/** \pa_stream
+/** \struct pa_stream
  * An opaque stream for playback or recording */
 typedef struct pa_stream pa_stream;
 




More information about the pulseaudio-commits mailing list