Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/doxygen/doxygen.git | Petr Prikryl | 2013-09-02 | 12 | -13/+34 |
|\ | |||||
| * | Bug 706916 - C++ exception specifications are no longer parsed correctly | Dimitri van Heesch | 2013-08-27 | 1 | -2/+2 |
| | | |||||
| * | Bug 683897 - class list not sorted? | Dimitri van Heesch | 2013-08-27 | 4 | -4/+8 |
| | | |||||
| * | Bug 706874 - Doxygen crash if missing new-line in a snippet | Dimitri van Heesch | 2013-08-27 | 1 | -1/+7 |
| | | |||||
| * | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2013-08-27 | 2 | -2/+2 |
| |\ | |||||
| | * | Merge pull request #27 from albert-github/feature/bug_706804 | Dimitri van Heesch | 2013-08-27 | 1 | -1/+1 |
| | |\ | | | | | | | | | Feature/bug 706804 | ||||
| | | * | Bug 706804 - Fortran: Doxygen mixes up function-attributes with the return type | albert-github | 2013-08-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | test string should not be equal to "function" but should contain "function" | ||||
| | * | | Merge pull request #26 from albert-github/feature/misc | Dimitri van Heesch | 2013-08-27 | 1 | -1/+1 |
| | |\ \ | | | |/ | | | | | Small spelling correction | ||||
| | | * | Small spelling correction | albert-github | 2013-08-25 | 1 | -1/+1 |
| | |/ | | | | | | | | | | to generate an rtf extensions file -> to generate a rtf extensions file | ||||
| * | | Bug 706813 - RPM build via spec file fails | Dimitri van Heesch | 2013-08-27 | 1 | -1/+1 |
| | | | |||||
| * | | Bug 701949 - Latex: Hyperlinks for \secreflist / \refitem | Dimitri van Heesch | 2013-08-23 | 1 | -1/+11 |
| | | | |||||
| * | | Bug 693537 - Create possibility to keep user comments in Doxyfile | Dimitri van Heesch | 2013-08-23 | 2 | -2/+3 |
| |/ | |||||
* | | .gitignore -- generated /doxygen_docs and /doxygen.tag added. | Petr Prikryl | 2013-09-02 | 1 | -0/+3 |
| | | |||||
* | | doc/language.tpl -- trailing spaces removed | Petr Prikryl | 2013-09-02 | 1 | -36/+36 |
| | | |||||
* | | French translator up-to-date. | Petr Prikryl | 2013-09-02 | 1 | -37/+36 |
|/ | |||||
* | Revision bump for configure scriptRelease_1_8_5 | Dimitri van Heesch | 2013-08-23 | 1 | -1/+1 |
| | |||||
* | Updated changelog for release 1.8.5 | Dimitri van Heesch | 2013-08-23 | 1 | -5/+110 |
| | |||||
* | Bug 703791 - [PATCH] Out-of-line docs for class template specialisations failing | Dimitri van Heesch | 2013-08-23 | 1 | -0/+5 |
| | |||||
* | Fix potential assert when members of base class were not yet counted | Dimitri van Heesch | 2013-08-23 | 1 | -0/+2 |
| | |||||
* | Made a couple of minor performance tweeks to navtree.js | Dimitri van Heesch | 2013-08-23 | 2 | -20/+60 |
| | |||||
* | Avoid double brief description when there are no detailed docs | Dimitri van Heesch | 2013-08-23 | 1 | -17/+20 |
| | |||||
* | Bug 705702 - Post-comment blocks on C++11 using definitions attach to ↵ | Dimitri van Heesch | 2013-08-23 | 1 | -0/+31 |
| | | | | following entity | ||||
* | Merge pull request #25 from albert-github/feature/docu | Dimitri van Heesch | 2013-08-22 | 2 | -2/+2 |
|\ | | | | | Small corrections for documentation | ||||
| * | Small typo correceted in doxywizard_usage.doc | albert-github | 2013-08-22 | 2 | -2/+2 |
| | | | | | | | | Generated config.doc file in git is not identical to the generated one | ||||
* | | Merge pull request #17 from groleo/sqlite3 | Dimitri van Heesch | 2013-08-22 | 2 | -216/+230 |
|\ \ | | | | | | | Sqlite3 fixes | ||||
| * | | sqlite3: add memberdef initializer | Adrian Negreanu | 2013-08-17 | 1 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
| * | | sqlite3: make innerclass refid non-transient | Adrian Negreanu | 2013-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
| * | | jquery: use the env MINIFIER if specified | Adrian Negreanu | 2013-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
| * | | sqlite3: be more careful with return | Adrian Negreanu | 2013-08-17 | 1 | -6/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return-ing on a "step" failure, drops any info that could be extracted further on. instead, call sqlite3_clear_bindings() statements fail and carry on Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
| * | | sqlite3: shuffle the code so it's aligned with xmlgen.cpp | Adrian Negreanu | 2013-08-05 | 1 | -207/+210 |
| | | | | | | | | | | | | | | | | | | this way, it's easier to see what's missing from sqlite3gen Signed-off-by: Adrian Negreanu <groleo@gmail.com> | ||||
| * | | sqlite3: more SQLITE_TRANSIENT-s | Adrian Negreanu | 2013-08-04 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com> | ||||
* | | | Bug 706236 - Confusing use of GENERATE_TAGFILE | Dimitri van Heesch | 2013-08-22 | 2 | -1/+15 |
| | | | |||||
* | | | Minor tweaks to README.md | Dimitri van Heesch | 2013-08-22 | 1 | -6/+4 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2013-08-22 | 1 | -3/+12 |
|\ \ \ | |||||
| * \ \ | Merge pull request #24 from albert-github/feature/bug_706520 | Dimitri van Heesch | 2013-08-22 | 1 | -3/+12 |
| |\ \ \ | | |_|/ | |/| | | Bug 706520 - Fortran: in body documentation lands on wrong place | ||||
| | * | | Bug 706520 - Fortran: in body documentation lands on wrong place | albert-github | 2013-08-21 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | In case we are in the body of a subroutine or function set the in body flag. When comment has been handled (each Fortran comment block is handled as one block, not as parts) reste the in body flag. In case we have to handle documentation of an argument, reset the inbodyDocs field to the empty string. The documentation stored was no inbody documentation but argument documentation). | ||||
* | | | | Fixed regression when nested class were processed before their parent | Dimitri van Heesch | 2013-08-21 | 1 | -5/+7 |
|/ / / | |||||
* | | | Merge pull request #23 from albert-github/feature/bug_676879 | Dimitri van Heesch | 2013-08-18 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | Bug 676879 - parameter on doxywizard manual | ||||
| * | | | Bug 676879 - parameter on doxywizard manual | albert-github | 2013-08-18 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | Added sentenc in respect to possible argument for doxywizard Added images to the LaTex / pdf version of the manual | ||||
* | | | | Merge pull request #21 from albert-github/feature/docu | Dimitri van Heesch | 2013-08-18 | 3 | -8/+14 |
|\ \ \ \ | |/ / / | | | | | Feature/docu | ||||
| * | | | Some words now in code style | albert-github | 2013-08-18 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | __attribute__ was seen (markdown) as the bold word attribute Reformulation of a sentence due to a not nice split of word (__declspec was split directly after __ in pdf) | ||||
| * | | | Extended list with supported options for automatic link generation | albert-github | 2013-08-18 | 1 | -0/+3 |
| | | | | |||||
| * | | | During documentation generation some extra files are generated that are not ↵ | albert-github | 2013-08-18 | 1 | -0/+3 |
| |/ / | | | | | | | | | | intended for git | ||||
* | | | Merge pull request #20 from albert-github/master | Dimitri van Heesch | 2013-08-17 | 2 | -0/+17 |
|\ \ \ | |/ / | | | | Some extra files to be ignored (windows and cygwin builds) | ||||
| * | | Added -v option (analogous to --version). | albert-github | 2013-08-17 | 1 | -0/+10 |
| | | | | | | | | | | | | In case option started with -- and is not a known valuue (help or version) and error is given instead of starting Doxygen | ||||
| * | | Some extra files to be ignored (windows and cygwin builds) | albert-github | 2013-08-17 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #19 from albert-github/master | Dimitri van Heesch | 2013-08-13 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | Bug 668007 - HTML commands - documentation of </dd> tag missing | ||||
| * | | Bug 668007 - HTML commands - documentation of </dd> tag missing | U-User-PC\User | 2013-08-13 | 1 | -0/+1 |
|/ / | |||||
* | | Minor changes to the way the code for config options is generated (thanks to ↵ | Dimitri van Heesch | 2013-08-08 | 9 | -869/+1219 |
| | | | | | | | | Albert for the patch) | ||||
* | | Bug 705586 - @code tag as the last line of a comment block causes the parser ↵ | Dimitri van Heesch | 2013-08-06 | 1 | -5/+2 |
| | | | | | | | | to hang |