summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Small documentation correctionsalbert-github2015-08-283-6/+8
| | | | | | - syntax correction - cross reference between HTML table and Markdown table - removed reference through "here" (problematic in printed documentation, one does not know where to go).
* Merge pull request #388 from albert-github/feature/bug_value_attributeDimitri van Heesch2015-08-271-2/+13
|\ | | | | Add support for "value" attribute in FORTRAN scanner
| * Add support for "value" attribute in FORTRAN scanneralbert-github2015-08-271-2/+13
| | | | | | | | The "value" attribute was already supported in the FORTRAN code browser, but not yet in the scanner.
* | Merge pull request #387 from albert-github/feature/bug_implicitDimitri van Heesch2015-08-271-1/+1
|\ \ | | | | | | Better handling of implicit statement in source code browser
| * | Better handling of implicit statement in source code browseralbert-github2015-08-271-1/+1
| |/ | | | | | | When using e.g. IMPLICIT INTEGER only the IMPLICIT was seen as keyword and INTEGER was not seen as keyword. Now types are seen as keywords as well.
* | Merge pull request #386 from albert-github/feature/bug_753909Dimitri van Heesch2015-08-272-1/+6
|\ \ | |/ |/| Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text into single line
| * Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text ↵albert-github2015-08-232-1/+6
| | | | | | | | | | | | | | | | into single line Complete code fragment was pasted in one line (chm, HTML OK), with the change in the ccs file this problem is overcome. Result was that between multiple code lines on the 2nd and following line a extra space appeared at the beginning of the line, this is overcome by placing all relevant div statements on one line. (based a.o. on http://stackoverflow.com/questions/19099873/how-can-i-use-css-to-insert-a-line-break-after-but-not-before-an-element)
* | Bug 754130 - class="current" not applied to <li> for module tab within ↵Dimitri van Heesch2015-08-261-1/+1
| | | | | | | | 'group__*.html' module html files
* | Added documentation for creating tablesDimitri van Heesch2015-08-267-4/+105
| |
* | Fixes to support nested tables againDimitri van Heesch2015-08-266-71/+180
|/
* Merge pull request #384 from JIghtuse/masterDimitri van Heesch2015-08-201-4/+1
|\ | | | | runtests: Simplify dictionary usage
| * runtests: Simplify dictionary usageBoris Egorov2015-08-201-4/+1
|/
* Fixed various issues found by PVS-Studio.Dimitri van Heesch2015-08-1818-59/+42
|
* Merge pull request #378 from albert-github/feature/bug_tooltipDimitri van Heesch2015-08-081-1/+1
|\ | | | | Tooltip can still contain < and > signs
| * Tooltip can still contain < and > signsalbert-github2015-08-021-1/+1
| | | | | | | | < and > signs , when still present are converted so e.g. xhtml does not have a problem with it.
* | Merge pull request #376 from albert-github/feature/bug_648865Dimitri van Heesch2015-08-081-1/+4
|\ \ | | | | | | Bug 648865 - PYTHON: stops processing the file after encountering \""""
| * | Bug 648865 - PYTHON: stops processing the file after encountering \""""albert-github2015-07-291-1/+4
| |/ | | | | | | Proper handling of escaped character inside a triple quoted string (""" and ''')
* | Merge pull request #375 from albert-github/feature/bug_333106Dimitri van Heesch2015-08-081-3/+3
|\ \ | | | | | | Bug 333106 - $line param
| * | Bug 333106 - $line paramalbert-github2015-07-281-3/+3
| |/ | | | | | | Due to the order of the substitutions the $line was also substituted in the text part. Now the text part is added at the end and the substitution does not take place.
* | Merge pull request #352 from groleo/diagnosticsDimitri van Heesch2015-08-081-1/+12
|\ \ | | | | | | docparser: warn when finding a documented empty return type
| * | docparser: warn when finding a documented empty return typeAdrian Negreanu2015-06-211-1/+12
| | | | | | | | | | | | | | | | | | | | | There is an example on pg24 of [1] where a libclang based comment parser emits a warning for a documented empty return type. [1] "Parsing Documentation Comments in Clang" http://llvm.org/devmtg/2012-11/Gribenko_CommentParsing.pdf
* | | Fix for broken link in the manualDimitri van Heesch2015-08-081-2/+2
| | |
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-08-084-18/+21
|\ \ \
| * \ \ Merge pull request #379 from groleo/masterDimitri van Heesch2015-08-042-17/+14
| |\ \ \ | | |_|/ | |/| | docs: add examples as a dependency of docs
| | * | docs: add examples as a dependency of docsAdrian Negreanu2015-08-022-17/+14
| |/ /
| * | Merge pull request #374 from mshabunin/use-group-nested-compounds-optionDimitri van Heesch2015-07-271-1/+1
| |\ \ | | | | | | | | Actually using value of GROUP_NESTED_COMPOUNDS option
| | * | Actually using value of GROUP_NESTED_COMPOUNDS optionMaksim Shabunin2015-07-271-1/+1
| | | |
| * | | Merge pull request #373 from destroyica/masterDimitri van Heesch2015-07-271-0/+6
| |\ \ \ | | |/ / | |/| | Add RPM build for Red Hat
| | * | Add RPM build for Red HatDestroyica2015-07-271-0/+6
| |/ /
* | | Improved handling of <caption> in tables for LaTeX output.Dimitri van Heesch2015-08-0811-71/+192
| | |
* | | Bug 752712 - last entry missing in a @name group of typedefsDimitri van Heesch2015-07-261-0/+8
|/ /
* | Merge pull request #355 from albert-github/feature/bug_copy_filesDimitri van Heesch2015-07-261-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-github2015-06-141-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_752657Dimitri van Heesch2015-07-261-0/+6
|\ \ \ | | | | | | | | Bug 752657 - XML not documenting a class in python
| * | | Bug 752657 - XML not documenting a class in pythonalbert-github2015-07-261-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_752658Dimitri van Heesch2015-07-261-1/+3
|\ \ \ \ | | | | | | | | | | Bug 752658 - XML empty <argsstring/> in python
| * | | | Bug 752658 - XML empty <argsstring/> in pythonalbert-github2015-07-251-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_661814Dimitri van Heesch2015-07-262-5/+1
|\ \ \ \ \ | | | | | | | | | | | | Bug 661814 - writeMemberNavIndex template calls static fixSpaces
| * | | | | Bug 661814 - writeMemberNavIndex template calls static fixSpacesalbert-github2015-07-242-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_682373Dimitri van Heesch2015-07-262-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-github2015-07-242-0/+3
| |/ / / / | | | | | | | | | | | | | | | Reset current directory in case of return.
* | | | | Merge pull request #356 from albert-github/feature/bug_149792Dimitri van Heesch2015-07-261-7/+23
|\ \ \ \ \ | | | | | | | | | | | | Bug 149792 - Mainpage title has wrong style in RTF
| * | | | | Bug 149792 - Mainpage title has wrong style in RTFalbert-github2015-06-151-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 RTFalbert-github2015-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Translate the word Version as well.
| * | | | | Bug 149792 - Mainpage title has wrong style in RTFalbert-github2015-06-141-3/+14
| | |_|/ / | |/| | | | | | | | | | | | | Set the TITLE as the PROJECT_NAME and the CREATEDATE as the date of creation.
* | | | | Merge pull request #361 from groleo/man-pathDimitri van Heesch2015-07-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | doc: put man pages under share/man/man1
| * | | | | doc: put man pages under share/man/man1Adrian Negreanu2015-07-031-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_spellDimitri van Heesch2015-07-261-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Spelling correction for error message with USE_HTAGS usage
| * | | | | Spelling correction for error message with USE_HTAGS usagealbert-github2015-07-051-1/+1
| | | | | |
* | | | | | Merge pull request #365 from jcrada/masterDimitri van Heesch2015-07-251-18/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fixes bug 485701: Angle brackets (< and >) not escaped in HTML formula alt text