doc: main overview: fix style + reword per spec file

This commit is contained in:
Jan Pokorný 2016-02-16 17:44:03 +01:00
parent 242a07ebc2
commit 3ef3ae434f
No known key found for this signature in database
GPG Key ID: 61BBB23A9E8F8DE2

View File

@ -3,15 +3,13 @@
*
* @section overview Overview
*
* libqb is a thread-safe library with the primary purpose of providing high
* performance client server reusable features.
* libqb is a thread-safe library with the primary purpose of providing
* high-performance, reusable features for client-server architecture,
* such as logging, tracing, inter-process communication (IPC), and polling.
*
* 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
*
* tuned for maximum performance for client/server applications.
* We don't intend this to be an all-encompassing library, but instead
* provide very specially focused APIs that are highly tuned for maximum
* performance for client/server applications.
*
* See the following pages for more info:
* - @subpage qb_list_overview