summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge pull request #90 from hakanardo/mansubdirDimitri van Heesch2014-02-032-5/+24
| |\ \ | | | | | | | | MAN_SUBDIR parameter
| | * | Make the MAN_SUBDIR setting overide the name of the directry the man pages ↵Hakan Ardo2014-01-142-6/+16
| | | | | | | | | | | | | | | | are placed in.
| | * | add parameterHakan Ardo2014-01-121-0/+9
| | | |
| * | | Merge pull request #104 from groleo/masterDimitri van Heesch2014-02-031-17/+25
| |\ \ \ | | | | | | | | | | sqlite3 fixes
| | * | | sqlite3: SQLITE_TRANSIENTsAdrian Negreanu2014-02-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | In table basecompoundref, use SQLITE_TRANSIENT for base, derived, refid
| | * | | sqlite3: extract more infoAdrian Negreanu2014-02-011-13/+21
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memberdef table changes: * rename bstart to bodystart * rename id_bfile to id_bodyfile * add bodyend * add {brief,detailed,inbody}description Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| * | | Merge pull request #101 from albert-github/feature/bug_commentcnvDimitri van Heesch2014-02-031-1/+40
| |\ \ \ | | | | | | | | | | Add line numbers in case comment is not closed properly.
| | * | | Add line numbers in case comment is not closed properly.albert-github2014-01-261-1/+40
| | |/ / | | | | | | | | | | | | | | | | This bug fix is an extension to the bug fix: Add warning when encountering a nested comment start (/*) without matching end (*/). It is quite hard to find the place in the source file where the problem occurs. This bug fix helps to locate part of the problems, it is not perfect it only gives the starting comment tags that give a problem (other problems also occur e.g. when // is followed by */).
| * | | Merge pull request #95 from albert-github/feature/bug_latex_index_1Dimitri van Heesch2014-02-033-4/+24
| |\ \ \ | | |/ / | |/| | Enabling possibility to have { and } in (latex) index items
| | * | Enabling possibility to have { and } in (latex) index itemsalbert-github2014-01-153-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the doxygen manual the index items for \{ and \} were missing due to the missing support for the usage of { and } in parts of the code. This patch fixes this problem by introducing 2 new latex commands. See also http://tex.stackexchange.com/questions/153291/index-unmatched-braces-in-latex Further improvements in the index are: - consistency in different places - correction of index for \:: - placing \~ on a more logical place (together with other special characters, ~ is in the ASCII table after a-z whilst other characters are before this range)
* | | | Bug 723314 - Doxygen crashes on incorrect end group /**< @} */Dimitri van Heesch2014-02-031-2/+14
| | | |
* | | | Bug 723516 - star is not printed in \code environmentDimitri van Heesch2014-02-031-0/+12
| | | |
* | | | Bug 722788 - Command \| not working when last character in markdown table lineDimitri van Heesch2014-01-261-1/+1
| | | |
* | | | Bug 722711 - [PATCH] Link refs with no title swallow an extra newlineDimitri van Heesch2014-01-261-3/+3
| | | |
* | | | Bug 722759 - Documentation for derived classes no longer has an "Additional ↵Dimitri van Heesch2014-01-262-1/+12
|/ / / | | | | | | | | | Inherited Members" section after upgrading Doxygen from 1.8.3.1 to 1.8.6
* | | Fixes for missing build dependenciesDimitri van Heesch2014-01-226-67/+18
| | |
* | | Incorrect handling dependenciesalbert-github2014-01-221-24/+20
| | | | | | | | | | | | | | | The handling of a number of dependencies was incorrect, it was stated that the i(source) cpp file depended on the (included) h file, this should be that the resulting (object) o file depends on the cpp and the h file. See e.g. the layout.cpp dependency Some dependencies used ../generated_src/doxygen it is better to use the definition GENERATED_SRC
* | | Minor fixes for the new build locationsDimitri van Heesch2014-01-211-33/+34
| | |
* | | Spitting generated files better from source filesalbert-github2014-01-2110-171/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is a patch for the build system so that less (no) generated files are in the source directories and also that the different build (on windows are independent of each others). Also the different sub-projects (e.g. doxygen , doxywizard) don't share any files anymore. - ./.gitignore A number of files are not in the src directory anymore. generated directories are included. rtf and xml directories are there for possible future use. - ./Doxyfile The generated files are not anymore in the src directory so they don't have to be excluded anymore - ./configure Adjustmenst so the generated files are in the different subdirectories - ./Makefile.in - addon/doxmlparser/examples/metrics/metrics.pro.in - addon/doxmlparser/src/doxmlparser.pro.in - addon/doxmlparser/test/xmlparse.pro.in - addon/doxyapp/doxyapp.pro.in - addon/doxysearch/doxyindexer.pro.in - addon/doxysearch/doxysearch.pro.in - addon/doxywizard/Makefile.in - addon/doxywizard/doxywizard.pro.in - libmd5/libmd5.pro.in - qtools/qtools.pro.in - src/Makefile.in - src/doxygen.pro.in - src/libdoxycfg.pro.in - src/libdoxycfg.t.in - src/libdoxygen.pro.in - src/libdoxygen.t.in Adjustment to the new directory structure - addon/doxywizard/expert.cpp include file is generated in the generated_src/doxywizard directory, referenced through -I on compile line - src/lang_cfg.h File is now automatically generated - src/languages.py Correction of used path for new structure - src/settings.py - src/version.py Place for resulting file handled through an argument, so it is possible to have a separate file for each sub-project - tmake/lib/win32-g++/generic.t - tmake/lib/win32-mingw/generic.t The destination path was added twice, in case of a depth of more than 1 level (doxmlparser) this lead to problems - winbuild/Config.rules - winbuild/Gen_head.rules - winbuild/Languages.rules - winbuild/Lex.rules - winbuild/Settings.rules - winbuild/Version.rules correcting some path of generated files - winbuild/Doxygen.sln Build order dependency could be dropped as the version.cpp file is now a generated file for doxygen and doxywizard - winbuild/Doxygen.vcproj - winbuild/Doxywizard.vcproj Corrected paths to the new structure. Added unistd as an external generated file - winbuild/unistd.h File is now generated - winbuild/Unistd.rules - winbuild/unistd.py Generated unistd for doxygen and doxywizard in a consistent way. - winbuild/doxyindexer.vcproj - winbuild/doxysearch.vcproj - winbuild/qtools.vcproj Corrected paths to the new structure. - winbuild/runbison.bat - winbuild/version.bat Not used anymore everything handled through rules.
* | | Bug 721878 - Dia diagrams not displayed by FirefoxDimitri van Heesch2014-01-201-2/+2
| | |
* | | Fixed issues with SEPARATE_MEMBER_PAGES and INLINE_SIMPLE_STRUCTSDimitri van Heesch2014-01-196-63/+84
| | |
* | | Merge pull request #89 from albert-github/feature/docu_updateDimitri van Heesch2014-01-181-5/+5
|\ \ \ | | | | | | | | Documentation corrections
| * | | Documentation correctionsalbert-github2014-01-121-5/+5
| | | | | | | | | | | | | | | | Corrected some spelling errors and added / correceted some references
* | | | Merge pull request #99 from CraigNoble/masterDimitri van Heesch2014-01-181-1/+1
|\ \ \ \ | | | | | | | | | | Fix to VHDL scanner.
| * | | | Fix to VHDL scanner.Craig Thomas Noble2014-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following code should produce two groups, each containing one page, within the same documentation scope, currently it nests these groups and pages, resulting in incorrect documentation. --! \defgroup group1 Group 1 --! \{ --! @brief Group 1 --! \} --! \ingroup group1 --! \{ --! \page group1_page1 Page 1 --! \verbatim --! Some Page 1 text --! \endverbatim --! \} --! \defgroup group2 Group 2 --! \{ --! @brief Group 2 --! \} --! \ingroup group2 --! \{ --! \page group2_page1 Page 1 --! \verbatim --! Some Page 1 text --! \endverbatim --! \} Similar C code to demonstrate the correct output. //! \defgroup group1 Group 1 //! \{ //! @brief Group 1 //! \} //! \ingroup group1 //! \{ //! \page group1_page1 Page 1 //! \verbatim //! Some Page 1 text //! \endverbatim //! \} //! \defgroup group2 Group 2 //! \{ //! @brief Group 2 //! \} //! \ingroup group2 //! \{ //! \page group2_page1 Page 1 //! \verbatim //! Some Page 1 text //! \endverbatim //! \}
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-01-182-14/+20
|\ \ \ \ \ | |/ / / /