summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2012-08-06 21:56:51 -0700
committerTomek Mrugalski <tomasz@isc.org>2012-08-06 21:56:51 -0700
commite04feb1f05af5aee300ea14c6a8c1e4cab366555 (patch)
treef17025822e92bc9e25f60f486c0efab2f87a0a9c /doc
parentb81b413d21c73d09b9d1963aab3ded581c557a1c (diff)
downloadisc-dhcp-e04feb1f05af5aee300ea14c6a8c1e4cab366555.tar.gz
[rt25901_atf] Skeleton documentation for architecture, contrib and omapi
Diffstat (limited to 'doc')
-rw-r--r--doc/devel/arch.dox11
-rw-r--r--doc/devel/contrib.dox12
-rw-r--r--doc/devel/mainpage.dox13
-rw-r--r--doc/devel/omapi.dox15
4 files changed, 51 insertions, 0 deletions
diff --git a/doc/devel/arch.dox b/doc/devel/arch.dox
new file mode 100644
index 00000000..6720f4ae
--- /dev/null
+++ b/doc/devel/arch.dox
@@ -0,0 +1,11 @@
+/**
+
+@page archSrv Server Architecture
+
+@todo: Describe high level server architecture here.
+
+@page archCli Client Architecture
+
+@todo: Describe high level client architecture here.
+
+*/ \ No newline at end of file
diff --git a/doc/devel/contrib.dox b/doc/devel/contrib.dox
new file mode 100644
index 00000000..c978b880
--- /dev/null
+++ b/doc/devel/contrib.dox
@@ -0,0 +1,12 @@
+/**
+@page contrib Contributing to DHCP
+
+@section contribDir 3rd party contributions in contrib/ directory
+
+ @todo: Describe contrib/ dir
+
+@section codingGuidelines Coding Guidelines
+
+ @todo: (... if people want to contribute significant code)
+
+*/
diff --git a/doc/devel/mainpage.dox b/doc/devel/mainpage.dox
index bc965ddf..25088268 100644
--- a/doc/devel/mainpage.dox
+++ b/doc/devel/mainpage.dox
@@ -8,8 +8,21 @@
http://www.isc.org/software/dhcp website.
@section toc Table Of Contents
+ - @subpage archSrv
+ - @subpage archCli
- @subpage tests
+ - @subpage testsOverview
+ - @subpage testsAtf
+ - @subpage testsAtfAdding
+ - @subpage testsAtfCoding
- @subpage debug
+ - @subpage omapi
+ - @subpage omapiIntro
+ - @subpage omapiC
+ - @subpage dhcpctl
+ - @subpage contrib
+ - @subpage contribDir
+ - @subpage codingGuidelines
Note: some of the links below may not work if corresponding logs are not available.<br/>
diff --git a/doc/devel/omapi.dox b/doc/devel/omapi.dox
new file mode 100644
index 00000000..c6423cec
--- /dev/null
+++ b/doc/devel/omapi.dox
@@ -0,0 +1,15 @@
+/**
+@page omapi OMAPI Interface
+
+@section omapiIntro Introduction
+
+ @todo: Description of OMAPI and dhcpctl
+
+@section omapiC Object Management API
+
+ @todo: Essentially omapi.3
+
+@section dhcpctl dhcpctl Reference Guide
+ @todo: Essentially dhcpctl.3
+
+*/