summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-03-098-38/+68
| | | | | 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.
* util/patternMatch: don't extract a QCString(QFileInfo) each time we ↵Adrian Negreanu2014-02-281-3/+8
| | | | | | | | | | | | 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>
* Fix typos in russian translationSergey M․2014-02-271-4/+4
|
* util/patternMatch: break when pattern is foundAdrian Negreanu2014-02-271-1/+2
| | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* sqlite3: speedup the SELECTsAdrian Negreanu2014-02-271-185/+258
| | | | | | | | | | | | | | | | | | 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>
* Corrected some definitions for some Fortran keywordsalbert-github2014-02-232-3/+3
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-226-6/+15
|\
| * Merge pull request #121 from albert-github/feature/bug_674851Dimitri van Heesch2014-02-204-4/+4
| |\ | | | | | | Bug 674851 - Percent to prevent auto-linking in page title is not removed for navpath
| | * Bug 674851 - Percent to prevent auto-linking in page title is not removed ↵albert-github2014-02-174-4/+4
| | | | | | | | | | | | | | | | | | for navpath remove the % sign from some relevant places. The % sign is to prevent automatic linking.
| * | Bug 724241 - Internal inconsistency: namespace in IDLalbert-github2014-02-202-2/+11
| |/ | | | | | | 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.
* | Fixed difference between generated XML schema and XML files for HTML entitiesDimitri van Heesch2014-02-221-3/+6
| |
* | Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within ↵Dimitri van Heesch2014-02-224-2/+13
|/ | | | the Class List
* Bug 722457 - regression referencing namespaced typeDimitri van Heesch2014-02-151-1/+3
|
* Add validation of internal consistency to html entity mapperDimitri van Heesch2014-02-152-1/+2
|
* Merge pull request #120 from NimbusKit/propertynamesDimitri van Heesch2014-02-151-0/+2
|\ | | | | Pull out property names in Objective-C.
| * Pull out property names in Objective-C.Jeff Verkoeyen2014-02-151-0/+2
| | | | | | | | Property names are everything after the ::.
* | Merge pull request #119 from NimbusKit/xcodeescapeDimitri van Heesch2014-02-151-1/+1
|\ \ | | | | | | Properly escape the XCODE path.
| * | Properly escape the XCODE path.Jeff Verkoeyen2014-02-151-1/+1
| |/ | | | | | | | | This was causing problems on my system where Xcode is installed at /Applications/Xcode 5.0/
* | Merge pull request #117 from albert-github/feature/bug_docu_latexDimitri van Heesch2014-02-151-7/+2
|\ \ | | | | | | Command \< and \> are not properly shown in section headers (and consequently in index)
| * | Command \< and \> are not properly shown in section headers (and ↵albert-github2014-02-121-7/+2
| |/ | | | | | | | | | | | | 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.
* | Merge pull request #114 from albert-github/feature/bug_vhdl_dotDimitri van Heesch2014-02-151-2/+4
|\ \ | |/ |/| Place where dot executable is found
| * Place where dot executable is foundalbert-github2014-02-121-2/+4
| | | | | | | | | | 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
* | Bug 722603 - doxygen nested \if \endif sample not workingDimitri van Heesch2014-02-111-2/+8
| |
* | Improved handling of percent symbolDimitri van Heesch2014-02-1110-25/+36
| |
* | Updated copyrightDimitri van Heesch2014-02-11229-230/+230
| |
* | Fixed off-by one error for last character in compound.xsdDimitri van Heesch2014-02-101-1/+1
| |
* | fixed compile issue on LinuxDimitri van Heesch2014-02-101-1/+1
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-101-0/+1
|\ \ | |/
| * On windows citelist.doc remainsalbert-github2014-02-091-0/+1
| | | | | | | | On windows the file citelist.doc is not removed as it is not closed. This patch closes the file.
* | Restructered html entity handlingDimitri van Heesch2014-02-1017-536/+603
| |
* | Merge branch 'feature/html_entities' of ↵Dimitri van Heesch2014-02-0916-1438/+771
|\ \ | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/html_entities
| * | Recognize all HTML4 special character entitiesalbert-github2014-02-0816-1438/+771
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-091-332/+422
|\ \ \ | | |/ | |/|
| * | sqlite3: updatesAdrian Negreanu2014-02-081-332/+422
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Added language update for Swedish (thanks to Björn Palmqvist)Dimitri van Heesch2014-02-091-3/+260
| |
* | Added support for range tag in the template languageDimitri van Heesch2014-02-092-2/+191
| |
* | Add template context for annotated class indexDimitri van Heesch2014-02-083-11/+65
| |
* | Added support for elif to the template languageDimitri van Heesch2014-02-081-14/+55
| |
* | More context changesDimitri van Heesch2014-02-083-32/+177
| |
* | Added basic arithmetic operations to the template expressions, and made the ↵Dimitri van Heesch2014-02-081-167/+357
| | | | | | | | expression lexer faster
* | Context enhancementDimitri van Heesch2014-02-081-0/+6
| |
* | Bug 723299 - Last line of code block lost if it is only one character and ↵Dimitri van Heesch2014-02-061-6/+6
|/ | | | there is no text afterward
* Better message in case doxygen -u is usedalbert-github2014-02-053-12/+32
| | | | | | | | | | 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.
* Merge pull request #106 from albert-github/feature/obsolete_congfig_itemsDimitri van Heesch2014-02-041-18/+2
|\ | | | | Items XML_SCHEMA and XML_DTD declared obsolete
| * Items XML_SCHEMA and XML_DTD declared obsoletealbert-github2014-02-041-18/+2
| | | | | | | | The items XML_SCHEMA and XML_DTD are not used and there is no plan for using them, so declared obsolete.
* | Merge branch 'wip/fix-link-id-on-last-line' of ↵Dimitri van Heesch2014-02-041-1/+1
|\ \ | |/ |/| | | | | | | | | | | 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
| * Make sure all ids in g_linkRefs are lower caseAurélien Gâteau2014-02-041-1/+1
| | | | | | | | | | Ids created from the last line were not lower-cased, leading to the link not being recognized.
* | Missing & and chars after " in tree of chm documentationDimitri van Heesch2014-02-041-1/+2
| | | | | | | | | | | | | | | | 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)
* | Fixed memory leak in nested comment administrationDimitri van Heesch2014-02-031-4/+4
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-037-27/+113
|\ \