diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2019-04-17 15:13:48 +0200 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2019-04-17 15:13:56 +0200 |
| commit | acb8458e225384abcf3511d81eca971702aded20 (patch) | |
| tree | c761c360f86507ed1d00d969dc9450906494e240 /doc | |
| parent | 6c585b5941945f9d6731dbd74902d146d32874c4 (diff) | |
[doc] document C interface.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doxygen/Doxyfile.in | 4 | ||||
| -rw-r--r-- | doc/doxygen/header.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/doxygen/Doxyfile.in b/doc/doxygen/Doxyfile.in index e984531..e91b1f9 100644 --- a/doc/doxygen/Doxyfile.in +++ b/doc/doxygen/Doxyfile.in @@ -327,7 +327,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 @@ -337,7 +337,7 @@ INLINE_SIMPLE_STRUCTS = NO # 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. diff --git a/doc/doxygen/header.html b/doc/doxygen/header.html index 031694a..ba3f857 100644 --- a/doc/doxygen/header.html +++ b/doc/doxygen/header.html @@ -6,5 +6,5 @@ </HEAD> <BODY BGCOLOR="#FFFFFF"> <CENTER> -<a class="qindex" href="index.html">Home</a> <a class="qindex" href="annotated.html">Class/Enum List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> </CENTER> +<a class="qindex" href="index.html">Home</a> <a class="qindex" href="annotated.html">Class/Enum List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="group__C-interface.html">C interface</a> </CENTER> <HR> |
