diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-10 13:20:03 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-10 13:20:03 -0400 |
commit | 8bed1f3e3a5db4268c4f9f49319d993c922fe496 (patch) | |
tree | 16da25e155ae1b60e2788615e355352ce3eca7ac | |
parent | 38636eb015cb8f6789ffe376d8ba0b8b2bb52912 (diff) | |
download | librambutan-8bed1f3e3a5db4268c4f9f49319d993c922fe496.tar.gz librambutan-8bed1f3e3a5db4268c4f9f49319d993c922fe496.zip |
Doxyfile: Disable TYPEDEF_HIDES_STRUCT to work around Breathe issues.
This works around a problem we're having getting the XML for the
series headers into a form that we can work with in leaflabs-docs.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | support/doxygen/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doxygen/Doxyfile b/support/doxygen/Doxyfile index a267c36..6dbce7d 100644 --- a/support/doxygen/Doxyfile +++ b/support/doxygen/Doxyfile @@ -281,7 +281,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 = YES +TYPEDEF_HIDES_STRUCT = NO # 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. |