Add documentation

This commit is contained in:
Vítor Santos Costa
2015-11-18 15:06:25 +00:00
parent 7236d4a527
commit ce8a19d381
88 changed files with 7982 additions and 2083 deletions

View File

@@ -1,3 +1,12 @@
/**
* @file cleanup.yap
* @author Christian Thaeter
* @date Tue Nov 17 14:52:58 2015
*
* @brief old implementation of call_cleanup
*
*
*/
:- module( cleanup, [
@@ -8,7 +17,7 @@
op(1150, fx,fragile)
]).
%% @defgroup Cleanup Call Cleanup
%% @defgroup cleanup Old Call Cleanup
% @ingroup library
% @{
%