From c07ad72f016930e2aba6471d0e2e9625b935bf9a Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 24 Jan 2019 17:52:53 +0100 Subject: Remove cframework files from master Change-Id: I02f17ede1cf97986a8b8852ed6d6a28fc016f590 Signed-off-by: Mauro Sardara --- libparc/parc/algol/Groups.dox | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 libparc/parc/algol/Groups.dox (limited to 'libparc/parc/algol/Groups.dox') diff --git a/libparc/parc/algol/Groups.dox b/libparc/parc/algol/Groups.dox deleted file mode 100644 index f798378c..00000000 --- a/libparc/parc/algol/Groups.dox +++ /dev/null @@ -1,41 +0,0 @@ -/** -\mainpage -The PARC Library is a collection of data structures, algorithms, -abstractions and generally useful facilities for C programs. - -The most notable facility of the PARC library is the use of `PARCObject` -reference counted allocated memory. - -The general abstractions provided by the library try to follow along with the -Java runtime. -For example, the PARC Library provides `PARCHashMap`, `PARCLinkedList`, -`PARCInputStream`, and so forth. -Ideally, the Java programmer will feel at home with the PARC Library. - -@defgroup types Basic Types -@brief Basic Types - -@defgroup object Reference counted object types -@brief Reference counted object types - -@defgroup datastructures Data Structures -@brief Data structures - -@defgroup inputoutput Input Output -@brief Functions to manage input and output. - -@defgroup memory Memory and Buffer Management -@brief Functions to manage memory and references to memory. - -@defgroup threading Threading and Concurrency -@brief Functions to manage Threading and Concurrency. - -@defgroup security Security -@brief Functions to manage Security. - -@defgroup developer Developer Aids -@brief Functions to provide Developer Aids. - -@defgroup networking Networking and Communication -@brief Functions to manage Networking and Communication. -*/ -- cgit 1.2.3-korg