doc: doxygen and breathe warnings neutralized

- There is too much undocumented code, so warn about syntax errors
  in the existing dox only.
- Breathe does not understand __attribute__, so preproc this out.

Signed-off-by: Marcin Maka <marcin.maka@linux.intel.com>
This commit is contained in:
Marcin Maka 2018-07-03 11:06:31 +02:00
parent 3ae994a461
commit 2fa1119c7a
1 changed files with 2 additions and 1 deletions

View File

@ -17,13 +17,14 @@ QUIET = YES
EXTRACT_ALL = NO
EXTRACT_STATIC = NO
WARN_IF_UNDOCUMENTED = NO
SHOW_INCLUDE_FILES = NO
JAVADOC_AUTOBRIEF = NO
INHERIT_DOCS = YES
ENABLED_SECTIONS = ""
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED =
PREDEFINED = __attribute__(x)=
OPTIMIZE_OUTPUT_FOR_C = YES
TYPEDEF_HIDES_STRUCT = YES