Browse Source

Inlining simple structures in documentation.

pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
7712505f7c
  1. 2
      Doxyfile

2
Doxyfile

@ -319,7 +319,7 @@ INLINE_GROUPED_CLASSES = NO
# structs, classes, and unions are shown on a separate page (for HTML and Man
# pages) or section (for LaTeX and RTF).
INLINE_SIMPLE_STRUCTS = NO
INLINE_SIMPLE_STRUCTS = YES
# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
# is documented as struct, union, or enum with the name of the typedef. So

Loading…
Cancel
Save