- New Dependency: PyParsing (http://pyparsing.wikispaces.com/) - Completely new tag file parsing system. Allows for function overloading. - The parsed results are cached to speed things up. - Full usage documentation. Build with `sphinx-build -W -b html doc html`.
Fixed
- Fix problem with mixed slashes when building on Windows.
0.4
Added
- Allow URLs as base paths for the HTML links.
Fixed
- Don't append parentheses if the user has provided them already in their query.
0.3
Added
- Only parse the tag file once per run. This should increase the speed. - Automatically add parentheses to functions if the `add_function_parentheses` config variable is set.
0.2
Added
- When a target cannot be found, make the node an `inline` node so there's no link created.
Fixed
- No longer require a trailing slash on the `doxylink` config variable HTML link path. - Allow doxylinks to work correctly when created from a documentation subdirectory.