Skip to content

Commit

Permalink
documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vscosta committed Sep 13, 2014
1 parent 8a83f16 commit 9caa663
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions cgi.pl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
:- use_foreign_library(foreign(cgi), install_cgi).

/** <module> Read CGI parameters
@ingroup SWILibrary
Below is a very simple CGI script that prints the passed parameters. To
test it, compile this program using the command below, copy it to your
Expand Down
1 change: 1 addition & 0 deletions filesex.pl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
]).

/** <module> Extended operations on files
@ingroup SWILibrary
This module provides additional operations on files. This covers both
more obscure and possible non-portable low-level operations and
Expand Down
1 change: 1 addition & 0 deletions mime.pl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
:- license(gpl).

/** <module> Parse MIME documents
@ingroup SWILibrary
This module defines an interface to the rfc2045 (MIME) parsing library
by Double Precision, Inc, part of the maildrop system. This library is
Expand Down
1 change: 1 addition & 0 deletions process.pl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
]).

/** <module> Create processes and redirect I/O
@ingroup SWILibrary
The module library(process) implements interaction with child processes
and unifies older interfaces such as shell/[1,2], open(pipe(command),
Expand Down
1 change: 1 addition & 0 deletions syslog.pl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
]).

/** <module> Unix syslog interface
@ingroup SWILibrary
This library provides an interface to the Unix syslog() facility. The
interface is an almost direct translation of the POSIX syslog API, with
Expand Down
1 change: 1 addition & 0 deletions uid.pl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
:- use_foreign_library(foreign(uid)).

/** <module> User and group management on Unix systems
@ingroup SWILibrary
This module provides and interface to user and group information on
Posix systems. In addition, it allows for changing user and group ids.
Expand Down
1 change: 1 addition & 0 deletions unix.pl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
:- use_module(library(shlib)).

/** <module> Unix specific operations
@ingroup SWILibrary
The library(unix) library provides the commonly used Unix primitives to
deal with process management. These primitives are useful for many
Expand Down
1 change: 1 addition & 0 deletions uri.pl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
:- use_foreign_library(foreign(uri)).

/** <module> Process URIs
@ingroup SWILibrary
This library provides high-performance C-based primitives for
manipulating URIs. We decided for a C-based implementation for the much
Expand Down
1 change: 1 addition & 0 deletions uuid.pl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
]).

/** <module> Universally Unique Identifier (UUID) Library
@ingroup SWILibrary
The library provides operations on UUIDs. Please consult other sources
for understanding UUIDs and the implications of the different UUID
Expand Down

0 comments on commit 9caa663

Please sign in to comment.