aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-05-10 13:20:03 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-05-10 13:20:03 -0400
commit8bed1f3e3a5db4268c4f9f49319d993c922fe496 (patch)
tree16da25e155ae1b60e2788615e355352ce3eca7ac /support
parent38636eb015cb8f6789ffe376d8ba0b8b2bb52912 (diff)
downloadlibrambutan-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>
Diffstat (limited to 'support')
-rw-r--r--support/doxygen/Doxyfile2
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.