X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=blobdiff_plain;f=Doxyfile-common;h=583ceddd685de4d6912acb3f723e243c75d060cb;hp=a6bd5495347eb19a2c31b39870fa1392fbc0cfb5;hb=HEAD;hpb=e5cf108988c4259d52872a9cc17728a97fdb1201 diff --git a/Doxyfile-common b/Doxyfile-common index a6bd5495..583ceddd 100644 --- a/Doxyfile-common +++ b/Doxyfile-common @@ -265,7 +265,7 @@ SUBGROUPING = YES # be useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. -TYPEDEF_HIDES_STRUCT = NO +TYPEDEF_HIDES_STRUCT = YES # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to # determine which symbols to keep in memory and which to flush to disk. @@ -552,7 +552,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT += bertos/ +INPUT += bertos/ \ + doc/general-introduction # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp