Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated installation section of the manual | Dimitri van Heesch | 2015-06-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-06-26 | 1 | -1/+116 |
|\ | |||||
| * | Update translator_cn.h | Lian Yang | 2015-06-24 | 1 | -1/+116 |
| | | | | | | update to 1.8.4 | ||||
* | | Bug 751455 - class scoped enum documentation appearing at group level ↵ | Dimitri van Heesch | 2015-06-26 | 2 | -1/+11 |
|/ | | | | instead of class level | ||||
* | Fixed regression in argument processing | Dimitri van Heesch | 2015-06-21 | 1 | -4/+4 |
| | |||||
* | Bug 744762 - Using TAGFILES prevents symbol extraction | Dimitri van Heesch | 2015-06-11 | 3 | -2/+15 |
| | |||||
* | sqlite3: add schema comments | Adrian Negreanu | 2015-06-09 | 1 | -107/+127 |
| | | | | | | | | Comments should help DB users that are unfamiliar to doxygen internals. You can dump the schema with: echo ".schema" | sqlite3 doxygen_sqlite3.db | ||||
* | sqlite3: fix constness | Adrian Negreanu | 2015-06-09 | 1 | -1/+2 |
| | | | | | :const was binded only when al->constSpecifier was non-NULL. Fix that by removing the test on al->constSpecifier | ||||
* | Merge pull request #341 from groleo/INPUT-message | Dimitri van Heesch | 2015-06-06 | 1 | -1/+1 |
|\ | | | | | specify that doxygen searches files in INPUT tag | ||||
| * | specify that doxygen searches files in INPUT tag | Adrian Negreanu | 2015-05-22 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #344 from hcw70/master | Dimitri van Heesch | 2015-06-06 | 2 | -7/+8 |
|\ \ | | | | | | | Fix nesting of XML tag "literallayout" for docbook output of enums. | ||||
| * | | Escape "@" in names as it is not allowed in XML / Docbook names (comming ↵ | Hauke Wintjen | 2015-05-27 | 1 | -0/+1 |
| | | | | | | | | | | | | from anon namespaces) | ||||
| * | | Fix nesting of XML tag "literallayout" for docbook output of enums. | Hauke Wintjen | 2015-05-27 | 1 | -7/+7 |
| |/ | |||||
* | | Merge pull request #346 from albert-github/feature/bug_750016 | Dimitri van Heesch | 2015-06-06 | 1 | -2/+8 |
|\ \ | | | | | | | Bug 750016 - FILE_PATTERNS ignores arbitrary extensions | ||||
| * | | Bug 750016 - FILE_PATTERNS ignores arbitrary extensions | albert-github | 2015-05-30 | 1 | -2/+8 |
| |/ | | | | | | | Added note to the documentation of FILE_PATTERNS and added cross reference at INPUT configuration options. | ||||
| * | Bug 746734 - Don't warn about missing documentation for deleted functions. | Dimitri van Heesch | 2015-05-03 | 5 | -4/+16 |
| | | |||||
| * | Bug 748208 - Bug #313527 regression - Enum in bitfield is not parsed properly. | Dimitri van Heesch | 2015-05-03 | 1 | -1/+7 |
| | | |||||
| * | Various VHDL related fixes | Dimitri van Heesch | 2015-04-27 | 1 | -0/+13 |
| | | |||||
| * | Bug 746417 - Nested list in C# XML comments closes outer list prematurely | Dimitri van Heesch | 2015-04-26 | 1 | -2/+3 |
| | | |||||
| * | Merge pull request #331 from groleo/master | Dimitri van Heesch | 2015-04-19 | 1 | -5/+5 |
| |\ | | | | | | | xml: use STRIP_FROM_PATH on @file attributes. | ||||
| | * | xml: use STRIP_FROM_PATH on @file attributes. | Adrian Negreanu | 2015-04-17 | 1 | -5/+5 |
| | | | |||||
| * | | Removed dbus XML parser, various refinements | Dimitri van Heesch | 2015-04-19 | 7 | -922/+39 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/Cryclops/doxygen into ↵ | Dimitri van Heesch | 2015-04-16 | 7 | -18/+482 |
| |\ \ | | |/ | |/| | | | | Cryclops-master | ||||
| | * | Add support for basic XML syntax highlighting. | Weston Thayer | 2015-01-06 | 7 | -18/+482 |
| | | | |||||
* | | | Added support for language codes | Dimitri van Heesch | 2015-05-31 | 2 | -10/+3 |
| | | | |||||
* | | | Further cmake changes | Dimitri van Heesch | 2015-05-31 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism | ||||
* | | | Removed old build files, added install targets and other options | Dimitri van Heesch | 2015-05-17 | 7 | -545/+5 |
| | | | |||||
* | | | Replace to_c_cmd by resource compiler | Dimitri van Heesch | 2015-05-16 | 2 | -65/+225 |
| | | | |||||
* | | | drop #include <unistd.h> | Adrian Negreanu | 2015-05-15 | 18 | -38/+34 |
| | | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
* | | | move layout_default.xml to templates/html/ | Adrian Negreanu | 2015-05-15 | 1 | -194/+0 |
| | | | |||||
* | | | use cmake | Adrian Negreanu | 2015-05-15 | 1 | -0/+270 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | runtest.pl replaced by testing/test_driver.cmake version.py replaced by cmake/version.cmake lang_cfg.py replaced by cmake/lang_cfg.cmake settings.py implemented in src/CMakeLists.txt increasebuffer.py replaced by defining the YY_BUF_SIZE and YY_READ_BUF_SIZE Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
* | | | Bug 746734 - Don't warn about missing documentation for deleted functions. | Dimitri van Heesch | 2015-05-15 | 5 | -4/+16 |
| | | | |||||
* | | | Bug 748208 - Bug #313527 regression - Enum in bitfield is not parsed properly. | Dimitri van Heesch | 2015-05-15 | 1 | -1/+7 |
| | | | |||||
* | | | Various VHDL related fixes | Dimitri van Heesch | 2015-05-15 | 1 | -0/+13 |
| | | | |||||
* | | | Bug 746417 - Nested list in C# XML comments closes outer list prematurely | Dimitri van Heesch | 2015-05-15 | 1 | -2/+3 |
| | | | |||||
* | | | Removed dbus XML parser, various refinements | Dimitri van Heesch | 2015-05-15 | 7 | -922/+39 |
| | | | |||||
* | | | xml: use STRIP_FROM_PATH on @file attributes. | Adrian Negreanu | 2015-05-15 | 1 | -5/+5 |
| | | | |||||
* | | | Add support for basic XML syntax highlighting. | Weston Thayer | 2015-05-15 | 7 | -18/+482 |
|/ / | |||||
* | | Merge pull request #327 from wtschueller/master | Dimitri van Heesch | 2015-04-16 | 1 | -2/+8 |
|\ \ | | | | | | | Tcl: fix for extra line breaks in source browser introduced by commit 31... | ||||
| * | | Tcl: fix for extra line breaks in source browser introduced by commit 312bef5 | wtschueller | 2015-04-07 | 1 | -2/+8 |
| | | | |||||
* | | | Bug 747780 - man output should escape minus signs | albert-github | 2015-04-13 | 1 | -0/+1 |
| | | | | | | | | | | | | Escaped minus sign | ||||
* | | | Bug 746226 - last enum member not documented | Dimitri van Heesch | 2015-04-12 | 2 | -2/+3 |
| | | | |||||
* | | | Merge pull request #328 from albert-github/feature/bug_latex_ref | Dimitri van Heesch | 2015-04-12 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Doxygen LaTeX / PDF links point to page 1 | ||||
| * | | | Doxygen LaTeX / PDF links point to page 1 | albert-github | 2015-04-11 | 1 | -3/+3 |
| |/ / | | | | | | | | | | | | | | | | | | | Based in the message: http://stackoverflow.com/questions/29551138/doxygen-latex-pdf-links-point-to-page-1 In case the CREATE_SUDIRS is set to YES the name of the link was pre=pended with the *sub dir) path, this has been removed. | ||||
* | | | Remove unreachable code | albert-github | 2015-04-11 | 1 | -16/+5 |
|/ / | | | | | | | The else part of the condition of the if statement is not reachable (When entering this part of the code ref.isEmpty() is always True). | ||||
* | | Bug 746619 - Bogus warnings in case of anonymous namespace and @todo | Dimitri van Heesch | 2015-04-06 | 1 | -1/+1 |
| | | |||||
* | | Bug 747111 - Table of content incorrect with escaped symbols | Dimitri van Heesch | 2015-04-06 | 1 | -1/+2 |
| | | |||||
* | | Guarded debug prints against printing a NULL pointer. | Dimitri van Heesch | 2015-04-06 | 10 | -106/+106 |
| | | |||||
* | | Added documentation for ``` style fenced code block and more robust parsing | Dimitri van Heesch | 2015-04-05 | 2 | -9/+9 |
| | | |||||
* | | Merge pull request #326 from halex2005/UseGithubFencedCodeBlockSyntax | Dimitri van Heesch | 2015-04-05 | 3 | -3/+39 |
|\ \ | | | | | | | add support for github flavored fenced code blocks |