From 59d0575864b29eca5b1fa387259e8f7af66cf78c Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 24 May 2011 20:54:20 -0700 Subject: [PATCH] Move aodv module description out of doxygen --- doc/models/Makefile | 1 + doc/models/source/index.rst | 1 + src/aodv/doc/aodv.h | 49 +------------ src/aodv/doc/aodv.rst | 134 ++++++++++++++++++++++++++++++++++++ 4 files changed, 137 insertions(+), 48 deletions(-) create mode 100644 src/aodv/doc/aodv.rst diff --git a/doc/models/Makefile b/doc/models/Makefile index 66787911c..54db973fb 100644 --- a/doc/models/Makefile +++ b/doc/models/Makefile @@ -20,6 +20,7 @@ SOURCES = \ source/routing.rst \ source/emulation-overview.rst \ source/support.rst \ + $(SRC)/aodv/doc/aodv.rst \ $(SRC)/applications/doc/applications.rst \ $(SRC)/bridge/doc/bridge.rst \ $(SRC)/click/doc/click.rst \ diff --git a/doc/models/source/index.rst b/doc/models/source/index.rst index 4acd718aa..a83257b52 100644 --- a/doc/models/source/index.rst +++ b/doc/models/source/index.rst @@ -20,6 +20,7 @@ This document is written in `reStructuredText