summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7682 from rezarastak/patch-3Dimitri van Heesch2020-05-101-1/+1
|\ | | | | Link fixed in documentation
| * Link fixed in documentationReza Rastak2020-04-021-1/+1
| |
* | Users cannot set "enhancement label" on github. (#7744)albert-github2020-05-021-2/+1
| | | | | | Normal users of github cannot set labels to issues.
* | Updated changelog for version 1.8.18Dimitri van Heesch2020-04-121-1273/+1443
|/
* Minor fix for formulas.docReza Rastak2020-03-301-2/+1
|
* issue #7674: Mention EXTRACT_ALL in the context of /fileDimitri van Heesch2020-03-301-49/+49
|
* Mention EXTRACT_ALL in the context of /fileMoshe Kaplan2020-03-291-1/+2
|
* Documentation correction due to removal of Tclalbert-github2020-03-232-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 Heesch2020-03-154-75/+4
| | | | very popular)
* Fixed minor typo (#7637)Adrien Brignon2020-03-131-1/+1
|
* issue #7590 Map .f18 filetype to Fortranalbert-github2020-02-141-9/+9
| | | | Documentation has to be updated as well
* Bug 779650 - Typo in https://www.stack.nl/~dimitri/doxygen/manual/docblocks.htmlalbert-github2020-01-231-1/+1
| | | | Corrected spelling
* Merge pull request #7506 from albert-github/feature/bug_cmake_examplesDimitri van Heesch2020-01-131-4/+4
|\ | | | | CMake and examples
| * CMake and examplesalbert-github2020-01-121-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_gsDimitri van Heesch2020-01-121-1/+1
|\ \ | |/ |/| Possibility to use gswin64c on Windows
| * Possibility to use gswin64c on Windowsalbert-github2020-01-071-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-github2020-01-091-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 outputalbert-github2020-01-051-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 logalbert-github2020-01-031-2/+2
| | | | Small spelling correction in change log
* Fix double ended list in changelog.docDimitri van Heesch2019-12-271-1/+1
|
* Fixed issue with */ in changelog.docRelease_1_8_17Dimitri van Heesch2019-12-271-1/+1
|
* Updated changelog for release-1.8.17Dimitri van Heesch2019-12-271-0/+243
|
* Merge branch 'feature/bug_html_s' of ↵Dimitri van Heesch2019-12-261-0/+2
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_html_s
| * Adding HTML s tag, XML corrections for other tagsalbert-github2019-08-161-0/+2
| | | | | | | | Added documentation.
* | Merge pull request #7230 from albert-github/feature/bug_formula_macrofileDimitri van Heesch2019-12-251-1/+19
|\ \ | | | | | | Create possibility to define LaTeX commands for formulas
| * | Create possibility to define LaTeX commands for formulasalbert-github2019-08-271-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 spellingDimitri van Heesch2019-12-235-10/+25
|\ \ \
| * \ \ Merge pull request #7209 from albert-github/feature/bug_backtick_quote_mdDimitri van Heesch2019-12-231-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-github2019-08-191-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 fixedReza Rastak2019-12-191-1/+1
| | | |
| * | | Merge pull request #7237 from albert-github/feature/bug_table_hrDimitri van Heesch2019-12-171-0/+5
| |\ \ \ | | | | | | | | | | Problem with `<hr>` in LaTeX multicolumn cell
| | * | | Problem with `<hr>` in LaTeX multicolumn cellalbert-github2019-08-291-0/+5
| | |/ / | | | | | | | | | | | | Small problem with defining `\hrulefilll`, moved code.
| * | | Minor fixesDimitri van Heesch2019-12-121-2/+3
| | | |
| * | | issue #7436 Incorrect handling of block comments in VHDLalbert-github2019-12-111-0/+3
| | | | | | | | | | | | | | | | Added some documentation
| * | | Merge pull request #7293 from albert-github/feature/bug_doc_cmdDimitri van Heesch2019-11-261-4/+4
| |\ \ \ | | | | | | | | | | Textual error
| | * | | Textual erroralbert-github2019-10-061-4/+4
| | | | | | | | | | | | | | | | | | | | Correcting textual error
| * | | | Adding some links in search documentationalbert-github2019-11-251-4/+5
| | | | | | | | | | | | | | | | | | | | The search chapter was missing some links
* | | | | spelling: searchJosh Soref2019-11-121-1/+1
| | | | |
* | | | | spelling: redundantJosh Soref2019-11-121-1/+1
| | | | |
* | | | | spelling: koreanJosh Soref2019-11-121-1/+1
| | | | |
* | | | | spelling: javascriptJosh Soref2019-11-125-6/+6
| | | | |
* | | | | spelling: ghostscriptJosh Soref2019-11-121-1/+1
| | | | |
* | | | | spelling: documentedJosh Soref2019-11-121-2/+2
| | | | |
* | | | | spelling: descriptionJosh Soref2019-11-121-1/+1
| | | | |
* | | | | spelling: dependency ???Josh Soref2019-11-121-1/+1
| | | | |
* | | | | spelling: bugzillaJosh Soref2019-11-121-1/+1
| | | | |
* | | | | spelling: assistantJosh Soref2019-11-121-1/+1
|/ / / /
* | | | Spelling corrections for doc directoryalbert-github2019-11-043-153/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here. Theer are a few that are not corrected as they signal a documentation correction.
* | | | Merge pull request #7332 from albert-github/feature/bug_rtf_manDimitri van Heesch2019-10-281-10/+18
|\ \ \ \ | | | | | | | | | | RTF extension file to standard output, make according documentation consistent.
| * | | | RTF extension file to standard output, make according documentation consistent.albert-github2019-10-171-10/+18
| |/ / / | | | | | | | | | | | | | | | | Create possibility to write rtf extension file to standard output as well, see to it that same technique is used on different places Update documentation and make it consistent