summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switched back to version 6.2 of JavaCC for VHDL parser generation.Dimitri van Heesch2015-01-0316-373/+481
|
* Fixed compilation issue on WindowsDimitri van Heesch2015-01-031-3/+3
|
* Various VHDL related fixesDimitri van Heesch2015-01-0218-2406/+2252
|
* Merge remote-tracking branch 'origin/master'Dimitri van Heesch2015-01-020-0/+0
|\
| * Merge pull request #276 from albert-github/feature/bug_layout_defaultDimitri van Heesch2015-01-011-1/+1
| |\ | | | | | | Help message regarding layout file
| | * Help message regarding layout filealbert-github2015-01-011-1/+1
| | | | | | | | | | | | The name of the layout file can be omitted.
| * | Merge pull request #277 from albert-github/feature/bug_docu_cust_htmlDimitri van Heesch2015-01-011-2/+2
| |\ \ | | | | | | | | Documentation HTML Header, Footer, and Stylesheet changes
| | * | Documentation HTML Header, Footer, and Stylesheet changesalbert-github2015-01-011-2/+2
| | |/ | | | | | | | | | Adjusted text to better reflect current situation.
| * | Merge pull request #275 from albert-github/feature/bug_source_fortran_functionDimitri van Heesch2015-01-011-0/+2
| |\ \ | | | | | | | | Fortran FUNCTION source code
| | * | Fortran FUNCTION source codealbert-github2015-01-011-0/+2
| | |/ | | | | | | | | | In case of a Fortran FUNCTION there was a difference between the handling of the source code lines for functions with and without the RESULT clause. This has been made uniform.
| * | Merge pull request #274 from albert-github/feature/bug_ftn_function_resultDimitri van Heesch2015-01-011-9/+49
| |\ \ | | |/ | |/| Documenting RESULT variable of Fortran FUNCTION
| | * Suggestion to use stripPrefix has been implemented for RESULT.albert-github2015-01-011-25/+14
| | | | | | | | | | | | For consistency also implemented for arguments.
| | * Documenting RESULT variable of Fortran FUNCTIONalbert-github2015-01-011-1/+52
| |/ | | | | | | Fortran functions can specify the return value by means of a variable in the RESULT attribute. Analogous to argument variables (@param) it is now possible to document also the return / RESULT variable (@returns).
* | Help message regarding layout filealbert-github2015-01-021-1/+1
| | | | | | | | The name of the layout file can be omitted.
* | Documentation HTML Header, Footer, and Stylesheet changesalbert-github2015-01-021-2/+2
| | | | | | | | Adjusted text to better reflect current situation.
* | Fortran FUNCTION source codealbert-github2015-01-021-0/+2
| | | | | | | | In case of a Fortran FUNCTION there was a difference between the handling of the source code lines for functions with and without the RESULT clause. This has been made uniform.
* | Suggestion to use stripPrefix has been implemented for RESULT.albert-github2015-01-021-25/+14
| | | | | | | | For consistency also implemented for arguments.
* | Documenting RESULT variable of Fortran FUNCTIONalbert-github2015-01-021-1/+52
| | | | | | | | Fortran functions can specify the return value by means of a variable in the RESULT attribute. Analogous to argument variables (@param) it is now possible to document also the return / RESULT variable (@returns).
* | Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-0229-111/+137
|/ | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string.
* Merge pull request #270 from orbitcowboy/masterDimitri van Heesch2014-12-261-1/+1
|\ | | | | Fix potential null pointer dereference in src/context.cpp
| * Fix potential null pointer dereference in src/context.cppMartin Ettl2014-12-221-1/+1
|/
* Adjusted version in configure scriptDimitri van Heesch2014-12-261-1/+1
|
* Updated changelog for release 1.8.9Release_1_8_9Dimitri van Heesch2014-12-251-0/+178
|
* Added graphical hierarchy support to template engineDimitri van Heesch2014-12-2512-394/+557
|
* Removed bash specific construct from ./configure script to make it work on ↵Dimitri van Heesch2014-12-251-2/+2
| | | | Solaris
* Improved main page rendering via template engineDimitri van Heesch2014-12-254-18/+66
|
* Prevent overly long terms from stopping the search indexerDimitri van Heesch2014-12-231-7/+14
|
* Bug 685597 - C# <code> tag in an <example> tag does not render as expected.Dimitri van Heesch2014-12-231-1/+6
|
* Bug 741100 - Latex to PDF hangs when using Markdown tablesDimitri van Heesch2014-12-231-1/+1
|
* Bug 729063 - Missing link for item inside the same namespaceDimitri van Heesch2014-12-231-15/+17
|
* Bug 738173 - Entity references in XML code command are incorrectly handledDimitri van Heesch2014-12-231-0/+4
|
* Bug 739462 - Using "doxygen.css" for HTML_EXTRA_STYLESHEET fails silentlyDimitri van Heesch2014-12-231-0/+4
|
* Bug 737830 - Invalid element name in footer part when GENERATE_TREEVIEW ↵Dimitri van Heesch2014-12-231-5/+5
| | | | specified
* Bug 739209 - Invalid warning about undocumented C++ function imported from ↵Dimitri van Heesch2014-12-233-3/+10
| | | | tagfile
* Show tag file name instead of <unknown> for warnings pointing to symbols ↵Dimitri van Heesch2014-12-221-9/+43
| | | | extracted from tag files.
* Bug 739210 - C++11 scoped enums with same name inside different classes are ↵Dimitri van Heesch2014-12-221-12/+16
| | | | merged if using tagfile
* Fix to ignore the contents of \verbatim and friends while looking for sectionsDimitri van Heesch2014-12-221-12/+62
|
* Disabled enter/exit printing for doctokenizer (produced too much noise)Dimitri van Heesch2014-12-221-10/+10
|
* Remove redundant codeDimitri van Heesch2014-12-221-3/+0
|
* Bug 741778 - \cite confused by labels ending with a dot (improved warning ↵Dimitri van Heesch2014-12-221-2/+15
| | | | message)
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-12-221-4/+13
|\
| * Merge pull request #268 from hansec/FORTRAN_link_bound_methodsDimitri van Heesch2014-12-211-4/+13
| |\ | | | | | | Supporting linking for methods bound to FORTRAN classes in source definitions
| | * Supporting linking for methods bound to FORTRAN classes in source definitionsChris Hansen2014-12-211-4/+13
| |/
* | various fixes and restructuringDimitri van Heesch2014-12-2211-309/+112
| |
* | Merge branch 'feature/bug_size_latex' of ↵Dimitri van Heesch2014-12-2020-727/+760
|\ \ | |/ |/| | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_size_latex Conflicts: src/doctokenizer.h src/latexgen.cpp
| * Limit images sizes and make more uniform (LaTeX)albert-github2014-11-2820-702/+731
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 pull request #264 from albert-github/feature/bug_rtf_sourceDimitri van Heesch2014-12-205-13/+88
|\ \ | | | | | | Add source code possibility for RTF output
| * | Add source code possibility for RTF outputalbert-github2014-12-105-13/+88
| | | | | | | | | | | | | | | Analogous to Latex and HTML output the possibility to have source code shown in RTF output is created. Based on question: http://doxygen.10944.n7.nabble.com/RTF-lack-of-source-code-tc6936.html
* | | Merge pull request #247 from hansec/FORTRAN_moduleNSDimitri van Heesch2014-12-202-5/+38
|\ \ \ | | | | | | | | Convert FORTRAN modules to namespaces
| * | | Remove filtering rule when generating FORTRAN module linksChris Hansen2014-11-301-1/+1
| | | |