Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made several improvements to the performance of template engine | Dimitri van Heesch | 2015-09-13 | 6 | -1409/+1895 |
| | |||||
* | Merge pull request #393 from scarabeusiv/master | Dimitri van Heesch | 2015-09-13 | 4 | -5/+5 |
|\ | | | | | Use STATIC libraries to prevent them being shared | ||||
| * | Use STATIC libraries to prevent them being shared | Tomáš Chvátal | 2015-09-01 | 4 | -5/+5 |
| | | | | | | | | | | | | This can happen when user override definition of -DBUILD_SHARED_LIBS=ON. Without this hard-enforce the libraries would be generated as shared while never installed. Thus resulting in broken binaries. | ||||
* | | Merge pull request #396 from isanghao/master | Dimitri van Heesch | 2015-09-13 | 1 | -0/+1 |
|\ \ | | | | | | | RTF bugfix: Example section was merged with next function title | ||||
| * | | RTF improvement: Example section was merged with next function title | MinGyu Kim | 2015-09-11 | 1 | -0/+1 |
|/ / | | | | | | | | | | | | | Example section lacked of new paragraph(\par) because writeExample set m_omitParagraph = TRUE When the output file was open in MS word, example file name was followed by function title in the same line. | ||||
* | | Template enhancements and various other small fixes | Dimitri van Heesch | 2015-09-08 | 69 | -219/+739 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-08-31 | 2 | -34/+4 |
|\ | |||||
| * | Merge pull request #381 from albert-github/feature/bug_646002 | Dimitri van Heesch | 2015-08-31 | 2 | -34/+4 |
| |\ | | | | | | | Bug 646002 - htmlonly content appears in generated XML output | ||||
| | * | Bug 646002 - htmlonly content appears in generated XML output | albert-github | 2015-08-12 | 1 | -14/+2 |
| | | | | | | | | | | | | Test has to be adjusted as well. | ||||
| | * | Bug 646002 - htmlonly content appears in generated XML output | albert-github | 2015-08-12 | 1 | -20/+2 |
| | | | | | | | | | | | | | | | All the @*only comments appear in the xml document. In the other document formats only documentation of the relevant @*only (in HTML only @htmlonly) appears. This patch corrects this so only the @xmlonly documentation appears. | ||||
* | | | Avoid using Resource::data as string, as it is not null terminated. | Dimitri van Heesch | 2015-08-31 | 3 | -45/+30 |
|/ / | |||||
* | | Merge branch 'albert-github-feature/bug_extension' | Dimitri van Heesch | 2015-08-31 | 3 | -67/+21 |
|\ \ | |||||
| * \ | Merge branch 'feature/bug_extension' of ↵ | Dimitri van Heesch | 2015-08-31 | 3 | -67/+21 |
| |\ \ |/ / / | | | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_extension Conflicts: src/util.cpp | ||||
| * | | Make list of default extensions consistent with language mapping list | albert-github | 2015-08-16 | 3 | -65/+23 |
| |/ | | | | | | | In the forum a discrepancy was noted between config.l and config.xml (http://doxygen.10944.n7.nabble.com/FILE-PATTERNS-one-custom-plus-all-defaults-td7308.html). The config.xml list was based on the function initDefaultExtensionMapping in util.cpp and the list in the function Config::check in config.l. Now both routines use the same list. | ||||
* | | Repaired breaking @include for LaTeX output | Dimitri van Heesch | 2015-08-30 | 2 | -2/+4 |
| | | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-08-30 | 9 | -18/+32 |
|\ \ | |||||
| * \ | Merge pull request #392 from albert-github/feature/bug_cmake_pdf | Dimitri van Heesch | 2015-08-30 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Cmake tries to remove directory refman.tex instead of file refman.tex | ||||
| | * | | Cmake tries to remove directory refman.tex instead of file refman.tex | albert-github | 2015-08-30 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #382 from albert-github/feature/bug_config_typo | Dimitri van Heesch | 2015-08-29 | 1 | -2/+2 |
| |\ \ | | | | | | | | | Correcting print format error in config.l | ||||
| | * | | Correcting print format error in config.l | albert-github | 2015-08-16 | 1 | -2/+2 |
| | |/ | | | | | | | | | | This patch corrects a format error in config.l, and a spelling error in comment. | ||||
| * | | Merge pull request #385 from albert-github/feature/bug_doxyfile_open | Dimitri van Heesch | 2015-08-29 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Stop when doxygen configuration file ("Doxyfile") cannot be read | ||||
| | * | | Stop when doxygen configuration file ("Doxyfile") cannot be read | albert-github | 2015-08-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | When the configuration file cannot be read a default configuration is used ad as the error message "error: cannot open file `Doxyfile' for reading" is show at the top of the output this is easily overseen. By stopping the doxygen process it is made clearer that there is an error. | ||||
| * | | | Merge pull request #389 from albert-github/feature/bug_table_docu | Dimitri van Heesch | 2015-08-29 | 3 | -6/+8 |
| |\ \ \ | | | | | | | | | | | Small documentation corrections | ||||
| | * | | | Small documentation corrections | albert-github | 2015-08-28 | 3 | -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 #390 from albert-github/feature/bug_param_align_latex | Dimitri van Heesch | 2015-08-29 | 1 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | | | Alignment in LaTeX parameter table | ||||
| | * | | | | Alignment in LaTeX parameter table | albert-github | 2015-08-28 | 1 | -3/+3 |
| | |/ / / | | | | | | | | | | | | | | | | Too be consistent between HTML, LaTeX and RTF the items should all be left aligned in the param table. | ||||
| * | | | | Merge pull request #391 from albert-github/feature/bug_errors_csharp | Dimitri van Heesch | 2015-08-29 | 1 | -3/+3 |
| |\ \ \ \ | | |/ / / | |/| | | | Small correction of errors in case of CSharp XML tags | ||||
| | * | | | Small correction of errors in case of CSharp XML tags | albert-github | 2015-08-28 | 1 | -3/+3 |
| |/ / / | | | | | | | | | | | | | Extended / corrected some error messages | ||||
| * | | | Merge pull request #388 from albert-github/feature/bug_value_attribute | Dimitri van Heesch | 2015-08-27 | 1 | -2/+13 |
| |\ \ \ | | | | | | | | | | | Add support for "value" attribute in FORTRAN scanner | ||||
| | * | | | Add support for "value" attribute in FORTRAN scanner | albert-github | 2015-08-27 | 1 | -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_implicit | Dimitri van Heesch | 2015-08-27 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Better handling of implicit statement in source code browser | ||||
| | * | | | | Better handling of implicit statement in source code browser | albert-github | 2015-08-27 | 1 | -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. | ||||
* | | | | | Moved creation of inline class documentation to separate template file | Dimitri van Heesch | 2015-08-30 | 6 | -215/+89 |
| | | | | | |||||
* | | | | | Added support for directory dependency graphs to template engine | Dimitri van Heesch | 2015-08-28 | 6 | -23/+119 |
| | | | | | |||||
* | | | | | Added missing html resources to the html template file | Dimitri van Heesch | 2015-08-27 | 3 | -2/+26 |
| | | | | | |||||
* | | | | | Started with generating LaTeX output via the template engine | Dimitri van Heesch | 2015-08-27 | 23 | -410/+1629 |
| | | | | | |||||
* | | | | | Add mathjax support to template & context. | Dimitri van Heesch | 2015-08-27 | 5 | -13/+47 |
| | | | | | |||||
* | | | | | Added missing information to template version of the all members list | Dimitri van Heesch | 2015-08-27 | 3 | -13/+98 |
| | | | | | |||||
* | | | | | Added javascript search engine data to the template context | Dimitri van Heesch | 2015-08-27 | 14 | -212/+1000 |
|/ / / / | |||||
* | | | | Merge pull request #386 from albert-github/feature/bug_753909 | Dimitri van Heesch | 2015-08-27 | 2 | -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-github | 2015-08-23 | 2 | -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 Heesch | 2015-08-26 | 1 | -1/+1 |
| | | | | | | | | | | | | 'group__*.html' module html files | ||||
* | | | Added documentation for creating tables | Dimitri van Heesch | 2015-08-26 | 7 | -4/+105 |
| | | | |||||
* | | | Fixes to support nested tables again | Dimitri van Heesch | 2015-08-26 | 6 | -71/+180 |
|/ / | |||||
* | | Merge pull request #384 from JIghtuse/master | Dimitri van Heesch | 2015-08-20 | 1 | -4/+1 |
|\ \ | | | | | | | runtests: Simplify dictionary usage | ||||
| * | | runtests: Simplify dictionary usage | Boris Egorov | 2015-08-20 | 1 | -4/+1 |
|/ / | |||||
* | | Fixed various issues found by PVS-Studio. | Dimitri van Heesch | 2015-08-18 | 18 | -59/+42 |
|/ | |||||
* | Merge pull request #378 from albert-github/feature/bug_tooltip | Dimitri van Heesch | 2015-08-08 | 1 | -1/+1 |
|\ | | | | | Tooltip can still contain < and > signs | ||||
| * | 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 #376 from albert-github/feature/bug_648865 | Dimitri van Heesch | 2015-08-08 | 1 | -1/+4 |
|\ \ | | | | | | | Bug 648865 - PYTHON: stops processing the file after encountering \"""" |