diff mbox

[ARCH] testing.dox: Fix section overview tag

Message ID 1416416790-43348-1-git-send-email-mike.holmes@linaro.org
State Accepted
Headers show

Commit Message

Mike Holmes Nov. 19, 2014, 5:06 p.m. UTC
The overview section had a badly formatted doxygen section tag.

Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 testing.dox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Anders Roxell Nov. 19, 2014, 7:43 p.m. UTC | #1
On 2014-11-19 12:06, Mike Holmes wrote:
> The overview section had a badly formatted doxygen section tag.
> 
> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

Applied,

Thanks,
Anders

> ---
>  testing.dox | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/testing.dox b/testing.dox
> index 8b210be..86498f8 100644
> --- a/testing.dox
> +++ b/testing.dox
> @@ -10,7 +10,7 @@
>  
>  @tableofcontents
>  
> -@sectiooverview Overview
> +@section overview Overview
>  The goals for ODP API testing are:
>   - Ensure that all platform implementations operate identically from the perspective of the application. Optional APIs or optional features of an API must operate identically between platforms but this can be to return any indication specified by the API and call ODP_UNIMPLEMENTED.
>   - Ensure that a given API performs to the specification defined in the published ODP Architecture & API document in source code control. The API should provide specific information on how the API will respond to its arguments.
> -- 
> 2.1.0
> 
> 
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
diff mbox

Patch

diff --git a/testing.dox b/testing.dox
index 8b210be..86498f8 100644
--- a/testing.dox
+++ b/testing.dox
@@ -10,7 +10,7 @@ 
 
 @tableofcontents
 
-@sectiooverview Overview
+@section overview Overview
 The goals for ODP API testing are:
  - Ensure that all platform implementations operate identically from the perspective of the application. Optional APIs or optional features of an API must operate identically between platforms but this can be to return any indication specified by the API and call ODP_UNIMPLEMENTED.
  - Ensure that a given API performs to the specification defined in the published ODP Architecture & API document in source code control. The API should provide specific information on how the API will respond to its arguments.