| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |/ /
| | | |
| | | |
| | | | |
Enables the Previous and Next buttons in case of a binary table of contents in the chm output file (binary toc is a requirement for the Precious and Next buttons).
|
| |\ \ \
| | | | |
| | | | | |
Bug 726734 - alignment of blockquotes in pdf
|
| | |/ /
| | | |
| | | |
| | | | |
The quote instead of quotation does align multi level block quotes
|
| |\ \ \
| | | | |
| | | | | |
Bug 726722 - Blockquote followed by text inserts an extra paragraph
|
| | |/ /
| | | |
| | | |
| | | | |
Remove superfluous \n from intermediate output.
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | | |
Update doctokenizer.l
|
| | |/ /
| | | |
| | | | |
Added support for Subversion fixed-length keyword syntax (see: http://sourceforge.net/p/doxygen/discussion/130996/thread/1c641a9f/).
|
| |\ \ \
| | | | |
| | | | | |
List only the project pages in "Related Pages"
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This avoids cluttering "Related Pages" with links to pages from external
projects.
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
albert-github/feature/bug_doxywizard_logo_expert_mode
Extension in config.xml if type=string with format=image
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
In case of a project logo a preview is shown in the "wizard mode". In "expert mode" only the name is shown.
In this patch the config.xml the type=string possibilities are extended with format=image (config.xml, configgen.py, config.h).
The doxywizard has been extended so that in "expert mode" this type is supported and that a preview is given (expert.cpp, inputstring.cpp and inputstring.h), furthermore in wizard.cpp a minimum label size has been defined to prevent jumping of the items in case of switching between a message text and an icon.
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Disable the boolean option that has its dependency disabled.
This fixes the case where GENERATE_TREE_VIEW is set to TRUE
even when its dependency GENERATE_HTML is FALSE.
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
|
| | |
| | |
| | |
| | | |
as block quote
|
| |/
|/| |
|
| | |
|
|\ \ |
|
| |\ \
| | | |
| | | | |
pass libclang header file location; add paths for Ubuntu's llvm-3.4
|
| | |/ |
|
| |\ \
| | | |
| | | | |
Bug 725516 - In case of sections with the same name they are not reported.
|
| | |/
| | |
| | |
| | |
| | | |
In this patch it is checked if a section label has been used before and if so a warning is given with file name and line number (when possible) where the section label was used the first time.
Note in section.h the item level was not initialized in the past in case of a copy constructor.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_625601
|
| | |/
| |/|
| | |
| | |
| | | |
The recognition of the type (free or fixed) of Fortran code is not reliable possible. A well known possibility as used with compilers as well is to specify the type of code by means of the extension.
With EXTENSION_MAPPING it is possible to select the type of Fortran code, when not explicitly set doxygen tries to guess the type of Fortran code.
|
|\ \ \
| | |/
| |/| |
|
| |/
| |
| |
| | |
Most problems were solved in version 1.8.5 but the underscore character (_) had not been incorporated, this is done with this patch.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
| |
QRegExp.match
patternMatch iterates over the pattern list, while FileInfo remains
constant.
given this, extract the QCStrings for QFileInfo outside of the
iterating loop.
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
|
| |
|
|
|
|
| |
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The uniqueness of rows is maintained by first doing a select.
In case the item is not found, it's INSERTed.
This is done for files, refids, params and includes, data
that is not unique by itself, like cross-references for example.
In other words, you can have many memberdefs in one file,
but you can only have one cross-reference between two functions
since the reference location is unique.
So, when SELECTing files and refids, use the file name and refids
as primary key since that's the fastest way to do it.
Also 'OR REPLACE' not necessary in 'INSERT OR REPLACE'.
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
|
| |
|
|\ |
|
| |\
| | |
| | | |
Bug 674851 - Percent to prevent auto-linking in page title is not removed for navpath
|
| | |
| | |
| | |
| | |
| | |
| | | |
for navpath
remove the % sign from some relevant places. The % sign is to prevent automatic linking.
|
| |/
| |
| |
| | |
Library was missing in the list of namespaces. In scanner.l constants, module and library are handled in the same way. In namespace.{h,cpp} only constants and module were handled, now also library is handled in a similar way.
|
| | |
|
|/
|
|
| |
the Class List
|
| |
|
| |
|
|\
| |
| | |
Pull out property names in Objective-C.
|
| |
| |
| |
| | |
Property names are everything after the ::.
|