diff options
author | Martin Braun <martin.braun@ettus.com> | 2022-02-24 11:04:39 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-03-14 15:54:24 -0500 |
commit | 1ce81da1d27565049d83b309213de7427a8e4f25 (patch) | |
tree | b20443113c65713bf62b42bc52b0d1c1da1ab30b /host/docs/Doxyfile.in | |
parent | 850ff3b2bfcd4450e1d06194906a80f928c9e604 (diff) | |
download | uhd-1ce81da1d27565049d83b309213de7427a8e4f25.tar.gz uhd-1ce81da1d27565049d83b309213de7427a8e4f25.tar.bz2 uhd-1ce81da1d27565049d83b309213de7427a8e4f25.zip |
docs: Fix Doxygen warnings
- Removed variables that have been deprecated in newer Doxygen versions
- Replaced <speedgrade> with $speedgrade in E310 manual; Doxygen thinks
it's an HTML tag.
Diffstat (limited to 'host/docs/Doxyfile.in')
-rw-r--r-- | host/docs/Doxyfile.in | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in index 2a15c1cf6..4d8e8306b 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -264,12 +264,6 @@ TAB_SIZE = 8 ALIASES = -# This tag can be used to specify a number of word-keyword mappings (TCL only). -# A mapping has the form "name=value". For example adding "class=itcl::class" -# will allow you to use the command class in the itcl::class meaning. - -TCL_SUBST = - # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all @@ -1137,13 +1131,6 @@ VERBATIM_HEADERS = YES ALPHABETICAL_INDEX = NO -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 5 - # In case all classes in a project start with a common prefix, all classes will # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag # can be used to specify a prefix (or a list of prefixes) that should be ignored @@ -1792,7 +1779,7 @@ COMPACT_LATEX = NO # The default value is: a4. # This tag requires that the tag GENERATE_LATEX is set to YES. -PAPER_TYPE = a4wide +PAPER_TYPE = a4 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names # that should be included in the LaTeX output. The package can be specified just |