interface documentation.

to a big part stolen from the logging framework
This commit is contained in:
Bernhard Amann 2012-02-16 11:27:10 -08:00
parent a850cc5992
commit 84883348ec
6 changed files with 350 additions and 32 deletions

View file

@ -185,4 +185,10 @@ enum ID %{
Unknown,
%}
enum Mode %{
MANUAL,
REREAD,
STREAM,
%}
module GLOBAL;