From f5e70723391bacc2d68c19d367ab414e70f786b4 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Thu, 2 Apr 2015 21:17:27 +0200 Subject: Added function arguments to the LaTeX toc --- qtools/Doxyfile | 2 +- src/memberdef.cpp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/qtools/Doxyfile b/qtools/Doxyfile index 644eee5..41f2ad9 100644 --- a/qtools/Doxyfile +++ b/qtools/Doxyfile @@ -196,7 +196,7 @@ EXTRA_SEARCH_MAPPINGS = #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- -GENERATE_LATEX = NO +GENERATE_LATEX = YES LATEX_OUTPUT = LATEX_CMD_NAME = latex MAKEINDEX_CMD_NAME = makeindex diff --git a/src/memberdef.cpp b/src/memberdef.cpp index f27a579..5061ed8 100644 --- a/src/memberdef.cpp +++ b/src/memberdef.cpp @@ -2591,6 +2591,10 @@ void MemberDef::writeDocumentation(MemberList *ml,OutputList &ol, ldef=ldef.mid(2); } } + else if (isFunction()) + { + title+=argsString(); + } int i=0,l; static QRegExp r("@[0-9]+"); -- cgit v0.12