commit | 3d4f213a9c7b227cce88917463c50cdfe0fc89c8 | [log] [tgz] |
---|---|---|
author | David B. Kinder <david.b.kinder@intel.com> | Fri Sep 29 11:31:46 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Sep 29 12:17:28 2017 -0700 |
tree | 2e3f6b29214c66c2494bee55ad437092fd4a4949 | |
parent | 6831351799f965f0e9f3268439a9d5994a347715 [diff] |
doc: add sphinx/breathe conf to eliminate warnings The doxygen/sphinx/breathe processing for API documentation has some known issues and we've been using a post-processing filter to eliminate "expected" warnings. Sphinx/Breathe 5.0 was updated to support identifying attributes causing these warnings, so this PR adds a starting list to get around warnings recently introduced with __syscall and __syscall_inline (PR #4103). Signed-off-by: David B. Kinder <david.b.kinder@intel.com>