aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-12-28 16:51:08 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-12-28 16:51:08 -0300
commit731a68999274ab58fb35f3d3238f713fbf91c878 (patch)
treea6ceccd4e61199b2a2e7f45029ffe33686632620 /shibokengenerator.h
parente489074ccb5bf5b98564d9752907a5657506f4e4 (diff)
Modifies ShibokenGenerator::writeCodeSnips semantics.
A NULL pointer in the "lastArg" parameter of writeCodeSnips means that the function being processed will be called without arguments. The behavior prior to this change was that a NULL lastArg indicates that all arguments are to be used.
Diffstat (limited to 'shibokengenerator.h')
-rw-r--r--shibokengenerator.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/shibokengenerator.h b/shibokengenerator.h
index 74477ad77..83cf195f8 100644
--- a/shibokengenerator.h
+++ b/shibokengenerator.h
@@ -102,7 +102,9 @@ public:
* \param position the position to insert the code snip
* \param language the kind of code snip
* \param func the cpp function
- * \param lastArg last argument whose value is available
+ * \param lastArg last argument whose value is available, usually the last;
+ * a NULL pointer indicates that no argument will be available,
+ * i.e. a call without arguments.
* \param context the class context for the place where the code snip will be written
*/
void writeCodeSnips(QTextStream &s,