Message ID | 1404322447-16862-1-git-send-email-mike.holmes@linaro.org |
---|---|
State | Rejected |
Headers | show |
On 2014-07-02 13:34, Mike Holmes wrote: > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > --- > exception_handling.dox | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/exception_handling.dox b/exception_handling.dox > index fac5110..fe693bc 100644 > --- a/exception_handling.dox > +++ b/exception_handling.dox > @@ -69,6 +69,8 @@ struct timer > > ODP_STATIC_ASSERT (ODP_OFFSETOF(timer, DATA) != 4, "DATA must be at offset 4 in timer"); > > +@endcode > + > @section compile_run_time Run time programming exceptions > There are two rules > -# These must be capable of being turned off by defining -DODP_NO_DEBUG > -- > 1.9.1 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp Merged, thanks!
diff --git a/exception_handling.dox b/exception_handling.dox index fac5110..fe693bc 100644 --- a/exception_handling.dox +++ b/exception_handling.dox @@ -69,6 +69,8 @@ struct timer ODP_STATIC_ASSERT (ODP_OFFSETOF(timer, DATA) != 4, "DATA must be at offset 4 in timer"); +@endcode + @section compile_run_time Run time programming exceptions There are two rules -# These must be capable of being turned off by defining -DODP_NO_DEBUG
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- exception_handling.dox | 2 ++ 1 file changed, 2 insertions(+) -- 1.9.1