| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 ::.
|
|\ \
| | |
| | | |
Properly escape the XCODE path.
|
| |/
| |
| |
| |
| | |
This was causing problems on my system where Xcode is installed at
/Applications/Xcode 5.0/
|
|\ \
| | |
| | | |
Command \< and \> are not properly shown in section headers (and consequently in index)
|
| |/
| |
| |
| |
| |
| |
| | |
consequently in index)
In the pdf version of the doxygen manual (version 1.8.6) the commands \< and \> are shown as < and >
Tests (on the doxygen manual) revealed that the exception rules were nor required.
|
|\ \
| |/
|/| |
Place where dot executable is found
|
| |
| |
| |
| |
| | |
In the current vhdl part of the code it is required that the dot executable is in the path. On in dot.cpp the possibility exists that the dot executable is found through the configuration setting DOT_PATH.
This patch makes this more consistent
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
On windows the file citelist.doc is not removed as it is not closed. This patch closes the file.
|
| | |
|
|\ \
| | |
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/html_entities
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In doxygen a limited number of HTML4 special character entities are recognized, with this patch the full list of HTML4 special character entities (see http://www.w3.org/TR/html4/sgml/entities.html) is supported (as far as they can be represented in the output format).
- doxygen_manual.tex
- latexgen.cpp
Added wasysym package to support per thousand sign (perthousand command from textcomp didn't work properly)
Added option for textcomp package so currency symbol would work properly
- htmlcmds.doc
Adjusted documentation, listing all entities
- compound.xsd
- xmlgen.cpp
Removed in xsd file all references for special HTML4 character entities and placed placeholder so doxygen (in xmlgen.cpp)can automatically add the right element names.
- util.cpp
- util.h
Define all entities with their representation for all output formats.
Define access routines to the different representations
Mapping (for recognition of the entities) based on running through the list of available entities, after validation of the order of the entities. A few entities contain now besides letters also numbers at the end.
- docparser.h
Define symbols for all entities as well as a helper struct and enum. The member m_letter is not used anymore and thus removed.
All existing symbols were renamed so no confusion (i.e. errors when forgetting to rename some symbols) can occur.
Obsolete references to letter removed, all letters with accents etc. are explicitly defined and not through the generic accent name plus an extra letter.
- docparser.cpp
Adjust used symbols to their new names.
Remove references to letter (as used for accents etc.)
Replace list of explicitly supported entities with call to symbol code access routine.
- docbookvisitor.cpp
- htmldocvisitor.cpp
- latexdocvisitor.cpp
- mandocvisitor.cpp
- perlmodgen.cpp
- printdocvisitor.h
- rtfdocvisitor.cpp
- textdocvisitor.cpp
- xmldocvisitor.cpp
Replace list of explicitly supported entities with call to access routine and use returned value to output.
|
|\ \ \
| | |/
| |/| |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* template and function arguments
* innernamespaces
* put sqlite3_stmt and the coresponding query in
a struct
* use has(Multi|One)LineInitializer instead of hardcoded value
when extracting references from initializers
* sqlite3_clear_bindings in step()
* getRow in step() should use different sqlite3_ functions
depending on wether is doing 'INSERT' or 'SELECT'
includes table uses only file IDs
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
expression lexer faster
|
| | |
|
|/
|
|
| |
there is no text afterward
|
|
|
|
|
|
|
|
|
|
| |
In case of obsolete or not configured entries in the Doxyfile and the option -u is used a message like:
Warning: Tag `XML_DTD' at line 1821 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
appears, but the item is removed from the Doxyfile.
This patch updates the message (and improves layout) to:
Warning: Tag `XML_DTD' at line 1821 of file `Doxyfile' has become obsolete.
This tag has been removed.
|
|\
| |
| | |
Items XML_SCHEMA and XML_DTD declared obsolete
|
| |
| |
| |
| | |
The items XML_SCHEMA and XML_DTD are not used and there is no plan for using them, so declared obsolete.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| | |
https://github.com/agateau/doxygen into agateau-wip/fix-link-id-on-last-line
Conflicts:
testing/055/md_055_markdown.xml
testing/055_markdown.md
|
| |
| |
| |
| |
| | |
Ids created from the last line were not lower-cased, leading to the link
not being recognized.
|
| |
| |
| |
| |
| |
| |
| |
| | |
In the chm-doxygen manual we see that for:
- the command \& the & is missing
- commands containing a " all text is missing after this "
These are known limitations of the chm format (see e.g.
http://www.helpware.net/htmlhelp/hhwreadme.htm)
|
| | |
|
|\ \ |
|