summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2014-07-292-3/+3
|\ \ | |/
| * Merge pull request #185 from albert-github/feature/bug_625601Dimitri van Heesch2014-06-201-2/+2
| |\ | | | | | | Bug 625601 - FORTRAN: recognition free versus fixed formatted code
| | * Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-06-191-2/+2
| | | | | | | | | | | | Correction in documentation based on comment by dnm on June 19 2014
| * | Bug 589707 - Flex .rule file for Visual Studio build can't cope with spaces ↵albert-github2014-06-191-1/+1
| |/ | | | | | | | | | | | | in filenames 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.
* | doc/translator.py -- minor updatesPetr Prikryl2014-06-161-6/+5
|/
* Merge branch 'master' of https://github.com/pepr/doxygen into pepr-masterDimitri van Heesch2014-06-161-2030/+2003
|\
| * doc/translator.py unified for Python 2.6+ and Python 3.0+Petr Prikryl2014-06-161-40/+41
| | | | | | | | | | | | | | | | | | | | | | - 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.
| * doc/translator.py -- unification for Python 2.6+ and 3.3+ (not finished)Petr Prikryl2014-06-161-2030/+2002
| |
* | Fixed typoDimitri van Heesch2014-06-151-1/+1
|/
* Added build support for Python3+ and Python2.6+Dimitri van Heesch2014-06-152-67/+69
|
* Added documentation for some missing HTML commandsalbert-github2014-05-291-1/+7
| | | | Added documentation for H4, H5 and H6 command to be complete and extended IMG description a bit
* Removed not implemented HTML commands from documentationalbert-github2014-05-261-4/+0
| | | | This concerns the BODY and MULTICOL tags.
* Removed unsupported HTML commands from the docsDimitri van Heesch2014-05-261-4/+0
|
* Make index for faqalbert-github2014-05-011-29/+22
| | | | 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
* Added more missing links to the changelogDimitri van Heesch2014-04-211-3/+3
|
* Added missing links in changelog when multiple bug ids were on one lineDimitri van Heesch2014-04-211-28/+28
|
* Added bugzilla link for numbered changelog itemsDimitri van Heesch2014-04-211-817/+817
|
* Updated changelog for release 1.8.7Dimitri van Heesch2014-04-201-0/+171
|
* Consistency of usage of the word LaTeX in the documentationalbert-github2014-04-1314-63/+66
| | | | | | 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.
* Added support for \-- and \--- to prevent interpretation as ndash and mdashDimitri van Heesch2014-04-131-0/+16
|
* Added optional [block] option to \htmlonlyDimitri van Heesch2014-03-292-6/+11
|
* Added \latexinclude command (thanks to Juan Zaratiegui for the patch)Dimitri van Heesch2014-03-271-0/+14
|
* Superfluous < signalbert-github2014-03-231-1/+1
| | | | Removed superfluous < sign
* Some restructuring and some compiler warning fixesDimitri van Heesch2014-03-151-3/+3
|
* Merge branch 'feature/bug_625601' of ↵Dimitri van Heesch2014-03-151-4/+13
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_625601
| * Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-03-091-4/+13
| | | | | | | | | | 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.
* | Alterative way to get rules information from flexalbert-github2014-03-101-3/+16
|/ | | | This patch describes an alternative way to get rules / debug information from flex files
* Merge pull request #118 from albert-github/feature/bug_docu_custcmdDimitri van Heesch2014-02-151-7/+7
|\ | | | | Made documentation more consistent
| * Made documentation more consistentalbert-github2014-02-121-7/+7
| | | | | | | | Made documentation for custom commands more consistent and remove not required backslashes
* | Superfluous backslash in documentationalbert-github2014-02-121-1/+1
|/ | | | Some superfluous backslashes were found in the documentation (1.8.6 manual page 52, diagrams section)
* Updated copyrightDimitri van Heesch2014-02-1132-33/+33
|
* Merge branch 'feature/html_entities' of ↵Dimitri van Heesch2014-02-092-99/+265
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/html_entities
| * Recognize all HTML4 special character entitiesalbert-github2014-02-082-99/+265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Added new language maintainer for Swedish, removed generated file language.docDimitri van Heesch2014-02-092-775/+1
|/
* Merge pull request #95 from albert-github/feature/bug_latex_index_1Dimitri van Heesch2014-02-032-2/+8
|\ | | | | Enabling possibility to have { and } in (latex) index items
| * Enabling possibility to have { and } in (latex) index itemsalbert-github2014-01-152-2/+8
| | | | | | | | | | | | | | | | | | 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)
* | Added missing \+ command to build LaTeX manualDimitri van Heesch2014-01-191-0/+1
| |
* | Handlingh of -- by \c and <code> results in - adjusted documentationalbert-github2014-01-123-9/+9
| | | | | | | | Adjusted documentation so that -- in \c and <code> are shown as -- by placing the parts in ` (backtick)
* | Documentation correctionsalbert-github2014-01-126-27/+29
|/ | | | Corrected some spelling errors and added / correceted some references
* Removed config.doc as it is generated by configgen.pyDimitri van Heesch2014-01-111-3826/+0
|
* Removed remark about installdox from the FAQDimitri van Heesch2014-01-081-4/+0
|
* \xmlonly aoppeared twice in see also section of \htmlonly and \docbookonlyalbert-github2013-12-291-2/+0
|
* Fixed typo in changelogDimitri van Heesch2013-12-241-1/+1
|
* Added changelog for 1.8.6Release_1_8_6Dimitri van Heesch2013-12-241-1/+134
|
* Bug 719591 - expand_as_defined macro does not properly workDimitri van Heesch2013-12-081-0/+5
|
* Merge pull request #61 from albert-github/feature/bug_719639Dimitri van Heesch2013-12-071-1/+21
|\ | | | | Bug 719639 - @xrefitem with empty heading string
| * Bug 719639 - @xrefitem with empty heading stringalbert-github2013-12-011-1/+21
| | | | | | | | Adjusted documentation and in case the title is the empty string in a DocXRefItem the visitPre and visitPost do nothing.
* | Merge pull request #62 from albert-github/feature/bug_docu_indexDimitri van Heesch2013-12-071-10/+0
|\ \ | | | | | | Some texts can be independent of \htmlonly / \latexonly
| * | Some texts can be independent of \htmlonly / \latexonlyalbert-github2013-12-011-10/+0
| |/
* | Merge pull request #58 from albert-github/feature/bug_719525Dimitri van Heesch2013-11-301-4/+8
|\ \ | | | | | | Bug 719525 - Can't build because the definitions of ***YY_flex_debug are...