Skip to content
Snippets Groups Projects
Commit beff9549 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'fixdoxyg' into 'master'

Fix a doxygen warning

See merge request atlas/athena!38733
parents c214a5f8 b3a8849c
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* char* p = ...; * char* p = ...;
* int* ip = reinterpret_cast<int*>(p); * int* ip = reinterpret_cast<int*>(p);
* int i = *ip++; * int i = *ip++;
@endif *@endcode
* *
* is undefined if @c p isn't aligned to an int boundary. It further * is undefined if @c p isn't aligned to an int boundary. It further
* will read the value using the host endianness, which is an issue * will read the value using the host endianness, which is an issue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment