summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added rudimentary support for django like template system for output creation.Dimitri van Heesch2013-10-2121-118/+6532
* Merge pull request #50 from albert-github/feature_chm_esperantoDimitri van Heesch2013-10-211-1/+4
|\
| * Esperanto not supported by htmlhelp compilerAlbert2013-10-211-1/+4
* | Build problem with unistd.h and CygwinAlbert2013-10-201-2/+0
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-10-209-14/+136
|\
| * Patch regarding generating the rules file for the windows build regarding lan...Albert2013-10-209-14/+136
* | Fixed issue with Romanian translator preventing treeview from workingDimitri van Heesch2013-10-201-1/+1
|/
* Allow links to other markdown pages of the form [link text](page.md)Dimitri van Heesch2013-10-131-1/+7
* Allow @ref to unlabeled markdown page by name, i.e. @ref mypage.mdDimitri van Heesch2013-10-133-6/+17
* Bug 709052 - Templated and non-templated method mixup documentationDimitri van Heesch2013-10-131-0/+8
* Bug 707389 - GENERATE_TREEVIEW=YES disables touch scrolling with Android 3.xDimitri van Heesch2013-10-131-8/+12
* Bug 707985 - Strange output when : appended to an parameter descriptionDimitri van Heesch2013-10-131-0/+4
* Bug 709226 - Struct member fields not documented with INLINE_SIMPLE_STRUCTSDimitri van Heesch2013-10-131-5/+1
* Bug 709526 - C++ parsing problem with operators <<, <, >, >> inside templatesDimitri van Heesch2013-10-122-0/+36
* doxygen.sty.h was not ignored and not included/generated properlyDimitri van Heesch2013-10-123-465/+3
* Bug 709706 - Terminating C comments within markdown files breaks aliasesDimitri van Heesch2013-10-121-3/+23
* Bug 709780 - Copying of files via \image tag can get confused by symlinks at ...Dimitri van Heesch2013-10-121-0/+12
* Bug 709803 - Generated hhc file contains an error for a section of a mainpageDimitri van Heesch2013-10-124-7/+7
* Bug 709870 - Broken links on members HTML page when using BUILTIN_STL_SUPPORTDimitri van Heesch2013-10-121-24/+31
* Bug 709921 - position of linebreak in template argument list affects inherita...Dimitri van Heesch2013-10-121-15/+1
* Made lexer rule explicitDimitri van Heesch2013-10-121-16/+24
* Bug 709845 - Fortran: problem with types with name starting with isDimitri van Heesch2013-10-111-1/+1
* Bug 707713 - Add support for dia diagramsDimitri van Heesch2013-10-0630-10/+684
* Deleted one more generated fileDimitri van Heesch2013-10-061-3077/+0
* Deleted generated files from source repositoryDimitri van Heesch2013-10-0622-6654/+0
* This patch contains changes regarding the build system so that the *nix and W...albert-github2013-10-0632-612/+380
* Bug 707641 - `FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHSSergio Oller2013-09-2824-103/+104
* Bug 708806 - Wrong path to graph_legend figure in graph_legend.html when CREA...Dimitri van Heesch2013-09-281-4/+14
* LaTeX: Fix ToC entries of index/bibliographyDimitri van Heesch2013-09-283-3/+13
* Fixed compile warningDimitri van Heesch2013-09-241-8/+5
* Added @parblock and @endparblock commandsDimitri van Heesch2013-09-2426-20/+291
* Alignment of @code and @verbatim sectionalbert-github2013-09-242-4/+4
* Bug 707825 - Const treatmentDimitri van Heesch2013-09-221-3/+36
* Bug 707925 - False warning for Java "warning: missing ( in exception list on ...Dimitri van Heesch2013-09-211-9/+9
* Bug 707995 - @copydoc not working for const member overloadsDimitri van Heesch2013-09-211-1/+9
* Bug 708455 - Enabling INLINE_SIMPLE_STRUCTS messes up Data Structures in treeDimitri van Heesch2013-09-211-1/+8
* Bug 708446 - Deprecated list breaks HTML tree with xhtml extensionDimitri van Heesch2013-09-212-2/+2
* Fixed a number of compiler warnings reported by newer clang compilerDimitri van Heesch2013-09-1812-26/+19
* Merge pull request #39 from albert-github/feature/doc_debugDimitri van Heesch2013-09-171-1/+73
|\
| * Internal documentation for debug possibilitiesalbert-github2013-09-151-1/+73
* | Fixed regression autolinking C# template such as MyGenericClass<T>.g()Dimitri van Heesch2013-09-171-1/+1
* | Bug 705910 - Indexing and searching cannot treat non ASCII identifiersDimitri van Heesch2013-09-159-804/+845
* | Usage of the -d opion correctedalbert-github2013-09-153-10/+30
|/
* Minor layout tweaks and extra guardDimitri van Heesch2013-09-131-5/+12
* consider currentFile when searching for global symbolsAdrian Negreanu2013-09-101-1/+14
* Doxygen didn't allow @ref to parameters of type reference to an array.Dimitri van Heesch2013-09-092-2/+4
* Bug 154880 - if "using namespace" used, call of a static member function in C...Dimitri van Heesch2013-09-091-1/+1
* Avoid accessing uninitialized memory in fileToStringDimitri van Heesch2013-09-081-1/+6
* Bug 707685 - Fortran: error message when missing last EOLalbert-github2013-09-071-1/+31
* Bug 707567 - Asterisks in comment wrongly displayed for @codeDimitri van Heesch2013-09-061-3/+37