commit | 4dcf928a4058d70e85bfe694dbef8733b7351bcf | [log] [tgz] |
---|---|---|
author | David B. Kinder <david.b.kinder@intel.com> | Wed May 30 15:39:36 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 11 17:26:14 2018 -0400 |
tree | 219f8e89d6e527ac4f704a157bb79fd098addf0c | |
parent | 252be0b909d7323d7886495aa6ca5b04ebd749f3 [diff] |
doc: fix doxygen error for device.h macros Doxygen has issues with function macros (those that don't end with a semicolon). Workaround is to have doxygen treat these as predefined by the doxygen preprocessor. Fixes: #7367 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>