index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fortran added keyword IMPURE
albert-github
2013-12-01
2
-5/+5
*
Fixed constness warning
Dimitri van Heesch
2013-11-17
1
-7/+4
*
Debug output for lexical analyzer
Albert
2013-11-17
2
-2/+17
*
Debug output for lexical analyzer
Albert
2013-11-13
20
-2/+79
*
Bug 711004 - Vertical bars cannot be sent straight to makeindex
Dimitri van Heesch
2013-11-11
1
-1/+1
*
Removed redundant backslashes in regexp pattern
Dimitri van Heesch
2013-11-11
1
-7/+7
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2013-11-11
3
-5/+11
|
\
|
*
Merge pull request #54 from albert-github/feature/space_in_err_msg
Dimitri van Heesch
2013-11-11
1
-1/+1
|
|
\
|
|
*
Space missing in error message.
Albert
2013-11-10
1
-1/+1
|
*
|
Bug 711787 - Long initialization line in C stops doxygen
Albert
2013-11-10
2
-4/+10
|
|
/
*
|
Bug 710998 - latex_count=5 is not enough
Dimitri van Heesch
2013-11-11
1
-4/+4
*
|
Bug 711639 - [PATCH] #include does not work with absolute paths
Dimitri van Heesch
2013-11-11
1
-0/+14
*
|
Bug 711723 - Comment /**/ confuses doxygen
Dimitri van Heesch
2013-11-11
1
-0/+3
*
|
More template and context updates
Dimitri van Heesch
2013-11-11
14
-1417/+3353
|
/
*
Bug 710917 - Segfault while parsing a C file
Dimitri van Heesch
2013-10-26
1
-16/+1
*
Added rudimentary support for django like template system for output creation.
Dimitri van Heesch
2013-10-21
21
-118/+6532
*
Merge pull request #50 from albert-github/feature_chm_esperanto
Dimitri van Heesch
2013-10-21
1
-1/+4
|
\
|
*
Esperanto not supported by htmlhelp compiler
Albert
2013-10-21
1
-1/+4
*
|
Build problem with unistd.h and Cygwin
Albert
2013-10-20
1
-2/+0
|
/
*
Merge branch 'master' of github.com:doxygen/doxygen
Dimitri van Heesch
2013-10-20
9
-14/+136
|
\
|
*
Patch regarding generating the rules file for the windows build regarding lan...
Albert
2013-10-20
9
-14/+136
*
|
Fixed issue with Romanian translator preventing treeview from working
Dimitri van Heesch
2013-10-20
1
-1/+1
|
/
*
Allow links to other markdown pages of the form [link text](page.md)
Dimitri van Heesch
2013-10-13
1
-1/+7
*
Allow @ref to unlabeled markdown page by name, i.e. @ref mypage.md
Dimitri van Heesch
2013-10-13
3
-6/+17
*
Bug 709052 - Templated and non-templated method mixup documentation
Dimitri van Heesch
2013-10-13
1
-0/+8
*
Bug 707389 - GENERATE_TREEVIEW=YES disables touch scrolling with Android 3.x
Dimitri van Heesch
2013-10-13
1
-8/+12
*
Bug 707985 - Strange output when : appended to an parameter description
Dimitri van Heesch
2013-10-13
1
-0/+4
*
Bug 709226 - Struct member fields not documented with INLINE_SIMPLE_STRUCTS
Dimitri van Heesch
2013-10-13
1
-5/+1
*
Bug 709526 - C++ parsing problem with operators <<, <, >, >> inside templates
Dimitri van Heesch
2013-10-12
2
-0/+36
*
doxygen.sty.h was not ignored and not included/generated properly
Dimitri van Heesch
2013-10-12
3
-465/+3
*
Bug 709706 - Terminating C comments within markdown files breaks aliases
Dimitri van Heesch
2013-10-12
1
-3/+23
*
Bug 709780 - Copying of files via \image tag can get confused by symlinks at ...
Dimitri van Heesch
2013-10-12
1
-0/+12
*
Bug 709803 - Generated hhc file contains an error for a section of a mainpage
Dimitri van Heesch
2013-10-12
4
-7/+7
*
Bug 709870 - Broken links on members HTML page when using BUILTIN_STL_SUPPORT
Dimitri van Heesch
2013-10-12
1
-24/+31
*
Bug 709921 - position of linebreak in template argument list affects inherita...
Dimitri van Heesch
2013-10-12
1
-15/+1
*
Made lexer rule explicit
Dimitri van Heesch
2013-10-12
1
-16/+24
*
Bug 709845 - Fortran: problem with types with name starting with is
Dimitri van Heesch
2013-10-11
1
-1/+1
*
Bug 707713 - Add support for dia diagrams
Dimitri van Heesch
2013-10-06
30
-10/+684
*
Deleted one more generated file
Dimitri van Heesch
2013-10-06
1
-3077/+0
*
Deleted generated files from source repository
Dimitri van Heesch
2013-10-06
22
-6654/+0
*
This patch contains changes regarding the build system so that the *nix and W...
albert-github
2013-10-06
32
-612/+380
*
Bug 707641 - `FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHS
Sergio Oller
2013-09-28
24
-103/+104
*
Bug 708806 - Wrong path to graph_legend figure in graph_legend.html when CREA...
Dimitri van Heesch
2013-09-28
1
-4/+14
*
LaTeX: Fix ToC entries of index/bibliography
Dimitri van Heesch
2013-09-28
3
-3/+13
*
Fixed compile warning
Dimitri van Heesch
2013-09-24
1
-8/+5
*
Added @parblock and @endparblock commands
Dimitri van Heesch
2013-09-24
26
-20/+291
*
Alignment of @code and @verbatim section
albert-github
2013-09-24
2
-4/+4
*
Bug 707825 - Const treatment
Dimitri van Heesch
2013-09-22
1
-3/+36
*
Bug 707925 - False warning for Java "warning: missing ( in exception list on ...
Dimitri van Heesch
2013-09-21
1
-9/+9
*
Bug 707995 - @copydoc not working for const member overloads
Dimitri van Heesch
2013-09-21
1
-1/+9
[next]