From d552a6278c97e68c83d1121948a36c38826cf477 Mon Sep 17 00:00:00 2001 From: pithikos Date: Mon, 29 Dec 2014 11:48:08 +0000 Subject: [PATCH] Documentation changes --- thpool.c | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/thpool.c b/thpool.c index bb317e7..0f63c90 100644 --- a/thpool.c +++ b/thpool.c @@ -1,26 +1,22 @@ /* ******************************** - * - * Author: Johan Hanssen Seferidis - * Date: 12/08/2011 - * Update: 01/11/2011 - * License: LGPL - * - * + * Author: Johan Hanssen Seferidis + * Date: 12/08/2011 + * License: MIT + * Description: Library providing a threading pool where you can add + * work. For an example on usage refer to the main file + * found in the same package + * *//** @file thpool.h *//* ********************************/ -/* Library providing a threading pool where you can add work. For an example on - * usage you refer to the main file found in the same package */ - -/* - * Fast reminders: +/* Fast reminders: * - * tp = threadpool - * thpool = threadpool - * thpool_t = threadpool type - * tp_p = threadpool pointer - * sem = semaphore - * xN = x can be any string. N stands for amount + * tp = threadpool + * thpool = threadpool + * thpool_t = threadpool type + * tp_p = threadpool pointer + * sem = semaphore + * xN = x can be any string. N stands for amount * * */