summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix hexChar for inputs 0 <= i < 10Anonymous Maarten2015-10-201-1/+1
|
* Fix typo in function nameThomas Braun2015-10-201-1/+1
| | | | | | As both declarations should only differ by cv-qualifiers. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
* Bug 756724 - Inline markdown links don't support reference targets that ↵Dimitri van Heesch2015-10-201-4/+16
| | | | contain )
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-10-171-1/+1
|\
| * Merge pull request #402 from hrw/masterDimitri van Heesch2015-10-081-1/+1
| |\ | | | | | | DO NOT hardcode x86-64 architecture.
| | * DO NOT hardcode x86-64 architecture.Marcin Juszkiewicz2015-10-081-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | doxygen built on most of architectures by pure luck and order of Qt5 qatomics_arch.h header where check for QT_ARCH_X86_64 was *after* most of other architectures. But not after AArch64 where it failed due to attempt of using x86-64 atomics code. Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
* | Bug 756241 - Race condition in parallel DOT runsDimitri van Heesch2015-10-173-55/+77
|/
* Merge pull request #400 from albert-github/feature/bug_755783Dimitri van Heesch2015-10-041-1/+1
|\ | | | | Bug 755783 - RTF output has incomplete "References" and "Referenced by" sections
| * Bug 755783 - RTF output has incomplete "References" and "Referenced by" sectionsalbert-github2015-09-301-1/+1
| | | | | | | | Test for rtfSourceCode was incorrect (see also latexSourceCode) resulting in no output or double output depending on the settig of RTF_SOURCE_CODE
* | Merge pull request #399 from albert-github/feature/bug_755786Dimitri van Heesch2015-10-041-1/+2
|\ \ | | | | | | Bug 755786 - fatal: Cannot open 'graph_legend': No such file or direc…
| * | Bug 755786 - fatal: Cannot open 'graph_legend': No such file or directoryalbert-github2015-09-291-1/+2
| |/ | | | | | | | | For the graph_legend also a file definition is created although it is a generated file and therefore it should be excluded as well. (Problem occurs with any command that is used in FILE_VERSION_FILTER)
* | Merge pull request #401 from albert-github/feature/bug_629249Dimitri van Heesch2015-10-041-0/+5
|\ \ | |/ |/| Bug 629249 - Incorrect "References" and "Referenced by"
| * Bug 629249 - Incorrect "References" and "Referenced by"albert-github2015-09-301-0/+5
|/ | | | Discrepancy between number of push and pop calls (push was called with "{" but no pop with "}", in the later case the <*>. rule was used)
* Bug 751755 - using plantuml cause a popup "openwith" windows when calling ↵Dimitri van Heesch2015-09-211-1/+1
| | | | java.exe
* Removed BOM marker from greek translator to avoid Visual C warningsDimitri van Heesch2015-09-211-1/+1
|
* Bug 755293 - Tree view pane overlaps with content tabsDimitri van Heesch2015-09-201-1/+1
|
* [Bug 755225] On Windows, generated layout is with UNIX EOLDimitri van Heesch2015-09-194-26/+30
|
* Fixed compiler warning for MacOSXDimitri van Heesch2015-09-191-0/+1
|
* Fixed minor typos in commentsDimitri van Heesch2015-09-191-6/+4
|
* Updated the Greek translation (thanks to Παύλος Γκέσος)Dimitri van Heesch2015-09-191-49/+112
|
* Bug 753500 - $file when using @name is wrongDimitri van Heesch2015-09-145-13/+23
|
* Merge pull request #395 from albert-github/feature/bug_examples_pdfDimitri van Heesch2015-09-1349-168/+447
|\ | | | | Add examples to LaTeX / PDF doxygen manual
| * Add examples to LaTeX / PDF doxygen manualalbert-github2015-09-0612-23/+31
| | | | | | | | | | | | | | | | - doc/*.doc use include instead of verbinclude to make use of the code coloring in the examples - examples/*.cfg some examples automatically display the code from the include file (*.h), for the examples it is better to show the comment as well.
| * Add examples to LaTeX / PDF doxygen manualalbert-github2015-09-0549-145/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the examples a shown in the HTML / CHM documentation also to the LaTeX / PDF documentation. - doc/*.doc added latexonly part referencing the example in the appendix - doc/Doxyfile silence the generation of the manual - doc/doxygen_manual.tex add the examples as appendices to the manual, by means of the subinputfrom command the parts included by refman_doc are taken from the specified directory - examples/*.cfg adjusted configuration files ("Doxyfile") to generate LaTeX output - examples/*.h and examples/*.cpp make names unique so no conflicts occur when adding all the examples - examples/CMakeLists.txt add generation of the file to be included (see strip_example.py), adjust dependencies and add the refman_doc.tex as output target - examples/input_test.cpp file added (adjusted copy of example_test.cpp) to overcome name clashes (example_test.cpp would have been included twice) - examples/strip_example.py we are only interested in the documentation files as included in the different examples, so we get those commands. The preamble will be handled by the doxygen_manual.tex and we have already an index in the doxygen_manual.tex so we don't need a separate one from each example. The module / diagram documentation is dependent on the presence of 'dot', this is reflected in the docblocks.doc, CMakeLists.txt and doxygen_manual.tex
* | Fixed a number of memory leaks in the template engineDimitri van Heesch2015-09-136-6/+70
| |
* | IncludeInfo class had uninitialized member variableDimitri van Heesch2015-09-131-1/+1
| |
* | Made several improvements to the performance of template engineDimitri van Heesch2015-09-136-1409/+1895
| |
* | Merge pull request #393 from scarabeusiv/masterDimitri van Heesch2015-09-134-5/+5
|\ \ | | | | | | Use STATIC libraries to prevent them being shared
| * | Use STATIC libraries to prevent them being sharedTomáš Chvátal2015-09-014-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/masterDimitri van Heesch2015-09-131-0/+1
|\ \ | | | | | | RTF bugfix: Example section was merged with next function title
| * | RTF improvement: Example section was merged with next function titleMinGyu Kim2015-09-111-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 fixesDimitri van Heesch2015-09-0869-219/+739
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-08-312-34/+4
|\
| * Merge pull request #381 from albert-github/feature/bug_646002Dimitri van Heesch2015-08-312-34/+4
| |\ | | | | | | Bug 646002 - htmlonly content appears in generated XML output
| | * Bug 646002 - htmlonly content appears in generated XML outputalbert-github2015-08-121-14/+2
| | | | | | | | | | | | Test has to be adjusted as well.
| | * Bug 646002 - htmlonly content appears in generated XML outputalbert-github2015-08-121-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 Heesch2015-08-313-45/+30
|/ /
* | Merge branch 'albert-github-feature/bug_extension'Dimitri van Heesch2015-08-313-67/+21
|\ \
| * \ Merge branch 'feature/bug_extension' of ↵Dimitri van Heesch2015-08-313-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 listalbert-github2015-08-163-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 outputDimitri van Heesch2015-08-302-2/+4
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-08-309-18/+32
|\ \
| * \ Merge pull request #392 from albert-github/feature/bug_cmake_pdfDimitri van Heesch2015-08-301-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.texalbert-github2015-08-301-1/+1
| |/ /
| * | Merge pull request #382 from albert-github/feature/bug_config_typoDimitri van Heesch2015-08-291-2/+2
| |\ \ | | | | | | | | Correcting print format error in config.l
| | * | Correcting print format error in config.lalbert-github2015-08-161-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_openDimitri van Heesch2015-08-291-0/+1
| |\ \ | | | | | | | | Stop when doxygen configuration file ("Doxyfile") cannot be read
| | * | Stop when doxygen configuration file ("Doxyfile") cannot be readalbert-github2015-08-231-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_docuDimitri van Heesch2015-08-293-6/+8
| |\ \ \ | | | | | | | | | | Small documentation corrections
| | * | | 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).