index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
xmlgen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #7377 from albert-github/feature/bug_spell_src
Dimitri van Heesch
2019-11-06
1
-2/+2
|
\
|
*
Spelling corrections for src directory
albert-github
2019-11-05
1
-2/+2
*
|
issue #7302: Determination of anonymous is too restrictive
Dimitri van Heesch
2019-11-05
1
-5/+4
|
/
*
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-51/+46
*
Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...
Dimitri van Heesch
2019-08-04
1
-1/+1
|
\
|
*
Correction warning message
albert-github
2019-06-01
1
-1/+1
*
|
Merge branch 'feature/bug_gitversion' of https://github.com/albert-github/dox...
Dimitri van Heesch
2019-07-30
1
-2/+2
|
\
\
|
*
|
Show git version information
albert-github
2019-05-31
1
-2/+2
*
|
|
refactoring dot.cpp
Thomas Haller
2019-06-13
1
-2/+4
|
|
/
|
/
|
*
|
Add const correctness for argument lists
Dimitri van Heesch
2019-05-05
1
-8/+8
*
|
Improved const correctness and added support for inline namespaces
Dimitri van Heesch
2019-04-21
1
-29/+29
|
/
*
Merge pull request #6890 from albert-github/feature/bug_xml_xsd
Dimitri van Heesch
2019-03-25
1
-1/+2
|
\
|
*
Correcting errors in xml generation and xsd schema
albert-github
2019-03-18
1
-1/+2
*
|
issue #6892 xml not well-formed (invalid token) for c++
albert-github
2019-03-19
1
-2/+2
|
/
*
Added 'constexpr' as attribute label and to XML output
Dimitri van Heesch
2019-01-13
1
-0/+5
*
Added noexcept attribute to the XML output
Dimitri van Heesch
2019-01-13
1
-0/+5
*
Added declfile, declline, and declcolumn attributes to the location element i...
Dimitri van Heesch
2019-01-12
1
-1/+7
*
Moved check for page having a title to hasTitle() method
Dimitri van Heesch
2018-12-31
1
-2/+2
*
Properly handle empty TOC in XML output.
Vladimír Vondruš
2018-12-29
1
-2/+2
*
Renamed option and test case numbers
Dimitri van Heesch
2018-12-26
1
-6/+11
*
Merge branch 'xml-namespace-members-in-file-scope' of https://github.com/mosr...
Dimitri van Heesch
2018-12-26
1
-2/+2
|
\
|
*
Make it possible to list namespace members in file scope for XML output.
Vladimír Vondruš
2018-02-10
1
-2/+2
*
|
Added *.ice files as a recognized file type.
Mark Spruiell
2018-10-22
1
-14/+18
*
|
Merge pull request #6482 from abathur/sql3
Dimitri van Heesch
2018-10-22
1
-131/+102
|
\
\
|
*
|
declares XMLCodeGenerator in xmlgen.h
Travis A. Everett
2018-08-29
1
-131/+102
*
|
|
Update xmlgen.cpp
Armin Müller
2018-10-15
1
-1/+1
*
|
|
Fixing problem with possible not initialized variable (endless loop in VS 201...
albert-github
2018-09-12
1
-4/+4
|
/
/
*
|
Moved local toc data into a separate type for better encapsulation
Dimitri van Heesch
2018-07-22
1
-2/+2
*
|
Enable in page table of contents for XML and add maximum level to in page tab...
albert-github
2018-07-12
1
-3/+56
*
|
Misc. typos
luz.paz
2018-04-25
1
-1/+1
|
/
*
XML output: avoid warnings with scoped enum values in anonymous namespaces.
Vladimír Vondruš
2017-12-29
1
-3/+3
*
Merge pull request #627 from mosra/xml-strong-typed-enums
Dimitri van Heesch
2017-12-24
1
-0/+14
|
\
|
*
Provide information about enum type "strongness" in the XML output.
Vladimír Vondruš
2017-11-29
1
-0/+7
|
*
Expose underlying enum type in the XML output.
Vladimír Vondruš
2017-11-29
1
-0/+7
*
|
Merge pull request #626 from mosra/xml-using-templates
Dimitri van Heesch
2017-12-24
1
-4/+1
|
\
\
|
*
|
Provide template parameters also for type aliases in the XML output.
Vladimír Vondruš
2017-11-28
1
-4/+1
|
|
/
*
|
Merge pull request #625 from mosra/xml-tableofcontents
Dimitri van Heesch
2017-12-24
1
-0/+4
|
\
\
|
*
|
Expose TOC placeholder in XML output.
Vladimír Vondruš
2017-11-29
1
-0/+4
*
|
|
Merge pull request #624 from mosra/xml-page-briefdescription
Dimitri van Heesch
2017-12-24
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Provide page brief in <briefdescription> of XML output.
Vladimír Vondruš
2017-11-25
1
-0/+3
|
|
/
*
|
Encode invalid XML characters instead of skipping them.
Vladimír Vondruš
2017-11-25
1
-1/+3
|
/
*
Fix for regression in XML output generation after fixing bug 789168
Dimitri van Heesch
2017-11-19
1
-1/+1
*
Bug 776791 - [1.8.13 Regression] Segfault building the breathe docs
albert-github
2017-01-04
1
-1/+1
*
Bug 771152 - C++11 ref-qualifiers do not appear in Member Function Documentat...
Dimitri van Heesch
2016-09-21
1
-0/+7
*
sqlite3gen: sync with xmlgen
Adrian Negreanu
2016-08-09
1
-0/+1
*
Bug 764656 - generated xml has errors
albert-github
2016-04-06
1
-1/+1
*
Changed configuration mechanism to directly access options in order to improv...
Dimitri van Heesch
2016-01-17
1
-14/+14
*
Further cmake changes
Dimitri van Heesch
2015-05-31
1
-2/+2
*
xml: use STRIP_FROM_PATH on @file attributes.
Adrian Negreanu
2015-04-17
1
-5/+5
*
Fixes for showing type constraint relations
Dimitri van Heesch
2015-03-15
1
-0/+6
[next]