Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added @parblock and @endparblock commands | Dimitri van Heesch | 2013-09-24 | 27 | -20/+322 |
| | |||||
* | Alignment of @code and @verbatim section | albert-github | 2013-09-24 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | When having a code and a verbatim section the boxes are not alligned, this patch fixes this. Example code, aa.c; standard Doxyfile: /** \file \verbatim A verbatim part \endverbatim \code A code part \endcode */ | ||||
* | Bug 707825 - Const treatment | Dimitri van Heesch | 2013-09-22 | 1 | -3/+36 |
| | |||||
* | Bug 707925 - False warning for Java "warning: missing ( in exception list on ↵ | Dimitri van Heesch | 2013-09-21 | 1 | -9/+9 |
| | | | | member" | ||||
* | Bug 707995 - @copydoc not working for const member overloads | Dimitri van Heesch | 2013-09-21 | 1 | -1/+9 |
| | |||||
* | Bug 708455 - Enabling INLINE_SIMPLE_STRUCTS messes up Data Structures in tree | Dimitri van Heesch | 2013-09-21 | 1 | -1/+8 |
| | |||||
* | Bug 708446 - Deprecated list breaks HTML tree with xhtml extension | Dimitri van Heesch | 2013-09-21 | 2 | -2/+2 |
| | |||||
* | Fixed a number of compiler warnings reported by newer clang compiler | Dimitri van Heesch | 2013-09-18 | 14 | -33/+26 |
| | |||||
* | Merge pull request #40 from albert-github/feature/language | Dimitri van Heesch | 2013-09-17 | 3 | -65/+68 |
|\ | | | | | Consistency in language part of the documentation | ||||
| * | Consistency in language part of the documentation | albert-github | 2013-09-16 | 3 | -65/+68 |
| | | | | | | | | | | | | | | Made documentation more inline with other parts of the documentation (regarding the way e.g. filenames are presented) Corrected some spelling errors Corrected the warning in the language.doc by placing ta reference to the files from which language.doc is generated Corrected the color for the languages that are still v1.4.6 (language name now also red in stead of a pink background, was confusing with languages that were 1.5 / 1.6 compatible) | ||||
* | | Merge pull request #39 from albert-github/feature/doc_debug | Dimitri van Heesch | 2013-09-17 | 1 | -1/+73 |
|\ \ | | | | | | | Internal documentation for debug possibilities | ||||
| * | | Internal documentation for debug possibilities | albert-github | 2013-09-15 | 1 | -1/+73 |
| | | | | | | | | | | | | | | | Documentation regarding usage of -d option with [f]lex Initial documentation regarding the -d options with doxygen | ||||
* | | | Merge branch 'utf8index' | Dimitri van Heesch | 2013-09-17 | 0 | -0/+0 |
|\ \ \ | |||||
| * | | | Bug 705910 - Indexing and searching cannot treat non ASCII identifiers | Dimitri van Heesch | 2013-09-15 | 7 | -307/+320 |
| | | | | |||||
| * | | | Bug 705910 - Indexing and searching cannot treat non ASCII identifiers | Dimitri van Heesch | 2013-09-14 | 5 | -523/+551 |
| | | | | |||||
| * | | | Added missing pthread lib to doxyapp | Dimitri van Heesch | 2013-09-13 | 1 | -1/+1 |
| |/ / | |||||
* | | | Fixed regression autolinking C# template such as MyGenericClass<T>.g() | Dimitri van Heesch | 2013-09-17 | 1 | -1/+1 |
| | | | |||||
* | | | Bug 705910 - Indexing and searching cannot treat non ASCII identifiers | Dimitri van Heesch | 2013-09-15 | 10 | -805/+846 |
| | | | |||||
* | | | Added missing pthread lib to doxyapp | Dimitri van Heesch | 2013-09-15 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #37 from albert-github/feature/lex_windows | Dimitri van Heesch | 2013-09-15 | 1 | -0/+6 |
|\ \ | | | | | | | Added the possibility to specify the -d option in the Visual studio GUI ... | ||||
| * | | Added the possibility to specify the -d option in the Visual studio GUI on ↵ | albert-github | 2013-09-15 | 1 | -0/+6 |
| |/ | | | | | | | windows for the lex rules | ||||
* | | Merge pull request #38 from albert-github/feature/code_debug | Dimitri van Heesch | 2013-09-15 | 3 | -10/+30 |
|\ \ | | | | | | | Usage of the -d opion corrected | ||||
| * | | Usage of the -d opion corrected | albert-github | 2013-09-15 | 3 | -10/+30 |
| |/ | | | | | | | | | | | | | Giving an error when a wrong -d option is given. Made some error mesages more consistent. Corrected usage of the exit call, in case of an error: exit(1) otherwise exit(0). A closer look should be made on exitDoxygen as it does not contain any exit statements and it is unclear (to me) when it is used. | ||||
* | | Merge pull request #36 from albert-github/feature/src_doxyfile | Dimitri van Heesch | 2013-09-15 | 1 | -1/+1 |
|\ \ | |/ |/| | Removed superfluous \ | ||||
| * | Removed superfluous \ | albert-github | 2013-09-15 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2013-09-13 | 3 | -126/+181 |
|\ | |||||
| * | Merge pull request #34 from pepr/master | Dimitri van Heesch | 2013-09-13 | 3 | -126/+181 |
| |\ | | | | | | | Enhanced visualization of the TranslatorXxxx status. | ||||
| | * | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2013-09-11 | 14 | -356/+726 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: doc/language.doc | ||||
| | * | | doc/language.doc generated from the updated sources (bgcolored) | Petr Prikryl | 2013-09-04 | 1 | -135/+139 |
| | | | | |||||
| | * | | doc/language.tpl -- UTF-8 reflected in the langhowto template | Petr Prikryl | 2013-09-04 | 1 | -12/+15 |
| | | | | |||||
| | * | | doc/translator.py -- coloured status in HTML | Petr Prikryl | 2013-09-04 | 1 | -15/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | The "almost up-to-date" category of the language translator classes introduced. Together with the background colouring (green, yellow, pink, red), it is mostly the psychological move towards language maintainers :) | ||||
* | | | | Minor layout tweaks and extra guard | Dimitri van Heesch | 2013-09-13 | 1 | -5/+12 |
| | | | | |||||
* | | | | Merge branch 'for-upstream' of https://github.com/groleo/doxygen-1 into ↵ | Dimitri van Heesch | 2013-09-13 | 1 | -1/+14 |
|\ \ \ \ | |/ / / |/| | | | | | | | groleo-for-upstream | ||||
| * | | | consider currentFile when searching for global symbols | Adrian Negreanu | 2013-09-10 | 1 | -1/+14 |
| | |/ | |/| | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
* | | | Fixed compilation issues in doxyapp | Dimitri van Heesch | 2013-09-13 | 2 | -0/+8 |
| | | | |||||
* | | | Bug 707483 - Wrong page number and header in pdf output | Dimitri van Heesch | 2013-09-09 | 1 | -1/+2 |
|/ / | |||||
* | | Doxygen didn't allow @ref to parameters of type reference to an array. | Dimitri van Heesch | 2013-09-09 | 2 | -2/+4 |
| | | |||||
* | | Bug 154880 - if "using namespace" used, call of a static member function in ↵ | Dimitri van Heesch | 2013-09-09 | 1 | -1/+1 |
| | | | | | | | | C++ is not recognized or recognized wrong | ||||
* | | testing dir was missing from 'make archive' | Dimitri van Heesch | 2013-09-09 | 1 | -1/+1 |
| | | |||||
* | | Avoid accessing uninitialized memory in fileToString | Dimitri van Heesch | 2013-09-08 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #31 from albert-github/feature/bug_707685 | Dimitri van Heesch | 2013-09-07 | 2 | -3/+37 |
|\ \ | | | | | | | Feature/bug 707685 | ||||
| * | | Bug 707685 - Fortran: error message when missing last EOL | albert-github | 2013-09-07 | 1 | -1/+31 |
| | | | | | | | | | | | | In case the original buffer in either fixed or free format code does not contain an EOL as last character, add it. | ||||
| * | | Bug 707554 - When I use @INCLUDE DoxyWizard is closed | albert-github | 2013-09-06 | 1 | -2/+6 |
|/ / | | | | | | | Current directory was not changed at the right time so the include files could not be found in the "current" directory (i.e. the directory where the Doxyfile resides too, as this directory is shown as the current directory in the doxywizard). This is also important when the doxywizard is started from a shortcut. | ||||
* | | Removed japanese characters in maintainers.txt as they break the build | Dimitri van Heesch | 2013-09-06 | 2 | -6/+7 |
| | | |||||
* | | Bug 707567 - Asterisks in comment wrongly displayed for @code | Dimitri van Heesch | 2013-09-06 | 2 | -15/+43 |
| | | |||||
* | | Bug 707102 - update the Japanese translation | Dimitri van Heesch | 2013-09-04 | 2 | -323/+623 |
| | | |||||
* | | Bug 707431 - Cannot @ref or @link C++ operator overloads | Dimitri van Heesch | 2013-09-04 | 1 | -1/+1 |
| | | |||||
* | | Bug 707353 - Accept IDs using unicode(non ASCII) characters in python codes | Dimitri van Heesch | 2013-09-04 | 2 | -4/+4 |
| | | |||||
* | | Regenerated language.doc | Dimitri van Heesch | 2013-09-04 | 1 | -40/+41 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2013-09-03 | 6 | -75/+253 |
|\ |