| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Cryclops-master
|
| | |
|
|\ \
| | |
| | | |
Tcl: fix for extra line breaks in source browser introduced by commit 31...
|
| | | |
|
|\ \ \
| | | |
| | | | |
Bug 747780 - man output should escape minus signs
|
|/ / /
| | |
| | |
| | | |
Escaped minus sign
|
| | | |
|
|\ \ \
| | | |
| | | | |
Doxygen LaTeX / PDF links point to page 1
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/ /
| | |
| | |
| | | |
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).
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
add support for github flavored fenced code blocks
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Crash in case of non generic interface in Fortran
|
| | | |
| | | |
| | | |
| | | | |
In case of a non generic interface in Fortran it happened that doxygen crashed due to the fact that the pointer for setting the endBodyLine does not exist. The line number is only defined for GENERIC interfaces and therefore it should not be set anyhow when ending a non generic interface.
|
|\ \ \ \
| | | | |
| | | | | |
Repair Doxygen generate invalid styleSheetFile and extensionsFile of RTF
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix missing brief documentation for overload and specialization function...
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Brief documentation entries were not added for template specializations or
overload definitions. Adding brief documentation to those function definations
fixes a corner case bug #406027
Bug 406027 - Templated class member specialization cannot be documented
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fixed typos in comments. No functional changes.
|
| | |/ / / |
|
| |\ \ \ \
| | | | | |
| | | | | | |
fix enum brief description in RTF output
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
this may help debugging the source of the error
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
bug: when layout file disables Class List but Classes are still visible
the related TOC entry of Compiled HTML Help file does not link to any
page, so the annotated.html file is not reachable from the TOC tree even
though it still gets generated
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | | |
bug: brief description of enum member is put at the beginning of the
next list item, instead of at the end of the current list item
|
| |\ \ \ \
| | |/ / /
| |/| | | |
Bug 746673 - typo and bug in sqlite3gen.cpp
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolves a typo (dervied->derived) in sqlite prepared query var, which was preventing the derivedcompounddef table from populating.
Fixing this issue also exposed an underlying problem where junk data was showing up in two columns. Porting some if/else logic from the code that inserts to basecompounddef seems to have fixed this, as well.
|
| |\ \ \
| | | | |
| | | | | |
Bug 746614 - Bogus warning regarding nested comments
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In case the previous file gives a warning regarding the wrong used nested comments and the next file does not have any doxygen comment there is still the message that there is a nested comment but even without probable line numbers.
The variable counting the nested comment level was not reset, this has been corrected with this patch.
|
| |\ \ \ \
| | |/ / /
| |/| | | |
Warning message multiple mainpages
|
| | |/ /
| | | |
| | | |
| | | |
| | | | |
Based on the report in the doxygen forum (http://doxygen.10944.n7.nabble.com/WARNING-Found-more-than-one-mainpage-comment-block-td7092.html) about the hard to find multiple occurrences of a mainpage definition.
This patch also outputs the name (and approximate line) of the first found mainpage.
|
| |\ \ \
| | | | |
| | | | | |
Bug 746576 - Warnings without filename
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In a number of instances we don't get the filename of where the error occurs but a name or even unknown between <> e.g.
<fie_p2>:1: warning: parameters of member fie_p2 are not (all) documented
<error>:1: warning: parameters of member p1.error are not (all) documented
<unknown>:1: warning: Member fie_p3 (function) of class p3::int1_p3 is not documented.
This patch tries to overcome this problem by providing the right file:
.../p2.h:8: warning: parameters of member fie_p2 are not (all) documented
.../p1.py:7: warning: parameters of member p1.error are not (all) documented
.../p3.f90:3: warning: Member fie_p3 (function) of class p3::int1_p3 is not documented.
|
| |\ \ \
| | |/ /
| |/| | |
Missing cross reference link
|
| |/ /
| | |
| | |
| | | |
Added cross reference link that was missing
|
| |\ \
| | | |
| | | | |
Internal debug option -d lex is not described
|
| | | |
| | | |
| | | |
| | | | |
Corrected typing error in internal -d lex documentation
|
| | | |
| | | |
| | | |
| | | | |
The Internal debug option -d lex had not been described.
|
| |\ \ \
| | | | |
| | | | | |
runtests.pl: mnn version has dash as separator
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Final version can be major.minor.revision-mmn
Revision can either be x or x.y.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Corrected patch for the problem. Here nothing to be copied but multiple possibilities for executables are checked.
|