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 lineutils.yap
* @author VITOR SANTOS COSTA <vsc@VITORs-MBP.lan>
* @date Tue Nov 17 22:02:22 2015
*
* @brief line text processing.
*
*
*/
:- module(line_utils,
[search_for/2,
@@ -21,7 +30,7 @@
process/2
]).
/** @defgroup LineUtilities Line Manipulation Utilities
/** @defgroup line_utils Line Manipulation Utilities
@ingroup library
@{
@@ -32,6 +41,7 @@ available by loading the
:- use_module(library(lineutils)).
~~~~
*/
:- meta_predicate