Skip to content

Commit cd3dc5a

Browse files
author
Dilawar Singh
committed
Needs final touch.
1 parent 5262dc4 commit cd3dc5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

builtins/Function.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ const Cinfo * Function::initCinfo()
213213

214214
static LookupValueFinfo< Function, string, unsigned int > xindex(
215215
"xindex",
216-
"Return the index of given variable. It can be used with field `x`",
216+
"(developer only) Returns the index of a given variable which can be used with field `x`."
217+
" Note that we have a mechanism to map string (variable name) to integer "
218+
" (variable index).",
217219
&Function::setVarIndex,
218220
&Function::getVarIndex
219221
);

0 commit comments

Comments
 (0)