Message ID | 1452015917-5893-1-git-send-email-mike.holmes@linaro.org |
---|---|
State | Accepted |
Commit | 175c5a15815a5a44cba660efd4a86c91f632b780 |
Headers | show |
On Tue, Jan 5, 2016 at 11:45 AM, Mike Holmes <mike.holmes@linaro.org> wrote: > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> > --- > doc/implementers-guide/implementers-guide.adoc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/implementers-guide/implementers-guide.adoc > b/doc/implementers-guide/implementers-guide.adoc > index 8964b0c..1c4203f 100644 > --- a/doc/implementers-guide/implementers-guide.adoc > +++ b/doc/implementers-guide/implementers-guide.adoc > @@ -102,7 +102,7 @@ Examples of modules includes "classification" (API > functions dealing with ingres > packets classification), time (functions dealing with time, excluding > timers > which have their own module), timer,... > The complete module list can be seen at: > -http://docs.opendataplane.org/linux-generic-doxygen-html/modules.html[ODP > Modules] + > + > http://docs.opendataplane.org/master/linux-generic-doxygen-html/modules.html[ODP > Modules] + > Within the platform agnostic area, the tests are also grouped by modules, > matching the ODP API modules: 'test/validation/' mainly contains a list of > directories matching each module name (as defined by the doxygen > "@defgroup" or > -- > 2.5.0 > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp >
Merged. On 5 January 2016 at 13:28, Bill Fischofer <bill.fischofer@linaro.org> wrote: > > > On Tue, Jan 5, 2016 at 11:45 AM, Mike Holmes <mike.holmes@linaro.org> > wrote: > >> Signed-off-by: Mike Holmes <mike.holmes@linaro.org> >> > > Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> > > >> --- >> doc/implementers-guide/implementers-guide.adoc | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/doc/implementers-guide/implementers-guide.adoc >> b/doc/implementers-guide/implementers-guide.adoc >> index 8964b0c..1c4203f 100644 >> --- a/doc/implementers-guide/implementers-guide.adoc >> +++ b/doc/implementers-guide/implementers-guide.adoc >> @@ -102,7 +102,7 @@ Examples of modules includes "classification" (API >> functions dealing with ingres >> packets classification), time (functions dealing with time, excluding >> timers >> which have their own module), timer,... >> The complete module list can be seen at: >> - >> http://docs.opendataplane.org/linux-generic-doxygen-html/modules.html[ODP >> Modules] + >> + >> http://docs.opendataplane.org/master/linux-generic-doxygen-html/modules.html[ODP >> Modules] + >> Within the platform agnostic area, the tests are also grouped by modules, >> matching the ODP API modules: 'test/validation/' mainly contains a list >> of >> directories matching each module name (as defined by the doxygen >> "@defgroup" or >> -- >> 2.5.0 >> >> _______________________________________________ >> lng-odp mailing list >> lng-odp@lists.linaro.org >> https://lists.linaro.org/mailman/listinfo/lng-odp >> > > -- Mike Holmes Technical Manager - Linaro Networking Group Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
diff --git a/doc/implementers-guide/implementers-guide.adoc b/doc/implementers-guide/implementers-guide.adoc index 8964b0c..1c4203f 100644 --- a/doc/implementers-guide/implementers-guide.adoc +++ b/doc/implementers-guide/implementers-guide.adoc @@ -102,7 +102,7 @@ Examples of modules includes "classification" (API functions dealing with ingres packets classification), time (functions dealing with time, excluding timers which have their own module), timer,... The complete module list can be seen at: -http://docs.opendataplane.org/linux-generic-doxygen-html/modules.html[ODP Modules] + +http://docs.opendataplane.org/master/linux-generic-doxygen-html/modules.html[ODP Modules] + Within the platform agnostic area, the tests are also grouped by modules, matching the ODP API modules: 'test/validation/' mainly contains a list of directories matching each module name (as defined by the doxygen "@defgroup" or
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- doc/implementers-guide/implementers-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)