Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove DETAILS_AT_TOP, not a Doxygen option anymore | lloyd | 2010-06-16 | 1 | -1/+0 |
| | |||||
* | Don't extract local classes | lloyd | 2010-06-15 | 1 | -2/+2 |
| | |||||
* | More Doxygen updates | lloyd | 2010-06-15 | 1 | -2/+2 |
| | |||||
* | Exclude Python/Perl wrappers from Doxygen output | lloyd | 2010-06-07 | 1 | -1/+1 |
| | |||||
* | Show inherited members; makes Doxygen output much more sensible | lloyd | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | Disable STRIP_CODE_COMMENTS for Doxygen output | lloyd | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | Change the makefile template language somewhat. Previously variables | lloyd | 2009-07-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | had been denoted with @{var:NAME}, this has changed to %{NAME}. This is pretty much a wash for configure.pl but it makes it much easier to process the templates using Python's string.Template. The logic being the 'var:' prefix had been to support conditional statements in the templates (using an 'if:' prefix), but this functionality was not being used and support for it is removed from configure.pl in this revision. For a similiar reason, rename a number of template variables with hyphens in their name to use underscores instead. This is slightly more consistent anyway (since many variable names had already used _ instead of -) but more importantly makes them much easier to deal with using aforementioned Python template code. This should not result in any user-visible change (unless I messed up). | ||||
* | Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of ↵ | lloyd | 2008-10-15 | 1 | -4/+4 |
| | | | | brackets) | ||||
* | Enable sorting in Doxygen output | lloyd | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | Disable generation of man pages | lloyd | 2008-10-13 | 1 | -1/+1 |
| | |||||
* | Don't extract static - Doxygen extracts private static which makes a mess | lloyd | 2008-10-13 | 1 | -1/+1 |
| | |||||
* | Further doxygen config tweaks | lloyd | 2008-10-13 | 1 | -2/+2 |
| | |||||
* | Disable extracting private, static, and local functions in Doxygen (too much ↵ | lloyd | 2008-10-13 | 1 | -3/+3 |
| | | | | clutter) | ||||
* | Add basic support for Doxygen, including a make target | lloyd | 2008-10-13 | 1 | -0/+233 |