Michael Jones 71660ccdf1 Account for arguments with only a type and no parameter name
Previously, the code was parsing the type into the argname variable and then
when it found something (not "," or ")") following the type it swapped the name
into the type and parsed next part as the name.

However, when no name is provided, as it allowed in c++, if you're not planning
on using the parameter, or it is in a function declaration, then the actual
type was being left in the name variable and the type variable was empty.

As a result function signatures for references were being generated without
knowledge of the type, which is the important factor in disambiguating
overloaded functions.
2010-11-18 08:56:39 +13:00
2010-11-12 08:26:20 +01:00
2010-11-12 08:34:47 +01:00
2010-01-18 00:38:10 +01:00
2010-11-12 08:35:03 +01:00
2010-10-17 08:41:52 +02:00
2008-11-23 19:50:56 +01:00
2010-01-01 14:09:13 +01:00
2010-07-23 12:38:41 +01:00
2009-03-28 14:51:45 -05:00
2009-03-09 09:42:05 +01:00
2010-07-23 12:42:03 +01:00
2010-01-01 14:09:13 +01:00
2010-01-01 14:09:13 +01:00
2010-01-01 14:09:13 +01:00
2009-10-26 09:30:43 +01:00
2010-07-26 19:31:07 +02:00

.. -*- restructuredtext -*-

=================
README for Sphinx
=================

Installing
==========

Use ``setup.py``::

   python setup.py build
   sudo python setup.py install


Reading the docs
================

After installing::

   cd doc
   sphinx-build . _build/html

Then, direct your browser to ``_build/html/index.html``.

Or read them online at <http://sphinx.pocoo.org/>.


Contributing
============

Send wishes, comments, patches, etc. to sphinx-dev@googlegroups.com.
Description
Languages
Python 79.5%
JavaScript 11.5%
TeX 5.6%
Jinja 2.5%
HTML 0.6%
Other 0.2%