summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* config.xml is now used to generate configoptions.cpp and config.docDimitri van Heesch2013-07-2826-6120/+11583
|
* Set CASE_SENSE_NAMES explicit to NO for the testsDimitri van Heesch2013-07-191-0/+1
|
* Added testing Makefile and updated .gitignore ignore other makefilesDimitri van Heesch2013-07-192-1/+16
|
* Fixed package for xmllintDimitri van Heesch2013-07-191-1/+1
|
* Added test target and travis runDimitri van Heesch2013-07-192-1/+5
|
* Added regression test suiteDimitri van Heesch2013-07-19137-0/+4086
|
* Fixed whitespace issue when using \overload without argumentsDimitri van Heesch2013-07-181-1/+1
|
* Avoid space in the output after \n command following by a newline.Dimitri van Heesch2013-07-171-0/+7
|
* Fixed problem handling C comments inside a \code block.Dimitri van Heesch2013-07-163-1284/+4
|
* Improved handling of \internal and \endinternalDimitri van Heesch2013-07-155-24/+37
|
* Removed extra newline when reading in an input fileDimitri van Heesch2013-07-141-55/+1
|
* Make XML output adhere to MAX_INITIALIZER_LINESDimitri van Heesch2013-07-141-3/+2
|
* Fixed issue handling \elseif after \ifnotDimitri van Heesch2013-07-141-0/+1
|
* Fixed regression that could cause double nested classesDimitri van Heesch2013-07-141-7/+1
|
* Fixed issue handling \docbookonly..\enddocbookonly sectionDimitri van Heesch2013-07-132-1/+14
|
* The language specifier in e.g. \code{.py} was ignored for the XML outputDimitri van Heesch2013-07-131-2/+7
|
* Bug 704079 - Generated XML is malformedDimitri van Heesch2013-07-121-67/+67
|
* Bug 703574 - Add configure options to enable static SQLite and non-standard ↵Dimitri van Heesch2013-07-032-7/+32
| | | | SQLite
* Bug 702170 - Missing space before optional option in method argument listDimitri van Heesch2013-07-021-1/+1
|
* Bug 702491 - UTF-16LE BOM not handled by source browser and \snippetDimitri van Heesch2013-07-022-5/+20
|
* Bug 702676 - Closing ) of function in function documentation is in wrong colorDimitri van Heesch2013-07-021-1/+1
|
* Bug 703112 - Backward documentation comments are not allowed in Fortran ↵Dimitri van Heesch2013-07-021-1/+1
| | | | type-bound procedures
* Bug 703133 - "operator--()" transformed to "operator–()" in @copydocDimitri van Heesch2013-07-021-2/+2
|
* Bug 703170 - Segmentation fault parsing a fortran fileDimitri van Heesch2013-07-022-1/+6
|
* Bug 703213 - Can't use @ref instead of \ref with mscDimitri van Heesch2013-07-021-1/+1
|
* Fixed potential crash in sqlite3 supportDimitri van Heesch2013-07-021-1/+4
|
* Python indentation cleanup broke code generationDimitri van Heesch2013-07-023-255/+1071
|
* Merge branch 'master' of https://github.com/pepr/doxygen into peprDimitri van Heesch2013-07-0253-7850/+4554
|\ | | | | | | | | | | Conflicts: src/libdoxygen.pro.in winbuild/Doxygen.vcproj
| * translator.cpp reference removed from src/libdoxygen.pro.inPetr Prikryl2013-06-261-7/+6
| |
| * translator_report.txt for the timePetr Prikryl2013-06-251-1312/+1280
| |
| * CN + FI: trFunctionPrototypeDocumentation() removedPetr Prikryl2013-06-252-9/+0
| |
| * The non-used methods (see below) removed from all translator classes:Petr Prikryl2013-06-2538-1694/+0
| | | | | | | | | | | | | | | | | | | | | | - QCString idLanguageCharset() - QCString trAlphabeticalList() - QCString trDCOPMethods() - QCString trDirDependency(const char *) - QCString trFuncProtos() - QCString trFunctionPrototypeDocumentation() - QCString trSearchForIndex() - QCString trWrittenBy()
| * src/translator_adapter.h -- trDirDependency() removedPetr Prikryl2013-06-251-2/+0
| |
| * EN + CZ -- unused methods removed:Petr Prikryl2013-06-253-102/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i.e. the ones reported in translator_report.txt as... ====================================================================== WARNING: The following translator methods are declared in the Translator class but their identifiers do not appear in source files. The situation should be checked. The .cpp files and .h files excluding the '*translator*' files in doxygen/src directory were simply searched for occurrence of the method identifiers: QCString idLanguageCharset() QCString trAlphabeticalList() QCString trDCOPMethods() QCString trDirDependency(const char *) QCString trFuncProtos() QCString trFunctionPrototypeDocumentation() QCString trSearchForIndex() QCString trWrittenBy()
| * idLanguageCharset() method removed from all translator classesPetr Prikryl2013-06-2543-3543/+3298
| |
| * src/translator.h simplified, translator.cpp removed,Petr Prikryl2013-06-253-4571/+4259
| | | | | | | | | | | | | | ... winbuild/Doxygen.vcproj removed. The conversion tables/functions from within translator classes not used after conversion to UTF-8.
| * doc/translator.py -- TranslatorDecoder checks removedPetr Prikryl2013-06-251-42/+1
| |
| * src/translatordecoder.h removed, winbuild/Doxygen.vcproj updatedPetr Prikryl2013-06-252-825/+0
| | | | | | | | | | | | | | | | | | | | When running... doxygen/doc>py translator.py This script should be updated. All translators do use UTF-8 internally. The TranslatorDecoder adapter should be removed from the code and its usage should not be checked any more. (I do not believe I ever had so much time to add a check like this to the translator.py :)
| * TranslatorJapaneseEn and TranslatorKoreanEn converted to UTF-8Petr Prikryl2013-06-253-12/+4
| | | | | | | | | | | | Actually, the translator_je.h and translator_ke.h use only ASCII characters. The idLanguageCharset() just returns "utf-8" now. The TranslatorDecoder not used for the translator classes.
| * src/unistd.h ignoredPetr Prikryl2013-06-251-0/+1
| | | | | | | | | | This is a (generated) dummy file, that is needed for compiling files that are generated with flex under Windows 95/NT.
| * winbuild/pack_the_distribution_for_windows.py finalized and cleanedPetr Prikryl2013-06-241-51/+18
| |
* | Switch back to default configDimitri van Heesch2013-07-021-1/+1
| |
* | Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-0237-2840/+3953
| |
* | Merge branch 'tagenum'Dimitri van Heesch2013-06-302-3/+15
|\ \
| * | Fix reference to scoped enun imported via a tag file.Dimitri van Heesch2013-06-282-3/+15
| | |
* | | Bug 703301 - Misleading warning about DOT fontDimitri van Heesch2013-06-301-1/+1
|/ /
* | Added generated makefiles in addon/doxysearchDimitri van Heesch2013-06-231-0/+2
|/
* Replaced utf8 character that broke latex compilation of the manualDimitri van Heesch2013-06-233-1315/+1315
|
* Invalid source encoding warning no longer needs to be suppressedDimitri van Heesch2013-06-232-2/+2
|
* Fixed unused parameter warningsDimitri van Heesch2013-06-221-4/+4
|