summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 722711 - [PATCH] Link refs with no title swallow an extra newlineDimitri van Heesch2014-01-263-3/+39
|
* 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
* Bug 722786 - configure --prefix=/opt/foo not acceptedDimitri van Heesch2014-01-261-0/+36
|
* Fixes for missing build dependenciesDimitri van Heesch2014-01-2210-88/+19
|
* Merge pull request #100 from albert-github/feature/build_updateDimitri van Heesch2014-01-221-24/+20
|\ | | | | Incorrect handling dependencies
| * 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
* Fixed typo in doxyindexer.vcprojDimitri van Heesch2014-01-211-3/+3
|
* Minor fixes for the new build locationsDimitri van Heesch2014-01-216-41/+42
|
* Spitting generated files better from source filesalbert-github2014-01-2144-646/+605
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|
* Merge branch 'separate_member_pages'Dimitri van Heesch2014-01-206-63/+84
|\
| * Fixed issues with SEPARATE_MEMBER_PAGES and INLINE_SIMPLE_STRUCTSDimitri van Heesch2014-01-196-63/+84
| |
* | Added missing \+ command to build LaTeX manualDimitri van Heesch2014-01-191-0/+1
| |
* | Added doc/config.doc to .gitignoreDimitri van Heesch2014-01-191-0/+1
|/
* Merge pull request #89 from albert-github/feature/docu_updateDimitri van Heesch2014-01-1812-43/+45
|\ | | | | Documentation corrections
| * Handlingh of -- by \c and <code> results in - adjusted documentationalbert-github2014-01-123-9/+9
| | | | | | | | Adjusted documentation so that -- in \c and <code> are shown as -- by placing the parts in ` (backtick)
| * Documentation correctionsalbert-github2014-01-129-34/+36
| | | | | | | | 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
|\ \ \ | |/ /
| * | Merge pull request #93 from albert-github/feature/bug_utf8Dimitri van Heesch2014-01-151-2/+2
| |\ \ | | | | | | | | Wrong UTF 8 codes
| | * | Wrong UTF 8 codesalbert-github2014-01-151-2/+2
| |/ / | | | | | | | | | The utf-8 code for eta was identical to the code for theta and the code for Prime was identical to the one for prime
| * | Merge pull request #92 from groleo/sqlite3-fixesDimitri van Heesch2014-01-141-12/+18
| |\ \ | | | | | | | | sqlite3: clear bindings on errors and more care with return
| | * | sqlite3: clear bindings on errors and more care with returnAdrian Negreanu2014-01-141-12/+18
| |/ / | | | | | | | | | | | | | | | | | | * call sqlite3_clear_bindings when step fails * more miss-placed returns Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* | | Fixed potential crash caused by overloading the variadic warn functionDimitri van Heesch2014-01-183-4/+4
| | |
* | | Use hook arrow for hyphens in symbol names in the LaTeX output.Dimitri van Heesch2014-01-122-3/+4
|/ /
* | Fixed problem handling Obj-C protocol list when proceeded by a newlineDimitri van Heesch2014-01-121-1/+2
|/
* Removed config.doc as it is generated by configgen.pyDimitri van Heesch2014-01-111-3826/+0
|
* added option to have numbers in the bookmark pane (PDF output)Dimitri van Heesch2014-01-111-1/+5
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-01-092-9/+169
|\
| * Merge pull request #88 from groleo/search.pyDimitri van Heesch2014-01-091-0/+159
| |\ | | | | | | add search.py, a client for doxygen_sqlite3.db
| | * add search.py, a client for doxygen_sqlite3.dbAdrian Negreanu2014-01-091-0/+159
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| * | Merge pull request #87 from groleo/sqlite-postpone-invalid-refsDimitri van Heesch2014-01-091-3/+2
| |\ \ | | |/ | |/| sqlite3: tweaks for performance
| | * sqlite3: remove some debug messagesAdrian Negreanu2014-01-091-2/+0
| | | | | | | | | | | | | | | | | | these were causing a major performance hit Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| | * sqlite3: leave out insertMemberReference until xref location is validAdrian Negreanu2014-01-091-1/+2
| |/ | | | | | | | | | | | | the code comes from the early stage of sqlite3gen, when xref keys were kept as "file:line:column", not as function name. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| * Merge pull request #86 from groleo/qtools-API-updateDimitri van Heesch2014-01-081-6/+8
| |\ | | | | | | sqlite3: use the new qtools API
| | * sqlite3: use the new qtools APIAdrian Negreanu2014-01-081-6/+8
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* | | Bug 683115 - Command ignored when using umlauts in markdown and also ↵Dimitri van Heesch2014-01-082-10/+3
| | | | | | | | | | | | C-comments in markdown didn't work properly
* | | Removed remark about installdox from the FAQDimitri van Heesch2014-01-081-4/+0
| | |
* | | Bug 721169 - Wrong call graph in simple situationDimitri van Heesch2014-01-081-3/+34
| | |
* | | Bug 721618 - Move contructors and move assignment operators of embedded ↵Dimitri van Heesch2014-01-081-1/+10
| | | | | | | | | | | | classes of template classes cannot be matched.
* | | Bug 721462 - Parsing problem with C++11 empty initializer listsDimitri van Heesch2014-01-081-0/+5
|/ /
* | Simplified LaTeX header/footer escapingDimitri van Heesch2014-01-081-20/+16
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-01-081-8/+20
|\ \ | |/
| * Merge pull request #79 from albert-github/feature/bug_626172Dimitri van Heesch2014-01-051-8/+20
| |\ | | | | | | Bug 626172 - Latex $projectname with "&" gets no escaped
| | * Bug 626172 - Latex $projectname with "&" gets no escapedalbert-github2014-01-041-8/+20
| | | | | | | | | | | | The variable elements in the header en footer should be converted to latex string, now they are in the format as defined in the Doxyfile
* | | Add warning when encountering a nested comment start (/*) without matching ↵Dimitri van Heesch2014-01-081-0/+5
|/ / | | | | | | end (*/).
* | Bug 705499 - Nested namespace causes incorrect display when referenced via ↵Dimitri van Heesch2014-01-052-18/+25
| | | | | | | | .tag file
* | Fixed issues with @parblock and added regression test caseDimitri van Heesch2014-01-045-1/+145
| |
* | Fixed Tidy's 'empty span' warning in HTML outputDimitri van Heesch2014-01-031-1/+1
|/