mainpage.h   mainpage.h 
skipping to change at line 18 skipping to change at line 18
* It provides high performance ipc, and poll. * It provides high performance ipc, and poll.
* *
* We don't intend be an all encompassing library, but instead provide very specially focused APIs that are highly * We don't intend be an all encompassing library, but instead provide very specially focused APIs that are highly
* *
* tuned for maximum performance for client/server applications. * tuned for maximum performance for client/server applications.
* *
* See the following pages for more info: * See the following pages for more info:
* - @subpage qb_list_overview * - @subpage qb_list_overview
* - @subpage qb_atomic_overview * - @subpage qb_atomic_overview
* - @subpage qb_array_overview * - @subpage qb_array_overview
* - @subpage qb_map_overview
* - @subpage qb_hdb_overview * - @subpage qb_hdb_overview
* - @subpage qb_rb_overview * - @subpage qb_rb_overview
* - @subpage qb_loop_overview * - @subpage qb_loop_overview
* - @subpage qb_log_overview
* - @subpage qb_ipc_overview * - @subpage qb_ipc_overview
* - @subpage qb_util_overview
*/ */
/** /**
* @page qb_rb_overview Ringbuffer * @page qb_rb_overview Ringbuffer
* @copydoc qbrb.h * @copydoc qbrb.h
* @see qbrb.h * @see qbrb.h
*/ */
/** /**
* @page qb_list_overview List * @page qb_list_overview List
skipping to change at line 43 skipping to change at line 46
* @see qblist.h * @see qblist.h
*/ */
/** /**
* @page qb_array_overview Array * @page qb_array_overview Array
* @copydoc qbarray.h * @copydoc qbarray.h
* @see qbarray.h * @see qbarray.h
*/ */
/** /**
* @page qb_map_overview Map
* @copydoc qbmap.h
* @see qbmap.h
*/
/**
* @page qb_hdb_overview Handle Database * @page qb_hdb_overview Handle Database
* @copydoc qbhdb.h * @copydoc qbhdb.h
* @see qbhdb.h * @see qbhdb.h
*/ */
/** /**
* @page qb_loop_overview Main Loop * @page qb_loop_overview Main Loop
* @copydoc qbloop.h * @copydoc qbloop.h
* @see qbloop.h * @see qbloop.h
*/ */
/** /**
* @page qb_log_overview Logging
* @copydoc qblog.h
* @see qblog.h
*/
/**
* @page qb_ipc_overview IPC Overview * @page qb_ipc_overview IPC Overview
* *
* @par Overview * @par Overview
* libqb provides a generically reusable very high performance shared memor y IPC sytem for client * libqb provides a generically reusable very high performance shared memor y IPC sytem for client
* and service applications. It supports many features including: * and service applications. It supports many features including:
* - Multiple transport implementations * - Multiple transport implementations
* -# Shared memory implementation for very high performance. * -# Shared memory implementation for very high performance.
* -# Posix Message queues * -# Posix Message queues
* -# SysV Message queues * -# SysV Message queues
* -# Unix sockets * -# Unix sockets
skipping to change at line 97 skipping to change at line 112
* @copydoc qbipcs.h * @copydoc qbipcs.h
* @see qbipcs.h * @see qbipcs.h
* *
*/ */
/** /**
* @page qb_atomic_overview Atomic operations * @page qb_atomic_overview Atomic operations
* @copydoc qbatomic.h * @copydoc qbatomic.h
* @see qbatomic.h * @see qbatomic.h
*/ */
/**
* @page qb_util_overview Common Utilities
* @copydoc qbutil.h
* @see qbutil.h
*/
 End of changes. 6 change blocks. 
0 lines changed or deleted 15 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/