summaryrefslogtreecommitdiffstats
path: root/src/memberdef.h
diff options
context:
space:
mode:
authorSzabi Tolnai <Szabi.Tolnai@cirrus.com>2020-08-10 09:53:34 (GMT)
committerSzabi Tolnai <Szabi.Tolnai@cirrus.com>2020-08-11 13:52:36 (GMT)
commit970b3469a3beaf7041a2efce8d81515077003232 (patch)
tree13e85888a90134690f50fc18c17ab77e742db99d /src/memberdef.h
parent047adfbbc66eaa432ec9cea00e3801e3b4e1bca8 (diff)
downloadDoxygen-970b3469a3beaf7041a2efce8d81515077003232.zip
Doxygen-970b3469a3beaf7041a2efce8d81515077003232.tar.gz
Doxygen-970b3469a3beaf7041a2efce8d81515077003232.tar.bz2
Support commented out argument names in declarations controlled by new cofig EXTRACT_ANON_ARGUMENTS.
Diffstat (limited to 'src/memberdef.h')
-rw-r--r--src/memberdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memberdef.h b/src/memberdef.h
index 4a488d9..5a1e951 100644
--- a/src/memberdef.h
+++ b/src/memberdef.h
@@ -336,6 +336,7 @@ class MemberDef : virtual public Definition
// argument related members
virtual void moveArgumentList(std::unique_ptr<ArgumentList> al) = 0;
virtual void moveDeclArgumentList(std::unique_ptr<ArgumentList> al) = 0;
+ virtual void extractArgumentNames(const MemberDef& md) = 0;
virtual void setDefinitionTemplateParameterLists(const ArgumentLists &lists) = 0;
virtual void setTypeConstraints(const ArgumentList &al) = 0;
virtual void setType(const char *t) = 0;