?
FossilOrigin-Name: 88c390d6d5cc0560472bfa121e05ab1ba4ce4f0c6f02893901959c3728819ec2
This commit is contained in:
parent
5a1cbe1240
commit
a68848cdba
2 changed files with 1 additions and 2 deletions
2
Doxyfile
2
Doxyfile
|
@ -1549,7 +1549,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
|
|||
# The default value is: NO.
|
||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||
|
||||
DISABLE_INDEX = YES
|
||||
DISABLE_INDEX = NO
|
||||
|
||||
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
|
||||
# structure should be generated to display hierarchical information. If the tag
|
||||
|
|
|
@ -80,6 +80,5 @@ std::optional<RequestArgs_t> Request::match_get_args(const Request& other)
|
|||
return std::nullopt;
|
||||
}
|
||||
|
||||
//
|
||||
return args;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue