summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'doxygen' of https://github.com/vadz/swig into vadz-doxygenOlly Betts2015-03-16171-384/+16625
|\ \ \ | |/ / |/| |
| * | Fix missing returns in the Doxygen test suite code.Vadim Zeitlin2015-02-176-29/+32
| * | Fix trimming whitespace from Doxygen comments.Vadim Zeitlin2015-02-172-2/+4
| * | Remove code not doing anything from PyDocConverter.Vadim Zeitlin2015-02-161-2/+0
| * | Remove unused <sstream> header.Vadim Zeitlin2015-02-161-1/+0
| * | Remove unreferenced struct declaration.Vadim Zeitlin2015-02-161-4/+0
| * | Remove unused Swig_warn() function.Vadim Zeitlin2015-02-161-2/+1
| * | Another merge with master.Vadim Zeitlin2015-02-16419-1324/+18684
| |\ \
| * | | Remove any whitespace before ignored Doxygen commands.Vadim Zeitlin2014-12-173-6/+19
| * | | Remove trailing space from one of Doxygen tests.Vadim Zeitlin2014-12-162-2/+2
| * | | Fix autodoc strings generated in Python builtin case and the test.Vadim Zeitlin2014-12-152-199/+58
| * | | Fix Doxygen unit test in Python "-builtin" case.Vadim Zeitlin2014-12-151-1/+8
| * | | Use class docstrings in "-builtin" Python case.Vadim Zeitlin2014-12-151-10/+13
| * | | Don't indent Doxygen doc strings in generated Python code.Vadim Zeitlin2014-12-159-536/+472
| * | | Merge latest master into doxygen branch.Vadim Zeitlin2014-12-15275-2092/+6819
| |\ \ \
| * | | | Add a possibility to flexibly ignore custom Doxygen tags.Vadim Zeitlin2014-09-117-0/+360
| * | | | Stop completely ignoring many Doxygen comments.Vadim Zeitlin2014-09-102-23/+0
| * | | | Fix structural Doxygen comment recognition in the parser.Vadim Zeitlin2014-09-101-1/+3
| * | | | No changes, just make checking for Doxygen structural tags more sane.Vadim Zeitlin2014-09-101-14/+47
| * | | | Use "//", not "#", for comments in SWIG input.Vadim Zeitlin2014-09-101-2/+2
| * | | | Allow upper case letters and digits in Doxygen words.Vadim Zeitlin2014-09-031-6/+10
| * | | | Pass the node the Doxygen comment is attached to to DoxygenParser.Vadim Zeitlin2014-09-034-15/+16
| * | | | Get rid of findCommand() which duplicaed commandBelongs().Vadim Zeitlin2014-09-032-17/+1
| * | | | Recognize unknown Doxygen tags correctly.Vadim Zeitlin2014-09-032-1/+2
| * | | | No real changes, just pass original command to commandBelongs().Vadim Zeitlin2014-09-031-5/+2
| * | | | Describe Doxygen-specific %features in a single place.Vadim Zeitlin2014-09-031-61/+35
| * | | | Give warnings for unknown Doxygen commands in Doxygen parser.Vadim Zeitlin2014-09-035-7/+39
| * | | | Document the return type when translating Doxygen @return to Python.Vadim Zeitlin2014-08-224-22/+49
| * | | | Fix translated Doxygen comments for overloaded functions in Python.Vadim Zeitlin2014-08-224-17/+73
| * | | | Also merge Doxygen comments for overloaded constructors in Python.Vadim Zeitlin2014-08-223-1/+16
| * | | | Allow using enum elements as default values for Python functions.Vadim Zeitlin2014-08-222-31/+35
| * | | | Don't always use "*args" for all Python wrapper functions.Vadim Zeitlin2014-08-221-32/+51
| * | | | No real changes, just make PYTHON::check_kwargs() const.Vadim Zeitlin2014-08-221-1/+1
| * | | | Refactor: move makeParameterName() to common Language base class.Vadim Zeitlin2014-08-226-137/+42
| * | | | Remove long line wrapping from Python parameter list generation code.Vadim Zeitlin2014-08-221-8/+0
| * | | | Simplify and make more efficient building Python docstrings.Vadim Zeitlin2014-08-224-68/+87
| * | | | Translate Doxygen code blocks to Sphinx code blocks.Vadim Zeitlin2014-08-225-4/+65
| * | | | Add a simple test of multiple parameters to Doxygen test suite.Vadim Zeitlin2014-08-223-2/+33
| * | | | Make Python parameters types hyperlinks in the doc strings.Vadim Zeitlin2014-08-222-8/+22
| * | | | Make Language::classLookup() and enumLookup() static.Vadim Zeitlin2014-08-222-11/+13
| * | | | Fix arguments of @param, @return etc translations to Python.Vadim Zeitlin2014-08-227-39/+135
| * | | | Remove unused method from PyDocConverter.Vadim Zeitlin2014-08-222-32/+0
| * | | | No real changes, just remove an unnecessary variable.Vadim Zeitlin2014-08-221-8/+4
| * | | | Preserve relative indentation when parsing Doxygen comments.Vadim Zeitlin2014-08-224-11/+56
| * | | | Use Sphinx-friendly formatting for overloaded functions documentation.Vadim Zeitlin2014-08-224-26/+9
| * | | | Add poor man trailing white space detection to Doxygen Python tests.Vadim Zeitlin2014-08-221-2/+20
| * | | | Use Python-ish, not C++, parameter types in Python documentation.Vadim Zeitlin2014-08-226-5/+74
| * | | | No real changes, just rewrite the parameter iteration loop to be more clear.Vadim Zeitlin2014-08-221-14/+8
| * | | | Fix memory leaks in Doxygen to PyDoc parameter types conversion code.Vadim Zeitlin2014-08-221-3/+7
| * | | | Implement translation of Doxygen formulae to Sphinx notation.Vadim Zeitlin2014-08-223-6/+57