diff mbox

[ARCH] exception_handling.dox: add end code tag

Message ID 1404322447-16862-1-git-send-email-mike.holmes@linaro.org
State Rejected
Headers show

Commit Message

Mike Holmes July 2, 2014, 5:34 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 exception_handling.dox | 2 ++
 1 file changed, 2 insertions(+)

--
1.9.1

Comments

Anders Roxell July 7, 2014, 12:57 p.m. UTC | #1
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 mbox

Patch

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