summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Documentation correctionsalbert-github2018-02-262-4/+4
|/ | | | Corrected the way files are displaced (should be in "code mode")
* More typosluz.paz2018-01-041-1/+1
|
* Updated changelog for release 1.8.14Release_1_8_14Dimitri van Heesch2017-12-251-0/+127
|
* Bug 779014 - Add "\~" command to internatioalization articleDimitri van Heesch2017-12-251-2/+4
|
* Merge pull request #602 from albert-github/feature/bug_newline_aliasDimitri van Heesch2017-12-241-1/+3
|\ | | | | Physical newlines in ALIASES configuration tags.
| * Physical newlines in ALIASES configuration tags.albert-github2017-09-091-1/+3
| | | | | | | | | | | | Some commands read input till the end of the physical line. In case these commands are used in an alias the rest of the line is lost / gives not the required results. This patch creates the possibility to have physical newlines in ALIASES. See also: https://stackoverflow.com/questions/46050789/doxygen-alias-with-multiple-commands
* | Fix: add missing semicolon ';' at end of lineMatthew White2017-12-161-1/+1
| |
* | Fix: add missing newline char '\n'Matthew White2017-12-161-1/+1
| |
* | Fix: perl script regexp to toggle flex debug informationMatthew White2017-12-161-4/+4
| |
* | Fix: change 'CMakefiles' to 'CMakeFiles' (the 'F' is uppercase)Matthew White2017-12-161-2/+2
| | | | | | | | | | | | * doc/arch.doc: Fix two typos. Change 'CMakefiles' to 'CMakeFiles' (the 'F' is uppercase). 'CMakefiles' prevented the verbatim perl script to run correctly, giving error due to an unexisting dir.
* | Bug 789007 - Error in markdown emphasis examplesDimitri van Heesch2017-11-041-7/+7
| |
* | CMake: use GNUInstallDirs module for man pages directoryRolf Eike Beer2017-10-201-1/+2
| |
* | CMake: avoid if() around the whole contents of documentation CMakeLists.txtRolf Eike Beer2017-10-201-4/+0
| |
* | CMake: let file(MAKE_DIRECTORY) create all directories at onceRolf Eike Beer2017-10-201-3/+3
| |
* | CMake: remove needless variable expansionsRolf Eike Beer2017-10-201-1/+1
| |
* | Fix minor markup issue in the documentation.Dimitri van Heesch2017-10-151-1/+1
| |
* | Spelling correctionalbert-github2017-09-021-1/+1
|/
* [preprocessing.doc] typo amendedjannick02017-07-151-1/+1
| | | The preprocessor should read as amended.
* Documentation, correct referenced filecosmichound2017-06-301-2/+2
|
* Correction of non reachable links and redirected links in documentation.albert-github2017-06-0412-44/+44
| | | | | The W3C link checker reported a number of problems regarding non reachable links and permanent redirects. Most of these problems have been fixed with this patch
* Corrected small typealbert-github2017-05-031-2/+2
|
* Adjust changelog in preparation for release 1.8.13Release_1_8_13Dimitri van Heesch2016-12-291-0/+64
|
* Bug 760678 - fails to build with an unreleased python versionDimitri van Heesch2016-12-241-3/+3
|
* Merge pull request #433 from albert-github/feature/docu_corr_433Dimitri van Heesch2016-12-102-5/+5
|\ | | | | Documentation small corrections
| * Documentation small correctionsalbert-github2015-12-272-5/+5
| |
* | Bug 774949 - Unknown reference in manualDimitri van Heesch2016-11-291-1/+1
| |
* | Bug 773231 - Underscores in type or member name cause unwanted hyphenation ↵Dimitri van Heesch2016-10-231-1/+1
| | | | | | | | in PDF output Data Fields
* | Add support for more CSS formatting and column/row spanning in markdown tablesjohnk2016-10-052-0/+114
| |
* | Updated changelog for 1.8.12 releaseRelease_1_8_12Dimitri van Heesch2016-09-051-0/+160
| |
* | Update copyright year in docsDimitri van Heesch2016-09-041-1/+1
| |
* | Bug 770660 - Code snippet always shows line numbers from 1albert-github2016-09-031-5/+14
| | | | | | | | | | | | | | | | | | This patch makes the handling of the \snippet and other commands consistent between the different languages (no line numbers anymore with python) and also introduces analogous to \includelineno the command \snippetlineno. Some non relevant changes: - *code.l Calculation of the end line was incorrect, in case of a snippet the end line was the number of lines of the snippet and not reltive to the start line. - *code.l made consistent over the different laguages, enabling exBlock and inlineFragment - testing/indexpage.xml in test 14 the \snippet command was used with python and giving line numbers, linenumbers are now gone (consistency)
* | Introducing commands includedoc and snippetdocalbert-github2016-08-211-4/+40
| | | | | | | | | | Purpose to have the possibility to have repeating texts not repeated in the comments. The commands include and snippet introduce code blocks whilst the commands includedoc and snippetdoc inclode the text as is and it will be parsed by doxygen.
* | Documentation for extensions .f95, .f03 and .f08albert-github2016-08-211-0/+3
| | | | | | | | Added documentation for pull request #495
* | Fix issue escaping backslash inside markdown style code spanDimitri van Heesch2016-07-231-1/+1
| |
* | Updated stylesheet for the manual to fix layout issue in the navigation treeDimitri van Heesch2016-06-021-171/+568
| |
* | Minor build fixesDimitri van Heesch2016-05-091-2/+2
| |
* | Fix Windows build instructions.Christoph Lipka2016-04-131-1/+1
| |
* | Fix documentation typosJakub Wilk2016-02-026-56/+55
| |
* | PDF generation stops when image with caption is included in a table.albert-github2016-01-151-0/+7
| | | | | | | | | | - patch should only be applied to images. - added doxyfigcaption to manual.sty for completeness, when in future a table with an image and caption might appear in the documentation.
* | Latex page numberingalbert-github2016-01-091-1/+2
| | | | | | | | | | | | In the documentation generated by doxygen the table of contents does not start with page number i but with iii, by setting the pagenumbering}{roman} after the clearemptydoublepage titlepage this is corrected. In the beginning of the documentation we set the page numbering to "alph" so it won't interfere with the numbers in the table of contents and the real documentation. For the doxygen manual similar reasoning is true, furthermore the table of contents was on the left side page (when printed double sided), yhis is corrected as well.
* | Adjusted Doxygen to doxygen in running text in the manualDimitri van Heesch2016-01-0311-36/+36
| |
* | Minor update to the installation instructionsDimitri van Heesch2015-12-311-2/+3
| |
* | Updated changelog for 1.8.11Release_1_8_11Dimitri van Heesch2015-12-291-0/+157
|/
* Tweaked the htmlonly sections in the manual so it produces valid HTML outputDimitri van Heesch2015-12-266-1179/+1229
|
* Fix error documentation of in flex debug scriptDimitri van Heesch2015-12-201-2/+2
|
* Updated instructions to toggle debugging flex codeDimitri van Heesch2015-12-131-25/+20
|
* 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>
* Add examples to LaTeX / PDF doxygen manualalbert-github2015-09-064-23/+23
| | | | | | | | - 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-057-2/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Cmake tries to remove directory refman.tex instead of file refman.texalbert-github2015-08-301-1/+1
|