Add documentation
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
/****************************************
|
||||
File: rltree.yap
|
||||
Author: Nuno A. Fonseca
|
||||
Comments: Range-List (RL) tree data structure implementation for YAP
|
||||
version: $Id: rltree.yap,v 1.1 2008-03-26 23:05:22 nunofonseca Exp $
|
||||
****************************************/
|
||||
/**
|
||||
* @file rltree.yap
|
||||
* @author Nuno A. Fonseca
|
||||
* @date 2008-03-26 23:05:22
|
||||
*
|
||||
* @brief Range-List (RL) tree data structure implementation for YAP
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
:- module(rltree, [
|
||||
rl_new/2, %% (+Maximum Interval value, -Range-List Id)
|
||||
@@ -18,4 +21,15 @@
|
||||
rl_freeze/1 %%(+Range-List Id)
|
||||
]).
|
||||
|
||||
|
||||
/**
|
||||
* @defgroup rltrees
|
||||
* @ingroup library
|
||||
*
|
||||
* Range-List (RL) tree data structure implementation for YAP
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
:- load_foreign_files([yap_rl], [], init_rl).
|
||||
|
Reference in New Issue
Block a user