summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | | Support for <a id="label">albert-github2019-10-161-0/+2
|/ / / | | | | | | | | | Support besides `<a name="label">` also `<a id="label">` as `id=` is the HTML attribute to define an ad for an HTML element.
* | | Merge pull request #7264 from albert-github/feature/bug_164073Dimitri van Heesch2019-09-161-0/+7
|\ \ \ | | | | | | | | Bug 164073 - There should be a dummy tag that Doxygen ignores
| * | | Bug 164073 - There should be a dummy tag that Doxygen ignoresalbert-github2019-09-151-0/+7
| | | | | | | | | | | | | | | | Introduced the `\noop` command to ignore text till end of the line.
* | | | Fix some typos luz.paz2019-09-163-4/+4
|/ / /
* | | Merge pull request #7179 from albert-github/feature/bug_doxygen_docu_chmDimitri van Heesch2019-09-013-13/+70
|\ \ \ | | | | | | | | Generating doxygen's documentation in CHM format
| * | | Generating doxygen's documentation in CHM formatalbert-github2019-08-111-0/+1
| | | | | | | | | | | | | | | | Renaming index.chm to doxygen_manual.chm
| * | | Generating doxygen's documentation in CHM formatalbert-github2019-08-113-13/+69
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now the chm format of the doxygen documentation was generated by a separate script, this is now integrated in the CMake procedure. - option -Dbuild_doc_chm to enable the possibility to generate the CHM documentation (only works for windows) - procedure is as follows - generate the base documentation for the CHM output - copy the documentation of the examples to the tree with the base CHM output (cannot use it from its default place due to the fact that in the next face the first page of the CHM file will be wrong - add the html, png, css and gif files of the examples to the so called hhp file (has to happen during runtime, hence a small python script, created inline so there is no extra file in the source tree) - create the resulting doxygen_manual.chm Some improvements during the process - the html files of the examples are added so that the full documentation of the examples is accessible and not just the top pages of the examples - keep the index terms of base chm file (mostly the commands and configuration parameters) - see to it that the doxygen logo is copied by doxygen and not by means of cmake
* | | Merge pull request #7239 from albert-github/feature/bug_docu_imageDimitri van Heesch2019-08-311-3/+5
|\ \ \ | | | | | | | | Correction documentation `\image` command
| * | | Correction documentation `\image` commandalbert-github2019-08-301-3/+5
| | | | | | | | | | | | | | | | | | | | - Correction supported formats for LaTeX - correction typo
* | | | Merge pull request #7234 from albert-github/feature/bug_copyrightDimitri van Heesch2019-08-312-2/+2
|\ \ \ \ | |/ / / |/| | | Correcting visible year in copyright
| * | | Correcting visible year in copyrightalbert-github2019-08-282-2/+2
| | |/ | |/| | | | | | | Correcting another visible year in copyright (see also #7182)
* | | issue #7218 Doxygen parsing word documentsalbert-github2019-08-231-0/+1
|/ / | | | | | | | | making list consistent again. See also table in chapter "Getting Started"
* | Order of commands in `<table>`albert-github2019-08-121-0/+2
|/ | | | Added note about the order of caption versus table rows and the number of table rows.
* Missing tables item in overviewalbert-github2019-08-101-0/+1
| | | | In the overview the paragraph about 'tables' is missing
* (X)HTML errors in 1.8.16 changelogalbert-github2019-08-091-3/+8
| | | | Corrected the (X)HTML errors in the 1.8.16 changelog
* Merge branch 'master' of github.com:doxygen/doxygenRelease_1_8_16Dimitri van Heesch2019-08-082-3/+3
|\
| * Fixing redirection linksalbert-github2019-08-082-3/+3
| | | | | | | | | | Fixing a number of redirecting links in the doxygen documentation. (Note the redirects from http://www.doxygen.org to http://www.doxygen.nl are not corrected)
* | Update changelog for release 1.8.16Dimitri van Heesch2019-08-081-0/+336
|/
* Merge pull request #7097 from albert-github/featre/bug_437181Dimitri van Heesch2019-08-041-0/+4
|\ | | | | Bug 437181 - The -d Preprocessor option doesn't work for php, should be in the doc.
| * Bug 437181 - The -d Preprocessor option doesn't work for php, should be in ↵albert-github2019-07-021-0/+4
| | | | | | | | | | | | | | the doc. - excluded `.php5` files from preprocessing (like other php files) - made remark about some limits in files that are preprocessed in documentation
* | Incorrect paragraph numbers in secref list.albert-github2019-08-041-4/+23
| | | | | | | | | | | | | | The definition of `\doxysection` etc. are using grouping around the section title, and this destroys the \label system as label names are stored locally. (see also: https://tex.stackexchange.com/questions/502650/section-numbering-in-redefined-sections) the `\doxysection` commands have been redefined (unfortunately partly copying values from book.cls)
* | Merge branch 'fetaure/bug_html_ins_del_tag' of ↵Dimitri van Heesch2019-08-031-0/+4
|\ \ | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-fetaure/bug_html_ins_del_tag