- 21 Aug, 2014 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 15 Aug, 2014 2 commits
-
-
albert-github authored
In case the snippet of code is in the current file one has to specify the name of the file and also see to it that the file is reachable through the EXAMPLE_PATH. A use case is the case of a list of initial values here it is quite often more convenient to have the values listed in a 'nice' list than direct in the definition line. With this patch it is possible to specify the name of the file where the snippet resides as: this
-
albert-github authored
In regular use it happens that it is more convenient to have multiple extra HTML stylesheets, e.g. in case of different levels of requirements: company, department, project With this patch it is possible to specify multiple HTML stylesheets. Note: for compatibility the configuration parameter HTML_EXTRA_STYLESHEET has not been renamed to HTM_EXTRA_STYLESHEETS.
-
- 10 Aug, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 04 Aug, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 19 Jun, 2014 2 commits
-
-
albert-github authored
Correction in documentation based on comment by dnm on June 19 2014
-
albert-github authored
Adjusted the rules files and where and the vcproj file so it can handle paths with spaces as well. When generating the documentation (Cygwin) a small problem appeared in a Makefile when there is a space in the path, this is solved as well.
-
- 16 Jun, 2014 2 commits
-
-
Petr Prikryl authored
- Open() replaced by xopen() that internally uses the encoding argument only for Python 3. The earlier usage of the codecs module and of the prefixed unicode string literals was removed. - Some lists of prototypes were sorted to get the same translator report for different versions of Python. - The local dedent() definition was replaced by textwrap.dedent(). (The older versions of Python did not have the module.) - Tested on Windows for Python 2.6.0, 2.7.7, 3.0.1, and 3.4.1.
-
Petr Prikryl authored
-
- 15 Jun, 2014 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 29 May, 2014 1 commit
-
-
albert-github authored
Added documentation for H4, H5 and H6 command to be complete and extended IMG description a bit
-
- 26 May, 2014 2 commits
-
-
albert-github authored
This concerns the BODY and MULTICOL tags.
-
Dimitri van Heesch authored
-
- 01 May, 2014 1 commit
-
-
albert-github authored
Currently the FAQs are in a numbered list, no index / overview. This patch places the FAQs in paragraphs resulting in a readable overview (in index or with a tableofcontents in HTML
-
- 21 Apr, 2014 3 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 20 Apr, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 13 Apr, 2014 2 commits
-
-
albert-github authored
The word LaTeX was used as just the word and on other places as \f$\mbox{\LaTeX}\f$ This has been made more consistent by means of the definition of the Alia \LaTeX (similar for \TeX) Some names of executables etc. were not set in a 'code' font.
-
Dimitri van Heesch authored
-
- 29 Mar, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 27 Mar, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 23 Mar, 2014 1 commit
-
-
albert-github authored
Removed superfluous < sign
-
- 15 Mar, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 10 Mar, 2014 1 commit
-
-
albert-github authored
This patch describes an alternative way to get rules / debug information from flex files
-
- 09 Mar, 2014 1 commit
-
-
albert-github authored
The recognition of the type (free or fixed) of Fortran code is not reliable possible. A well known possibility as used with compilers as well is to specify the type of code by means of the extension. With EXTENSION_MAPPING it is possible to select the type of Fortran code, when not explicitly set doxygen tries to guess the type of Fortran code.
-
- 12 Feb, 2014 2 commits
-
-
albert-github authored
Made documentation for custom commands more consistent and remove not required backslashes
-
albert-github authored
Some superfluous backslashes were found in the documentation (1.8.6 manual page 52, diagrams section)
-
- 11 Feb, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 09 Feb, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 08 Feb, 2014 1 commit
-
-
albert-github authored
In doxygen a limited number of HTML4 special character entities are recognized, with this patch the full list of HTML4 special character entities (see http://www.w3.org/TR/html4/sgml/entities.html) is supported (as far as they can be represented in the output format). - doxygen_manual.tex - latexgen.cpp Added wasysym package to support per thousand sign (perthousand command from textcomp didn't work properly) Added option for textcomp package so currency symbol would work properly - htmlcmds.doc Adjusted documentation, listing all entities - compound.xsd - xmlgen.cpp Removed in xsd file all references for special HTML4 character entities and placed placeholder so doxygen (in xmlgen.cpp)can automatically add the right element names. - util.cpp - util.h Define all entities with their representation for all output formats. Define access routines to the different representations Mapping (for recognition of the entities) based on running through the list of available entities, after validation of the order of the entities. A few entities contain now besides letters also numbers at the end. - docparser.h Define symbols for all entities as well as a helper struct and enum. The member m_letter is not used anymore and thus removed. All existing symbols were renamed so no confusion (i.e. errors when forgetting to rename some symbols) can occur. Obsolete references to letter removed, all letters with accents etc. are explicitly defined and not through the generic accent name plus an extra letter. - docparser.cpp Adjust used symbols to their new names. Remove references to letter (as used for accents etc.) Replace list of explicitly supported entities with call to symbol code access routine. - docbookvisitor.cpp - htmldocvisitor.cpp - latexdocvisitor.cpp - mandocvisitor.cpp - perlmodgen.cpp - printdocvisitor.h - rtfdocvisitor.cpp - textdocvisitor.cpp - xmldocvisitor.cpp Replace list of explicitly supported entities with call to access routine and use returned value to output.
-
- 19 Jan, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 15 Jan, 2014 1 commit
-
-
albert-github authored
In the doxygen manual the index items for \{ and \} were missing due to the missing support for the usage of { and } in parts of the code. This patch fixes this problem by introducing 2 new latex commands. See also http://tex.stackexchange.com/questions/153291/index-unmatched-braces-in-latex Further improvements in the index are: - consistency in different places - correction of index for \:: - placing \~ on a more logical place (together with other special characters, ~ is in the ASCII table after a-z whilst other characters are before this range)
-
- 12 Jan, 2014 2 commits
-
-
albert-github authored
Adjusted documentation so that -- in \c and <code> are shown as -- by placing the parts in ` (backtick)
-
albert-github authored
Corrected some spelling errors and added / correceted some references
-
- 11 Jan, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 08 Jan, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 29 Dec, 2013 1 commit
-
-
albert-github authored
-