zephyr/include/zephyr/debug
Gerard Marull-Paretas a7c3e7e84a doxygen: remove redundant usages of def
The def command Indicates that a comment block contains documentation
for a #define macro. This is useful if the comment block documents a
macro not adjacent to it, e.g.

```c
/**
 * @def MAX(x,y)
 * @brief Computes the maximum of @a x and @a y.
 */
 #ifdef XXX
 #define MAX(x,y) ...
 #endif
```

However, it is not necessary if the comment is adjacent to the
definition, e.g.

```c
/**
 * @brief Computes the maximum of @a x and @a y.
 */
 #define MAX(x,y) ...
```

This patch removes all unnecessary def entries in-tree.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-09 12:29:28 +02:00
..
coredump.h debug: coredump: flash backend: add query/command to get raw data 2022-07-11 18:04:05 +00:00
gcov.h
gdbstub.h
object_tracing.h doxygen: remove redundant usages of def 2022-08-09 12:29:28 +02:00
sparse.h sparse: add an address space and a __sparse_force annotation 2022-05-03 09:37:08 +02:00
stack.h all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
thread_analyzer.h
tracing.h include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00