Skip to content

Commit

Permalink
json output: note on varargs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredreichbier committed Feb 4, 2010
1 parent da84f0e commit 123b902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/compilers/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ A function entity has the following attributes:
["foobar", "pointer(Int)", null]
]

.. note:: If a function has varargs, the last element in the "arguments" list will be an argument named "..." with the type "": ``["...", "", null]``.

``memberFunction``
~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 123b902

Please sign in to comment.