summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typosluz.paz2018-04-2515-21/+21
| | | | Found via `codespell`
* Merge pull request #706 from c-lipka/dirinfo_doxDimitri van Heesch2018-04-221-2/+2
|\ | | | | Include "empty" directories documenting themselves.
| * Include "empty" directories in the documentation if they contain a `.dox` ↵Christoph Lipka2018-04-141-2/+2
| | | | | | | | file (or similar) documenting the directory itself.
* | Merge pull request #701 from albert-github/feature/bug_latex_table_verboseDimitri van Heesch2018-04-221-16/+17
|\ \ | | | | | | LaTeX with verbatim part inside a table
| * | LaTeX with verbatim part inside a tablealbert-github2018-04-111-16/+17
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Doxygen test 54, when generating LaTeX / PDF, gave the error message: Runaway argument? Second paragraph of the param description. \end {DoxyVerb} \\ \hline \ETC. ! Paragraph ended before \verbatim@ was complete. <to be read again> \par l.41 \end{DoxyParams} The tabu package documentation (and Stack Exchange LaTeX) give some hints in to the problem about the verbatim command in the different environments and has been implemented here for the longtabu table.
* | Merge pull request #677 from albert-github/feature/bug_743539Dimitri van Heesch2018-04-222-4/+1
|\ \ | | | | | | Bug 743539 - Field with name "internal" confuses documentation builder.
| * \ Merge branch 'master' into feature/bug_743539Dimitri van Heesch2018-04-2238-164/+391
| |\ \
| * | | Bug 743539 - Field with name "internal" confuses documentation builder.albert-github2018-03-062-4/+1
| | | | | | | | | | | | | | | | internal is not a Java reserved word / keyword but was handled as such.
* | | | Merge pull request #705 from c-lipka/masterDimitri van Heesch2018-04-221-2/+1
|\ \ \ \ | | | | | | | | | | Bug 795252 - Broken extension test in FileDef::generateSourceFile()
| * | | | Bug 795252 - Broken extension test in FileDef::generateSourceFile()Christoph Lipka2018-04-141-2/+1
| | |_|/ | |/| |
* | | | Merge pull request #704 from albert-github/feature/bug_704046Dimitri van Heesch2018-04-221-1/+4
|\ \ \ \ | | | | | | | | | | Bug 740046 - Negative sign in -Foo::Bar ruins hyperlink in generated output
| * | | | Bug 740046 - Negative sign in -Foo::Bar ruins hyperlink in generated outputalbert-github2018-04-121-1/+4
| |/ / / | | | | | | | | | | | | Excluded digits and '+' sign and '-' sign from determination of Words.
* | | | Merge pull request #700 from albert-github/feature/bug_latext_indexDimitri van Heesch2018-04-221-1/+1
|\ \ \ \ | | | | | | | | | | Consistency of Index name in LaTeX output
| * | | | Consistency of Index name in LaTeX outputalbert-github2018-04-101-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | The name of the index is used on a number of places, in the Contents and the Bookmarks the name as used in the \addcontentsline is used and in the chapter with the index the name as specified in the \indexname is used. The \indexname is set by the language package and the name in the \addcontentsline the name as used in the doxygen translator is used, this can lead to inconsistencies (e.g. Slovak language Register versus Index). The approach has be made uniform here by using \indexname on bot places.
* | | | Merge pull request #699 from albert-github/feature/bug_303020Dimitri van Heesch2018-04-221-1/+4
|\ \ \ \ | | | | | | | | | | Bug 303020 - Missing warning of undocumented member in member group
| * | | | Bug 303020 - Missing warning of undocumented member in member groupalbert-github2018-04-101-1/+4
| |/ / / | | | | | | | | | | | | | | | | Removed restrictions that functions / variables / enums ... in a \name command were executed from the test. (Note: In case of functions the arguments were tested or presence).
* | | | Merge pull request #696 from albert-github/feature/bug_xhtml_image_altDimitri van Heesch2018-04-221-3/+11
|\ \ \ \ | | | | | | | | | | XHTML image tag mandatory alt attribute
| * | | | XHTML image tag mandatory alt attributealbert-github2018-04-091-3/+11
| |/ / / | | | | | | | | | | | | | | | | The alt attribute is mandatory for the image tag, it is possible to have it written out with an empty string. In case with the image tag there is no alt attribute the empty string alt attribute is added.
* | | | Merge pull request #695 from albert-github/feature/bug_internal_docuDimitri van Heesch2018-04-221-1/+1
|\ \ \ \ | | | | | | | | | | Correction internal documentation
| * | | | Correction internal documentationalbert-github2018-04-091-1/+1
| |/ / / | | | | | | | | | | | | Small correcting to remove some messages about wrong parameter documentation in doxygen internal documentation.
* | | | Merge pull request #694 from albert-github/feature/bug_latex_rtf_referenceDimitri van Heesch2018-04-221-5/+5
|\ \ \ \ | | | | | | | | | | Correcting "Definition at line @0 of file @1."
| * | | | Correcting "Definition at line @0 of file @1."albert-github2018-04-091-5/+5
| |/ / / | | | | | | | | | | | | In the LaTeX and RTF documentation where the filename should be presented before the linenumber (e.g. Chinese, Japanese) in the sentence "Definition at line @0 of file @1." neither was shown, the HTML version was correct.
* | | | Merge pull request #693 from albert-github/feature/bug_tests_xhtml_pdfDimitri van Heesch2018-04-227-49/+2874
|\ \ \ \ | | | | | | | | | | Create test possibilities for xhtml and pdf output
| * | | | Create test possibilities for xhtml and pdf outputalbert-github2018-04-031-3/+3
| | | | | | | | | | | | | | | | | | | | Regression of default output (INPUT setting was overruled).
| * | | | Create test possibilities for xhtml and pdf outputalbert-github2018-04-037-52/+2877
| |/ / / | | | | | | | | | | | | | | | | | | | | The tests in the testing directory provided possibilities to do some regression tests based on the xml output. With the option --xhtml it is possible to see whether or not a test or set of tests is xhtml compliant. With the option --pdf it is possible to see whether or not a test or set of tests can be build to a pdf file (per test).
* | | | Merge pull request #692 from albert-github/feature/bug_792211_2Dimitri van Heesch2018-04-221-1/+1
|\ \ \ \ | | | | | | | | | | Bug 792211 - When generating xhtml, async attribute on script tags need a value
| * | | | Bug 792211 - When generating xhtml, async attribute on script tags need a valuealbert-github2018-04-021-1/+1
| |/ / / | | | | | | | | | | | | Corrected attribute.
* | | | Merge pull request #690 from albert-github/feature/bug_test_numbersDimitri van Heesch2018-04-224-12/+12
|\ \ \ \ | | | | | | | | | | Test renumbering
| * | | | Test renumberingalbert-github2018-04-014-71/+0
| | | | | | | | | | | | | | | | | | | | The tests numbers 067 and 068 were used twice, test 067 has been renamed to 072 and test 068 has been renamed to 073.
| * | | | Test renumberingalbert-github2018-04-014-0/+71
| |/ / / | | | | | | | | | | | | The tests numbers 067 and 068 were used twice, test 067 has been renamed to 072 and test 068 has been renamed to 073.
* | | | Merge pull request #688 from albert-github/feature/bug_md_toc_docuDimitri van Heesch2018-04-221-0/+3
|\ \ \ \ | | | | | | | | | | Added note for usage of [TOC] together with Markdown headers
| * | | | Added not for usage of [TOC] together with Markdown headersalbert-github2018-03-311-0/+3
| |/ / /
* | | | Merge pull request #685 from albert-github/feature/bug_single_testsDimitri van Heesch2018-04-222-2/+7
|\ \ \ \ | | | | | | | | | | Enable possibility to run single tests
| * | | | Enable possibility to run single testsalbert-github2018-03-272-3/+8
| |/ / / | | | | | | | | | | | | Create the possibility to run only one or more tests.
* | | | Merge pull request #683 from albert-github/feature/bug_vhdl_debugDimitri van Heesch2018-04-222-5/+45
|\ \ \ \ | | | | | | | | | | Adding debug options to vhdl parser generator
| * | | | Adding debug options to vhdl parser generatoralbert-github2018-03-262-5/+45
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | JavaCC contains by default options to get more information about the parser paths used (analogous to the -d option of flex). - Makefile - adding option (JAVACC_FLAGS) for easier use of JavaCC options - adding possibility to reset generated files to their git versions. - vhdlstring.h adding functions required by debug options (debug_token_manager)
* | | | Merge pull request #682 from arm-in/masterDimitri van Heesch2018-04-223-8/+8
|\ \ \ \ | | | | | | | | | | Typos found by running "codespell"
| * | | | TypoArmin Müller2018-03-261-1/+1
| | | | |
| * | | | TyposArmin Müller2018-03-261-6/+6
| | | | |
| * | | | TypoArmin Müller2018-03-261-1/+1
| |/ / /
* | | | Merge pull request #681 from albert-github/feature/bug_794509Dimitri van Heesch2018-04-222-10/+9
|\ \ \ \ | |_|_|/ |/| | | Bug 794509 - c# see langword broken
| * | | Bug 794509 - c# see langword brokenalbert-github2018-03-232-10/+9
| |/ / | | | | | | | | | | | | - code.l: The word 'null' was not recognized as reserved word - docparser.l The attribute 'langword' should not generate a link but the 'langword' value as code.
* | | Merge pull request #680 from damaex/masterDimitri van Heesch2018-04-223-8/+8
|\ \ \ | | | | | | | | added PHP7 support for the search engine on HTML output.
| * | | added PHP7 support for the search engine on HTML output.daMaex2018-03-223-8/+8
| |/ / | | | | | | | | | See: http://php.net/manual/en/language.basic-syntax.phptags.php
* | | Merge pull request #678 from albert-github/feature/bug_docu_2Dimitri van Heesch2018-04-2215-35/+35
|\ \ \ | | | | | | | | Small documentation corrections
| * | | Small documentation correctionsalbert-github2018-03-0615-35/+35
| | |/ | |/|
* | | Merge pull request #676 from albert-github/feature/bug_788940Dimitri van Heesch2018-04-221-3/+6
|\ \ \ | | | | | | | | Bug 788940 - Bad handling of Python class members when a class declaration line contains a comment
| * | | Bug 788940 - Bad handling of Python class members when a class declaration ↵albert-github2018-03-051-3/+6
| |/ / | | | | | | | | | | | | | | | line contains a comment Made comments possible after a class declaration.
* | | Merge pull request #675 from albert-github/feature/bug_778012Dimitri van Heesch2018-04-221-8/+22
|\ \ \ | | | | | | | | Bug 778012 - Python List as Default Parameter not parsed correctly
| * | | Bug 778012 - Python List as Default Parameter not parsed correctlyalbert-github2018-03-041-8/+22
| |/ / | | | | | | | | | Added handling of square brackets, single quoted strings and double quoted strings (could contain comma's as well) to default values of arguments.