Skip to content

Commit

Permalink
[meta] Disable doxygen TCL_SUBST and COLS_IN_ALPHA_INDEX (opencompute…
Browse files Browse the repository at this point in the history
…project#1457)

Those features are no longer present on new doxygen versions and are not used by metadata parser

Signed-off-by: Alexander Allen <arallen@nvidia.com>
  • Loading branch information
kcudnik authored and alexrallen committed Apr 20, 2022
1 parent 942c28c commit a90a1cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions meta/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ ALIASES += "deprecated =@par Deprecated:^^ @xmlon
# 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 =
#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
Expand Down Expand Up @@ -995,7 +995,7 @@ ALPHABETICAL_INDEX = YES
# 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
#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
Expand Down
4 changes: 2 additions & 2 deletions meta/Doxyfile.compat
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ ALIASES += "deprecated =@par Deprecated:\n @xmlon
# 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 =
#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
Expand Down Expand Up @@ -995,7 +995,7 @@ ALPHABETICAL_INDEX = YES
# 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
#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
Expand Down

0 comments on commit a90a1cb

Please sign in to comment.