Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Additional tweaks to get markdown tables inside ALIASES work | Dimitri van Heesch | 2020-07-27 | 1 | -13/+13 |
| | | | | | | | | | | - Changed \_linebr to \ilinebr - \ilinebr is now also passed to doctokenizer - Also fixes issue #7493 regarding \snippet inside markdown tables and dealing with wrong line on issues detected by docparser after a markdown table. - Added function tracing to markdown (enabled with -d markdown in a debug build) | ||||
* | XML tags moved to Appendix D of Ecma-334 | David Dyck | 2020-06-16 | 1 | -1/+1 |
| | | | | | | | The 5th Edition / December 2017 of https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-334.pdf has the XML commands in Appendix D Fix issue Typo in xmlcmds.doc XML tags moved to Appendix D of Ecma-334 #7855 https://github.com/doxygen/doxygen/issues/7855 | ||||
* | issue #7810 LaTeX manual not built, but make install tries to install it (#7821) | albert-github | 2020-06-13 | 1 | -0/+10 |
| | | | | Give a meaningful fatal error when the pdf does not exists (when it exists automatically also the html directory with content exists). Give a meaningful fatal error when the chm does not exists. | ||||
* | Create link for GENERATE_XML (#7824) | albert-github | 2020-06-13 | 1 | -1/+2 |
| | | | Small documentation consistency. | ||||
* | Minor documentation updates | Dimitri van Heesch | 2020-06-06 | 5 | -64/+697 |
| | |||||
* | Update installation documentation for Linux binary distribution | Dimitri van Heesch | 2020-06-01 | 1 | -49/+39 |
| | |||||
* | Merge pull request #7682 from rezarastak/patch-3 | Dimitri van Heesch | 2020-05-10 | 1 | -1/+1 |
|\ | | | | | Link fixed in documentation | ||||
| * | Link fixed in documentation | Reza Rastak | 2020-04-02 | 1 | -1/+1 |
| | | |||||
* | | Users cannot set "enhancement label" on github. (#7744) | albert-github | 2020-05-02 | 1 | -2/+1 |
| | | | | | | Normal users of github cannot set labels to issues. | ||||
* | | Updated changelog for version 1.8.18 | Dimitri van Heesch | 2020-04-12 | 1 | -1273/+1443 |
|/ | |||||
* | Minor fix for formulas.doc | Reza Rastak | 2020-03-30 | 1 | -2/+1 |
| | |||||
* | issue #7674: Mention EXTRACT_ALL in the context of /file | Dimitri van Heesch | 2020-03-30 | 1 | -49/+49 |
| | |||||
* | Mention EXTRACT_ALL in the context of /file | Moshe Kaplan | 2020-03-29 | 1 | -1/+2 |
| | |||||
* | Documentation correction due to removal of Tcl | albert-github | 2020-03-23 | 2 | -2/+3 |
| | | | | | - there were still references to Tcl - 2 entries were accidentally removed from the table with fiel extensions. | ||||
* | Remove support for TCL (code is too buggy and unmaintained, language not ↵ | Dimitri van Heesch | 2020-03-15 | 4 | -75/+4 |
| | | | | very popular) | ||||
* | Fixed minor typo (#7637) | Adrien Brignon | 2020-03-13 | 1 | -1/+1 |
| | |||||
* | issue #7590 Map .f18 filetype to Fortran | albert-github | 2020-02-14 | 1 | -9/+9 |
| | | | | Documentation has to be updated as well | ||||
* | Bug 779650 - Typo in https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html | albert-github | 2020-01-23 | 1 | -1/+1 |
| | | | | Corrected spelling | ||||
* | Merge pull request #7506 from albert-github/feature/bug_cmake_examples | Dimitri van Heesch | 2020-01-13 | 1 | -4/+4 |
|\ | | | | | CMake and examples | ||||
| * | CMake and examples | albert-github | 2020-01-12 | 1 | -4/+4 |
| | | | | | | | | | | Making more use of arrays in CMake to create the documentation of examples. Renaming the template/templ example to have a more consistent naming with the other examples. | ||||
* | | Merge pull request #7489 from albert-github/feature/bug_win_gs | Dimitri van Heesch | 2020-01-12 | 1 | -1/+1 |
|\ \ | |/ |/| | Possibility to use gswin64c on Windows | ||||
| * | Possibility to use gswin64c on Windows | albert-github | 2020-01-07 | 1 | -1/+1 |
| | | | | | | | | | | On windows the 32 bit executable is called gswin32c, but for the 64-bit systems also a gswin64c exists. The path is checked for the existing of these executables (with a preference for the 32 bit version). | ||||
* | | Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and ↵ | albert-github | 2020-01-09 | 1 | -6/+71 |
|/ | | | | | | `\xmlinclude` Adding for consistency with `\*only`, `\htmlincclude` and `\latexinclude` the commands: `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlinclude` | ||||
* | Showing information from all `*only commands in XML output | albert-github | 2020-01-05 | 1 | -14/+21 |
| | | | | This fix reverts the changes from #381 (i.e issue #4214 "htmlonly content appears in generated XML output (Origin: bugzilla 646002)", as XML is seen as an output format that can be further processed and therefore should contain all possible information. | ||||
* | Small spelling correction in change log | albert-github | 2020-01-03 | 1 | -2/+2 |
| | | | | Small spelling correction in change log | ||||
* | Fix double ended list in changelog.doc | Dimitri van Heesch | 2019-12-27 | 1 | -1/+1 |
| | |||||
* | Fixed issue with */ in changelog.docRelease_1_8_17 | Dimitri van Heesch | 2019-12-27 | 1 | -1/+1 |
| | |||||
* | Updated changelog for release-1.8.17 | Dimitri van Heesch | 2019-12-27 | 1 | -0/+243 |
| | |||||
* | Merge branch 'feature/bug_html_s' of ↵ | Dimitri van Heesch | 2019-12-26 | 1 | -0/+2 |
|\ | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_html_s | ||||
| * | Adding HTML s tag, XML corrections for other tags | albert-github | 2019-08-16 | 1 | -0/+2 |
| | | | | | | | | Added documentation. | ||||
* | | Merge pull request #7230 from albert-github/feature/bug_formula_macrofile | Dimitri van Heesch | 2019-12-25 | 1 | -1/+19 |
|\ \ | | | | | | | Create possibility to define LaTeX commands for formulas | ||||
| * | | Create possibility to define LaTeX commands for formulas | albert-github | 2019-08-27 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | | | | To be able to have building bocks for formulas one can create a `\newcommand` (or when one wants to change a command `\renewcommand`). Due to the different handling of LaTeX commands in pure LaTeX code (latex output and formulas converted to images) and MathJax it is necessary to transform LaTeX commands to the MathJax equivalent. This is done in a transparent way by providing the new commands in a file and add this verbatim to the pure LaTeX code and to translate the `\newcommand` and `\renewcomamnd` to MathJax macros. | ||||
* | | | Merge branch 'master' into spelling | Dimitri van Heesch | 2019-12-23 | 5 | -10/+25 |
|\ \ \ | |||||
| * \ \ | Merge pull request #7209 from albert-github/feature/bug_backtick_quote_md | Dimitri van Heesch | 2019-12-23 | 1 | -1/+6 |
| |\ \ \ | | | | | | | | | | | Warning in case of usage of a single quote in a code span. | ||||
| | * | | | Warning in case of usage of a single quote in a code span. | albert-github | 2019-08-19 | 1 | -1/+6 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we have a single quotes in a codespan we can get the warning: ``` warning: found </c> tag without matching <c> ``` Added the workaround to the documentation. | ||||
| * | | | minor typo fixed | Reza Rastak | 2019-12-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #7237 from albert-github/feature/bug_table_hr | Dimitri van Heesch | 2019-12-17 | 1 | -0/+5 |
| |\ \ \ | | | | | | | | | | | Problem with `<hr>` in LaTeX multicolumn cell | ||||
| | * | | | Problem with `<hr>` in LaTeX multicolumn cell | albert-github | 2019-08-29 | 1 | -0/+5 |
| | |/ / | | | | | | | | | | | | | Small problem with defining `\hrulefilll`, moved code. | ||||
| * | | | Minor fixes | Dimitri van Heesch | 2019-12-12 | 1 | -2/+3 |
| | | | | |||||
| * | | | issue #7436 Incorrect handling of block comments in VHDL | albert-github | 2019-12-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Added some documentation | ||||
| * | | | Merge pull request #7293 from albert-github/feature/bug_doc_cmd | Dimitri van Heesch | 2019-11-26 | 1 | -4/+4 |
| |\ \ \ | | | | | | | | | | | Textual error | ||||
| | * | | | Textual error | albert-github | 2019-10-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Correcting textual error | ||||
| * | | | | Adding some links in search documentation | albert-github | 2019-11-25 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | The search chapter was missing some links | ||||
* | | | | | spelling: search | Josh Soref | 2019-11-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | spelling: redundant | Josh Soref | 2019-11-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | spelling: korean | Josh Soref | 2019-11-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | spelling: javascript | Josh Soref | 2019-11-12 | 5 | -6/+6 |
| | | | | | |||||
* | | | | | spelling: ghostscript | Josh Soref | 2019-11-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | spelling: documented | Josh Soref | 2019-11-12 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | spelling: description | Josh Soref | 2019-11-12 | 1 | -1/+1 |
| | | | | |