summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Adding commands \hidecallgraph and \hidecallergraphalbert-github2015-02-222-5/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | With the new commands \hidecallgraph and \hidecallergraph it is possible to suppress a call or caller graph even though the corresponding option CALL_GRAPH or CALLER_GRAPH is set. commands.doc config.xml diagrams.doc - updating documentation to support new commands entry.cpp - initialize callgraph and callergraph with the value from the config file commentscan.l - add handling for the new commands context.cpp memberdef.cpp util.cpp - getting the option for CALL_GRAPH and CALLER_GRAPH is not necessary anymore as it is incorporated in the initialization of an Entry item dbusxmlscanner.cpp - initialization is done in the Entry item vhdljjparser.cpp - gBlock was a static variable and therefore initialized before the doxygen main routine started. A Entry element sets now the default for callgraph and callergraph based on the config file and as the config file is not yet known at that moment the value for CALL_GRAPH and CALLER_GRAPH were set to False. By making a pointer of gBlock and doing an appropriate new Entry call this problem is overcome.
* Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2015-01-052-2/+25
|\
| * Updated changelog for 1.8.9.1Dimitri van Heesch2015-01-041-0/+23
| |
| * Documentation HTML Header, Footer, and Stylesheet changesalbert-github2015-01-021-2/+2
| | | | | | | | Adjusted text to better reflect current situation.
* | Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2014-12-302-27/+261
|\ \ | |/
| * Updated changelog for release 1.8.9Release_1_8_9Dimitri van Heesch2014-12-251-0/+178
| |
| * various fixes and restructuringDimitri van Heesch2014-12-221-14/+11
| |
| * Limit images sizes and make more uniform (LaTeX)albert-github2014-11-281-24/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adjusts some problems regarding image sizes in LaTeX output of doxygen (a.o. Bug 738299 - When using msc or PlantUML, the default latex for the created image should include [width=\linewidth]) this has been done is such a way that all the "image" commands (i.e. image, dot, dotfile, msc, mscfile, diafile, startuml) operate in a similar way / have the same possibilities. - commands.doc Adjusted documentation to reflect changes. - cmdmapper.cpp - cmdmapper.h Added utility function to map command id back to command name - doctokenizer.h - doctokenizer.l Handle Caption and Size indication. Required also that some other rules had to be tightened a bit (like usage of {} in startuml and usage of "" for captions. This was already described in the documentation in this way). - docparser.cpp - docparser.h Created routine to uniformly handle the Caption and size indications and store them in a general way. - latexgen.cpp Replaced graphicx package by adjustbox package (includes graphicx) to support "min width" etc. - doxygen.sty templates\latex Added commands to make commands with and without caption behave similar. - docbookvisitor.cpp - docbookvisitor.h - htmldocvisitor.cpp - latexdocvisitor.cpp - latexdocvisitor.h - printdocvisitor.h - xmldocvisitor.cpp Created routine to uniformly handle the Caption and size indications in a general way. - indexpage.xml (testing\022) - indexpage.xml (testing\031) - class_receiver.xml (testing\037) - class_sender.xml (testing\037) Adjusted example output.
* | Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2014-09-241-1/+2
|\ \ | |/
| * Merge pull request #210 from albert-github/feature/snippet_from_current_fileDimitri van Heesch2014-08-261-1/+2
| |\ | | | | | | Create an easy possibility to take a snippet from the current file.
| | * Create an easy possibility to take a snippet from the current file.albert-github2014-08-151-1/+2
| | | | | | | | | | | | | | | | | | 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
* | | Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2014-08-225-4/+231
|\ \ \ | |/ /
| * | Bug 734828 - Request: disable building documentation if Python 2.6 or newer ↵Release_1_8_8Dimitri van Heesch2014-08-211-1/+1
| | | | | | | | | | | | not available
| * | Preparations for release 1.8.8Dimitri van Heesch2014-08-211-0/+135
| | |
| * | Support multiple extra HTML stylesheets.albert-github2014-08-151-2/+2
| |/ | | | | | | | | | | 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.
| * Bug 731947 - Support for PlantUMLDimitri van Heesch2014-08-101-0/+61
| |
| * Bug 734099 - Add support for non-parsed languageDimitri van Heesch2014-08-042-1/+32
| |
* | .gitignorePetr Prikryl2014-07-291-1/+2
| |
* | 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