Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tooltip can still contain < and > signs | albert-github | 2015-08-02 | 1 | -1/+1 |
| | | | | < and > signs , when still present are converted so e.g. xhtml does not have a problem with it. | ||||
* | Merge pull request #374 from mshabunin/use-group-nested-compounds-option | Dimitri van Heesch | 2015-07-27 | 1 | -1/+1 |
|\ | | | | | Actually using value of GROUP_NESTED_COMPOUNDS option | ||||
| * | Actually using value of GROUP_NESTED_COMPOUNDS option | Maksim Shabunin | 2015-07-27 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #373 from destroyica/master | Dimitri van Heesch | 2015-07-27 | 1 | -0/+6 |
|\ \ | |/ |/| | Add RPM build for Red Hat | ||||
| * | Add RPM build for Red Hat | Destroyica | 2015-07-27 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #355 from albert-github/feature/bug_copy_files | Dimitri van Heesch | 2015-07-26 | 1 | -10/+14 |
|\ | | | | | Copy user EXTRA_FILES at the end to overrule files generated by default by doxygen | ||||
| * | Copy user EXTRA_FILES at the end to overrule files generated by default by ↵ | albert-github | 2015-06-14 | 1 | -10/+14 |
| | | | | | | | | | | | | | | doxygen In case the user wants to overrule by means of a HTML_EXTRA_FILIES or LATEX_EXTRA_FILES a default file from doxygen (e.g. a logo or arrowdown) this is not directly possible as the files are again overwritten by doxygen. Placing the copy commands at the end and in this list the generateTreeViewImages before the the user files a user can overrule default doxygen files | ||||
* | | Merge pull request #372 from albert-github/feature/bug_752657 | Dimitri van Heesch | 2015-07-26 | 1 | -0/+6 |
|\ \ | | | | | | | Bug 752657 - XML not documenting a class in python | ||||
| * | | Bug 752657 - XML not documenting a class in python | albert-github | 2015-07-26 | 1 | -0/+6 |
| | | | | | | | | | | | | Problem looks like to be the improper handling of strings in this case a single quote was not seen as the start of a string and thus the double quote was mistreated. | ||||
* | | | Merge pull request #371 from albert-github/feature/bug_752658 | Dimitri van Heesch | 2015-07-26 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Bug 752658 - XML empty <argsstring/> in python | ||||
| * | | | Bug 752658 - XML empty <argsstring/> in python | albert-github | 2015-07-25 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Problem comes from the fact that the last argument has a default value and in this case the routine argListToString is mot called as it is done in case of ')' after an argument without default value (see section "FunctionParams"). | ||||
* | | | | Merge pull request #370 from albert-github/feature/bug_661814 | Dimitri van Heesch | 2015-07-26 | 2 | -5/+1 |
|\ \ \ \ | | | | | | | | | | | Bug 661814 - writeMemberNavIndex template calls static fixSpaces | ||||
| * | | | | Bug 661814 - writeMemberNavIndex template calls static fixSpaces | albert-github | 2015-07-24 | 2 | -5/+1 |
| |/ / / | | | | | | | | | | | | | | | | | Problem had already been, partly, solved seen the comment in index.cpp. Removed double code (from htmlgen.cpp) and added prototype. | ||||
* | | | | Merge pull request #369 from albert-github/feature/bug_682373 | Dimitri van Heesch | 2015-07-26 | 2 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Bug 682373 - Math does not work in LaTeX with custom header and footer. | ||||
| * | | | | Bug 682373 - Math does not work in LaTeX with custom header and footer. | albert-github | 2015-07-24 | 2 | -0/+3 |
| |/ / / | | | | | | | | | | | | | Reset current directory in case of return. | ||||
* | | | | Merge pull request #356 from albert-github/feature/bug_149792 | Dimitri van Heesch | 2015-07-26 | 1 | -7/+23 |
|\ \ \ \ | | | | | | | | | | | Bug 149792 - Mainpage title has wrong style in RTF | ||||
| * | | | | Bug 149792 - Mainpage title has wrong style in RTF | albert-github | 2015-06-15 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Removal of "begin body" from text (only visible in Open and Libre Office, not in Word). Replace AUTHOR by the author specified in rtf configuration file. | ||||
| * | | | | Bug 149792 - Mainpage title has wrong style in RTF | albert-github | 2015-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Translate the word Version as well. | ||||
| * | | | | Bug 149792 - Mainpage title has wrong style in RTF | albert-github | 2015-06-14 | 1 | -3/+14 |
| | |_|/ | |/| | | | | | | | | | | Set the TITLE as the PROJECT_NAME and the CREATEDATE as the date of creation. | ||||
* | | | | Merge pull request #361 from groleo/man-path | Dimitri van Heesch | 2015-07-26 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | doc: put man pages under share/man/man1 | ||||
| * | | | | doc: put man pages under share/man/man1 | Adrian Negreanu | 2015-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I found this on the Linux From Scratch page: sed -i 's:man/man1:share/&:' ../doc/CMakeLists.txt With this, the man pages are installed under ${PREFIX}/share/man/man1 http://www.linuxfromscratch.org/blfs/view/svn/general/doxygen.html | ||||
* | | | | | Merge pull request #362 from albert-github/feature/bug_htags_spell | Dimitri van Heesch | 2015-07-26 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Spelling correction for error message with USE_HTAGS usage | ||||
| * | | | | Spelling correction for error message with USE_HTAGS usage | albert-github | 2015-07-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #365 from jcrada/master | Dimitri van Heesch | 2015-07-25 | 1 | -18/+2 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Fixes bug 485701: Angle brackets (< and >) not escaped in HTML formula alt text | ||||
| * | | | | Bug 485701: Fixes angle brackets (< and >) not escaped in HTML formula alt text | Juan Rada-Vilela | 2015-07-24 | 1 | -18/+0 |
| | | | | | |||||
| * | | | | Fixes bug 485701: Angle brackets (< and >) not escaped in HTML formula alt text | Juan Rada-Vilela | 2015-07-12 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | run_translator.cmake is no longer used | Dimitri van Heesch | 2015-07-21 | 1 | -5/+0 |
| | | | | | |||||
* | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-07-21 | 3 | -126/+109 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge pull request #368 from olibre/master | Dimitri van Heesch | 2015-07-21 | 3 | -126/+109 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Enable build of RPM/DEB/... packages | ||||
| | * | | | | | Rework the generation of packages DEB/RPM/... (CPack) | olibre | 2015-07-20 | 2 | -31/+59 |
| | | | | | | | |||||
| | * | | | | | Use CPack to generate rpm/deb packages | olibre | 2015-07-14 | 3 | -126/+81 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Removed old unmaintained packages/rpm/doxygen.spec.in Provided cmake/packaging.cmake needs tunning on different distributions | ||||
* | | | | | | Undo _doxygen to libdoxygen target change | Dimitri van Heesch | 2015-07-21 | 1 | -2/+2 |
|/ / / / / | |||||
* | | | | | Bug 751300 - Doxygen don't support longer key in bibtex | Dimitri van Heesch | 2015-07-19 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Bug 751321 - \cite still rejects valid BibTeX keys | Dimitri van Heesch | 2015-07-19 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Bug 751984 - PATCH: Honour SOURCE_DATE_EPOCH environment variable for ↵ | Dimitri van Heesch | 2015-07-19 | 5 | -0/+92 |
| | | | | | | | | | | | | | | | | | | | | reproducible output | ||||
* | | | | | rename build target _doxygen to libdoxygen | Dimitri van Heesch | 2015-07-18 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | fixed for travis ci config file | Dimitri van Heesch | 2015-07-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-07-18 | 2 | -5/+130 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge pull request #367 from AlexFalappa/italian_update | Dimitri van Heesch | 2015-07-17 | 2 | -5/+130 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Updated italian translation | ||||
| | * | | | | | Updated italian translation and translator email address | Alessandro Falappa | 2015-07-16 | 2 | -5/+130 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'groleo-documentation_v1' | Dimitri van Heesch | 2015-07-18 | 13 | -85/+167 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | doc: generate Doxygen's documentation. | Adrian Negreanu | 2015-07-18 | 13 | -85/+167 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use configure_files to avoid different $ semantics when COMMAND lines are expanded in build files. ($$var vs. \$var) * nmake/gmake no longer needed by cmake, when building doc. * explicitly copy doc files into build directory to make it clear what files each build stage uses. Documentation can be built with: mkdir build/ && cd $_ cmake -Dbuild_doc=1 .. # add -G"NMake Makefiles" for nmake make docs # this builds doxygen first v3: replace file(COPY) with proper generated file tagging. v2: Remove option to build documentation independently from doxygen. tested on linux(gmake) and windows(nmake) [thanks albert] | ||||
* | | | | | Disable creating docs on Travis CI as the tabu package is missing on Ubuntu ↵ | Dimitri van Heesch | 2015-07-14 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | 12.04 | ||||
* | | | | | Revert using container-based infra as sudo is needed :-( | Dimitri van Heesch | 2015-07-14 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | use container-based infrastructure on Travis CI | Dimitri van Heesch | 2015-07-14 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Redirect LaTeX output again to prevent filling the Travis CI log | Dimitri van Heesch | 2015-07-14 | 1 | -2/+1 |
| | | | | | |||||
* | | | | | Make doxywizard compatible with Qt5 | Dimitri van Heesch | 2015-07-14 | 10 | -186/+303 |
| | | | | | |||||
* | | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-07-14 | 7 | -6/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge pull request #363 from ejls/master | Dimitri van Heesch | 2015-07-12 | 1 | -6/+6 |
| |\ \ \ \ | | | | | | | | | | | | | Fix spelling in doc/commands.doc (descriptionm) | ||||
| | * | | | | Fix spelling in doc/commands.doc (descriptionm) | Étienne Simon | 2015-07-07 | 1 | -6/+6 |
| | | |/ / | | |/| | |