diff options
author | Rob Austein <sra@hactrn.net> | 2007-08-12 04:17:42 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-08-12 04:17:42 +0000 |
commit | 307e3c25b1c42e19e996f193a086cc4024f99014 (patch) | |
tree | 1e75459029314380a7ef1016161c1d5e07d23fbd /scripts/rpki/__init__.py | |
parent | 4e1caf4abd943317ff18b5f99fd665292f89ba3b (diff) |
More Doxygen.
svn path=/scripts/rpki/Doxyfile; revision=871
Diffstat (limited to 'scripts/rpki/__init__.py')
-rw-r--r-- | scripts/rpki/__init__.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/rpki/__init__.py b/scripts/rpki/__init__.py index e69de29b..6913b3cc 100644 --- a/scripts/rpki/__init__.py +++ b/scripts/rpki/__init__.py @@ -0,0 +1,11 @@ +# $Id$ + +## @mainpage +## +## This collection of Python modules implements a prototype of the +## RPKI Engine. Well, ok, it will when it's done, this is a work in +## progress. +## +## See http://viewvc.hactrn.net/subvert-rpki.hactrn.net/ for code, +## design documents, a text mirror of portions of APNIC's Wiki, etc. + |