summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added graphical hierarchy support to template engineDimitri van Heesch2014-12-255-386/+473
|
* Improved main page rendering via template engineDimitri van Heesch2014-12-251-3/+7
|
* 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
|\
| * Supporting linking for methods bound to FORTRAN classes in source definitionsChris Hansen2014-12-211-4/+13
| |
* | various fixes and restructuringDimitri van Heesch2014-12-229-294/+100
| |
* | Merge branch 'feature/bug_size_latex' of ↵Dimitri van Heesch2014-12-2014-696/+665
|\ \ | |/ |/| | | | | | | | | | | 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-2814-671/+636
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | |
| * | | Fix rules for closing FORTRAN module and typedef scopesChris Hansen2014-11-281-2/+2
| | | |
| * | | Convert FORTRAN modules to namespacesChris Hansen2014-11-212-4/+37
| | | | | | | | | | | | | | | | This helps fix linking issues and ambiguity related to the difference between classes and modules in FORTRAN 2003+.
* | | | Bug 738167 - Entity references in XML command attributes are incorrectly handledDimitri van Heesch2014-12-191-1/+5
| | | |
* | | | Bug 735584 - Reached end of file while still insided a (nested) comment in ↵Dimitri van Heesch2014-12-192-5/+5
| | | | | | | | | | | | | | | | Markdown
* | | | Bug 704090 - Allow Class{T}.Method in cref to refer to a generic class in ↵Dimitri van Heesch2014-12-192-0/+27
| | | | | | | | | | | | | | | | XML comments
* | | | Fixed issue parsing @end directly followed by the end of the fileDimitri van Heesch2014-12-191-0/+4
| | | |
* | | | Bug 740218 - Full scope needed when making link inside cross-referenced ↵Dimitri van Heesch2014-12-192-1/+24
| | | | | | | | | | | | | | | | section (fixed regression)
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-12-172-104/+139
|\ \ \ \
| * \ \ \ Merge pull request #260 from zmhuang/masterDimitri van Heesch2014-12-162-104/+139
| |\ \ \ \ | | | | | | | | | | | | fix docbookgen.cpp to support other than english
| | * | | | fix docbook outputzmhuang2014-12-162-104/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. support other than english 2. fix broken example link id 3. fix incomplete TOC : no Classe etc. 4. add brief description for Functions etc. 5. Comply with REPEAT_BRIEF 6. Do not output duplicated contents when detailed descripton is missing. 7. set table colwidth for Param/RetVal
* | | | | | Bug 741417 - Crash when building gtkmm documentationDimitri van Heesch2014-12-171-0/+1
|/ / / / /
* | | | | Merge pull request #261 from lhelsloot/feature/bug_722940Dimitri van Heesch2014-12-141-5/+5
|\ \ \ \ \ | | | | | | | | | | | | Bug 722940 - classes with same name in different namespace adding to same group
| * | | | | Bug 722940 - classes with same name in different namespace adding to same groupLeon Helsloot2014-12-101-5/+5
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | If two classes with the same name, but in different namespaces (so different qualified names) were added to the same group, only one of them would end up in the group. The problem is caused by qualifiedName of the class not containing the qualified name but the class name when a class is added to the group. A workaround is to use the name attribute of the class, which does contain the qualified name.
* | | | | Merge pull request #263 from albert-github/feature/bug_fortran_call_colorDimitri van Heesch2014-12-141-4/+6
|\ \ \ \ \ | | | | | | | | | | | | Fortran color CALL as keyword
| * | | | | Fortran color CALL as keywordalbert-github2014-12-101-4/+6
| |/ / / / | | | | | | | | | | | | | | | Color the word CALL as keyword.
* | | | | Fortran code color END (regression pull request 259)albert-github2014-12-141-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | This is a regression on pull request 259. Fortran code like: end if was not colored properly anymore. This has been corrected with this patch.
* | | | Merge pull request #253 from albert-github/feature/bug_687576Dimitri van Heesch2014-12-096-10/+87
|\ \ \ \ | | | | | | | | | | Bug 687576 - Add support for LATEX_EXTRA_STYLESHEET
| * | | | Removed some comment statements.albert-github2014-11-291-5/+0
| | | | |
| * | | | Bug 687576 - Add support for LATEX_EXTRA_STYLESHEETalbert-github2014-11-296-10/+92
| | | | | | | | | | | | | | | | | | | | Added the possibility for LATEX_EXTRA_STYLESHEET analogous to HTML_EXTRA_STYLESHEET. Special attention has been paid to the extension as ".sty" is automatically added by the \usepackage
* | | | | Merge pull request #256 from albert-github/feature/bug_first_line_inlineDimitri van Heesch2014-12-091-2/+3
|\ \ \ \ \ | | | | | | | | | | | | Extra empty line in source fragments
| * | | | | Extra empty line in source fragmentsalbert-github2014-12-071-2/+3
| | |/ / / | |/| | | | | | | | | | | | | In case of a language that does not uses curly brackets to define blocks (such as Fortran) there was a newline character in the variable c and this was written in the "code fragment" buffer and subsequently written to the output resulting in and extra empty line on top. I languages using curly brackets this is later overwritten by the while loop searching for the open curly bracket.
* | | | | Merge pull request #257 from albert-github/feature/bug_fortran_inlineDimitri van Heesch2014-12-091-3/+19
|\ \ \ \ \ | | | | | | | | | | | | Support for INLINE_SOURCES in Fortran
| * | | | | Support for INLINE_SOURCES in Fortranalbert-github2014-12-071-3/+19
| |/ / / / | | | | | | | | | | | | | | | Fortran does not yet support the INLINE_SOURCES, with this patch (part of) this omission is solved.
* | | | | Merge pull request #258 from ↵Dimitri van Heesch2014-12-091-3/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | albert-github/feature/bug_fortran_source_continuation Fortran continuation character seen as begin of function call
| * | | | | Fortran continuation character seen as begin of function callalbert-github2014-12-081-3/+11
| |/ / / / | | | | | | | | | | | | | | | | | | | | In case in fixed format code a line like: " x ( " existed and the x was on position 6 the "x (" was seen as the start of a function call.
* | | | | Fortran color code of ENDalbert-github2014-12-081-3/+2
|/ / / / | | | | | | | | | | | | The color for the single END in Fortran code was of the color of the flow type entities though for all the flow entities the entity name is mandatory. For the entity statements of some keywords e.g. SUBROUTINE and FUNCTION the entity name is not mandatory with the END statement. The color of the single END statement has been changed from the flow type to the normal keyword type.