summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Index list cannot contain special characters in ids for XHTMLalbert-github2018-12-171-3/+3
| | | | XHTML doesn't ids with a ~ in it, converted to an id character. This happens with e.g. the list of destructors.
* XHTML problem with class index tablealbert-github2018-12-061-4/+5
| | | | | | | When running xhtml checker on the doxygen diagram example we get: Element tr content does not follow the DTD, expecting (th | td)+, got Document diagrams/xhtml/classes.xhtml does not validate This is due to an empty `<tr></tr>`, adding the appropriate column definitions solves the problem.
* Unbalanced start of lists resulting in not creatable pdf of rtf documentalbert-github2018-11-241-1/+0
| | | | | Line was removed but #6415 but apparently reintroduced by a later issue. The problem shows with a number of the standard doxygen tests when enabling either e.g `--rtf` or `--latex`
* Minor restructuringDimitri van Heesch2018-11-181-10/+1
|
* Index bugfixMark Spruiell2018-10-221-0/+2
|
* Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-60/+852
| | | | Added a Slice-optimized output mode.
* C++11 features used in Doxygenalbert-github2018-09-171-0/+7
| | | | | - corrected some initializations - corrected some missing, new, cases (reported by travis CI)
* Implementation of standard generator for docbook outputalbert-github2018-09-071-4/+27
| | | | | | | | Till now docbook had its own output generator, but lot of possibilities were missing (see remark about updating below), with this patch the (more than) basic implementation has been made. Added some docbook tests to the current tests and updated documentation where necessary Tried updating current version but too many issues remained that were generically handled in the standard generator, code is in current version behind '#if 0' construct in doxygen.cpp and name with '_v1' and in docbookgen.cp'
* Prevent empty listalbert-github2018-07-281-2/+7
| | | | In cased of no items the start and end tag are written which gives problems in case of LaTeX (implementation now analogous to writeNamespaceIndex).
* Moved local toc data into a separate type for better encapsulationDimitri van Heesch2018-07-221-2/+2
|
* Merge branch 'feature/bug_tableofcontents_latex' of ↵albert-github2018-07-121-8/+8
|\ | | | | | | https://github.com/albert-github/doxygen into feature/bug_tableofcontents_latex
| * Merge branch 'master' into feature/bug_tableofcontents_latexDimitri van Heesch2018-06-241-8/+8
| |\
| | * Merge branch 'master' into vhdl-localizationAndreas Regel2018-05-281-1/+6
| | |\ | | | | | | | | | | | | | | | | # Conflicts: # src/translator.h
| | * | Fix VHDL Latex documentation having two chapters with the same name.Andreas Regel2018-01-081-1/+1
| | | |
| | * | Add VHDL strings to Translator class and add german translations.Andreas Regel2018-01-081-8/+8
| | | |
* | | | Enable in page table of contents for XML and add maximum level to in page ↵albert-github2018-07-121-1/+1
|/ / / | | | | | | | | | | | | | | | | | | table of contents - add the in page table of contents for XML - add the possibility to have maximum levels in the in page table of contents (possible per output type and per in page table of contents. Default is show all)
* | | Enable in page table of contents for LaTeXalbert-github2018-05-211-1/+1
| |/ |/| | | | | | | | | | | | | currently the \tableofcontents command is only supported for HTML. In this patch: - enable in page table of contents for LaTeX: \tableofcontents['{'[option][,option]*'}'] where option can be 'HTML, and 'LaTeX' (side effect: possibility to have options with, nearly, all commands.)
* | Bug 792935 - error: Could not open file .../doc/html/functions_ .html for ↵albert-github2018-02-021-1/+6
|/ | | | | | writing Labels are used internally in pages but also for filenames and not all file systems can cope with all characters, so only ASCII printable characters are left untouched.
* Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-masterDimitri van Heesch2017-12-281-3/+16
|\
| * Added support for RTL(right to left) languages like Arabic and Persian in ↵ahoogol2017-06-251-3/+16
| | | | | | | | HTML output
* | Merge branch 'master' into librejs_fixesDimitri van Heesch2017-08-211-3/+3
|\ \
| * | Add links behind nav entries "Namespaces" and "Files" (matching "Classes")Friedrich W. H. Kossebau2017-06-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When layout file has "namespacelist" resp. "filelist" set to visible=no, the files "namespaces.html" resp. "files.html" are still generated, but not reachable. So same fix as done for "classlist" should be used, cmp. 700a9ac3c177fdef25b9b00ed6bb5e0ea963d236 Also gives consistent result & at least in QCH files fix the error message shown when clicking on "Namespaces" or "Files" section titles.
| * | Fetch filename property from object instead of hardcoded duplicated stringFriedrich W. H. Kossebau2017-06-131-1/+1
| |/
* | Marks JS as freely licensedzachwick2017-08-041-207/+222
|/ | | | | | | | | | | | | | | Marking the resulting JS in this way ensures that visitors to the resulting HTML documentation do not have to choose between running non-free JS and experiencing the HTML documentation as it was intended. The JS was already freely licensed, so this change just ensures that the appropriate labelling occurs so that GNU LibreJS [0] parses the JS correctly as freely licensed. [0] https://www.gnu.org/software/librejs/ Signed-off-by: zachwick <zach@zachwick.com>
* Bug 776964 - Menu does not work without JavascriptDimitri van Heesch2017-01-101-71/+75
|
* Fixed problem generating per letter namespace member index pages.Dimitri van Heesch2016-11-061-0/+1
|
* Bug 771310 - French description for "Namespace Members" is wrong and causes ↵Dimitri van Heesch2016-09-211-6/+6
| | | | fatal javascript error
* Bug 764711 - quick link index in alphabetical class list in classes.html ↵Dimitri van Heesch2016-05-151-2/+2
| | | | doesn't work
* Applied responsive design to menu bar using smartmenusDimitri van Heesch2016-05-051-1/+164
|
* Reimplemented node renumbering for dot graph to improve performanceDimitri van Heesch2016-02-021-0/+1
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-59/+59
| | | | improve performance
* Bug 745659 - The table in classes.html has no class attributeDimitri van Heesch2015-12-281-1/+1
|
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-3/+3
|
* Fixed various issues found by PVS-Studio.Dimitri van Heesch2015-08-181-2/+2
|
* fix for CHM TOC "Classes" entry to point to annotated fileppescher2015-03-271-1/+1
| | | | | | | bug: when layout file disables Class List but Classes are still visible the related TOC entry of Compiled HTML Help file does not link to any page, so the annotated.html file is not reachable from the TOC tree even though it still gets generated
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Merge pull request #297 from albert-github/feature/dot_index_pngDimitri van Heesch2015-02-211-1/+2
|\ | | | | Support generating index-color PNG files
| * Support generating index-color PNG filesalbert-github2015-02-081-1/+2
| | | | | | | | | | | | | | Based on the request http://stackoverflow.com/questions/27036474/how-do-make-doxygen-generate-index-color-png-files for index colored png files, this functionality will be included in the newer versions (2.39) of dot. The functionality -Tpng:cairo:gd will automatically be used by doxygen, though the file extension would be wrong (.png:cairo:gd). With this patch the :cairo:gd is stripped from the image extension, but not from the -T of the dot command. In the doxywizard the different possibilities are supplied as well. Note however that the DOT_IMAGE_FORMAT name is not checked when read from the Doxyfile so it is possible to use other renderer / formats as well due to the generic solution with getDot ImageExtension.
* | Merge branch 'master' into issue744669rconde012015-02-171-3/+3
|/ | | | | | Fix for issue 744669 Uses the display name rather than the name for namespace links
* Bug 743604 - Duplicate anchors from tagfilesDimitri van Heesch2015-02-031-2/+2
|
* Bug 742445 - Wrong icons in TOC of CHM helpalbert-github2015-01-061-2/+2
| | | | It was not checked if a page / section had subsections or not it was always assumed they were present (definition.cpp). For pages it was only checked if it had subpages and not section (index.cpp).
* Remove unused local and static global variablesalbert-github2014-12-271-1/+0
| | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
* Added guard to prevent (theoretical) out of bound accessDimitri van Heesch2014-10-231-3/+7
|
* Bug 736387 - [PATCH] Fix a potential null pointer dereference in src/index.cppDimitri van Heesch2014-09-231-2/+2
|
* Bug 736022 - [PATCH] Fix potential null pointer dereference in src/index.cppDimitri van Heesch2014-09-231-2/+2
|
* Fixed a number of issues (resource leaks, uninitialized members, etc) found ↵Dimitri van Heesch2014-08-311-1/+1
| | | | by coverity
* Bug 735145 - QHP toc broken if mainpage with PROJECT_NAME title has ↵Dimitri van Heesch2014-08-241-2/+13
| | | | sections/subpages
* Bug 734331 - (Kashej) Strong enum members listed in containing namespaceDimitri van Heesch2014-08-181-10/+18
|
* Added mainpage to context and improved page treeDimitri van Heesch2014-08-021-10/+0
|
* Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential ↵Dimitri van Heesch2014-05-181-4/+0
| | | | licensing issues