From e04feb1f05af5aee300ea14c6a8c1e4cab366555 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Mon, 6 Aug 2012 21:56:51 -0700 Subject: [rt25901_atf] Skeleton documentation for architecture, contrib and omapi --- doc/devel/arch.dox | 11 +++++++++++ doc/devel/contrib.dox | 12 ++++++++++++ doc/devel/mainpage.dox | 13 +++++++++++++ doc/devel/omapi.dox | 15 +++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 doc/devel/arch.dox create mode 100644 doc/devel/contrib.dox create mode 100644 doc/devel/omapi.dox (limited to 'doc') 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.
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 + +*/ -- cgit v1.2.1