summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #118 from albert-github/feature/bug_docu_custcmdDimitri van Heesch2014-02-151-7/+7
|\ \ | | | | | | Made documentation more consistent
| * | Made documentation more consistentalbert-github2014-02-121-7/+7
| |/ | | | | | | Made documentation for custom commands more consistent and remove not required backslashes
* | 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 #116 from albert-github/feature/bug_docuDimitri van Heesch2014-02-151-1/+1
|\ \ | | | | | | Superfluous backslash in documentation
| * | Superfluous backslash in documentationalbert-github2014-02-121-1/+1
| |/ | | | | | | Some superfluous backslashes were found in the documentation (1.8.6 manual page 52, diagrams section)
* | Merge pull request #115 from albert-github/feature/bug_html_entities_buildDimitri van Heesch2014-02-151-0/+8
|\ \ | | | | | | A new files have been added but is not incorporated in the windows build part
| * | A new files have been added but is not incorporated in the windows build partalbert-github2014-02-121-0/+8
| |/ | | | | | | The build references for htmlentity.{cpp,h} were missing for windows builds
* | 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-11299-1441/+1441
| |
* | 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
|\ \ | |/
| * Merge pull request #113 from albert-github/feature/bug_citelistDimitri van Heesch2014-02-091-0/+1
| |\ | | | | | | On windows citelist.doc remains
| | * 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-0918-1537/+1036
|\ \ | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/html_entities
| * | Recognize all HTML4 special character entitiesalbert-github2014-02-0818-1537/+1036
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-092-394/+689
|\ \ \ | | |/ | |/|
| * | Merge pull request #112 from groleo/masterDimitri van Heesch2014-02-092-394/+689
| |\ \ | | |/ | |/| sqlite3 updates
| | * sqlite3: add new searches to search.pyAdrian Negreanu2014-02-081-62/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + -I <I> Get the includers of <I> + -i <I> Get the includees of <I> + -M <C> Get all members of class <C> + -B <C> Get the base classes of class <C> + -S <C> Get the sub classes of class <C> Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| | * 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 new language maintainer for Swedish, removed generated file language.docDimitri van Heesch2014-02-093-775/+2
| |
* | 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
* Merge pull request #110 from JonnyJD/python2Dimitri van Heesch2014-02-061-1/+1
|\ | | | | detect python2 as Python 2 binary
| * detect python2 as Python 2 binaryJohannes Dewender2014-02-061-1/+1
| | | | | | | | | | | | | | On some distributions like Arch Linux "python" is Python 3 and "python2" is Python version 2. We now try "python2" first and use it if available.
* | Merge pull request #108 from albert-github/feature/extension_gitignoreDimitri van Heesch2014-02-061-0/+3
|\ \ | | | | | | Add extra (documenation) directories to ignore pattern
| * | Add extra (documenattion) directories to ignore patternalbert-github2014-02-051-0/+3
| |/ | | | | | | Add extra (documenattion) directories to ignore pattern
* | Merge pull request #109 from albert-github/feature/bug_update_msgDimitri van Heesch2014-02-063-12/+32
|\ \ | | | | | | Better message in case doxygen -u is used
| * | 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 #107 from albert-github/feature/bug_make_rmDimitri van Heesch2014-02-061-6/+11
|\ \ | |/ |/| Error message is given for make distclean as generated_src is a directory
| * Add docbook directory to be removed as wellalbert-github2014-02-051-0/+1
| | | | | | | | Add docbook directory to be removed as well