| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Tooltips are now collected per file instead of globally
- Source reference lists now use STL containers
|
| |
|
|
|
|
|
|
| |
Fixes error:
"\begin{DoxyCodeInclude} on input line 93 ended by \end{DoxyCode}"
while generating the LaTeX version of the manual
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* Flag namespace as inline in xml output
* Add inline namespace flag to innernamespace tag as well
suggested by @mosra
|
|/
|
|
|
|
|
|
| |
Adding the xml:lang attribute for XNL and Docbook output
Interesting links:
- language codes (different from country codes!): https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
- example for xml.xsd: http://www.java2s.com/Code/XML/XML-Schema/importanotherXMLschema.htm
|
|\
| |
| |
| | |
https://github.com/dhebbeker/doxygen into dhebbeker-feature/change-DirList-container-to-std
|
| |
| |
| |
| | |
(cherry picked from commit 3a90e663f701e7f414d31d54264ce66d62c17976)
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
- add doxygen version to rtf, comment, output
- remove duplicate code (getFullVersion)
- more clear name to get doxygen version (getVersion becomes getrDoxygenVersion). Also to overcomecofusion with the version information for files.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The usage of, the unusual, `&` in a filename caused troubles as the filenames in the file strings in the location element were not translated to XML.
|
|\
| |
| | |
Spelling corrections for src directory
|
| |
| |
| |
| |
| |
| |
| |
| | |
Spelling corrections as found by codespell and in #561.
Some reported problems were already fixed, others are fixed here, with some exceptions (a,o.):
- "referenceby" in defgen.cpp as this is in the output and I cannot oversee the consequences (looks like none, but ...)
- "HANGEUL_CHARSET" left as is as in some MS documentation is written: 'HANGUL_CHARSET: Also spelled "Hangeul". Specifies the Hangul Korean character set.' (https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/0d0b32ac-a836-4bd2-a112-b6000a1b4fc9).
|
|/ |
|
| |
|
|\
| |
| |
| | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg
|
| |
| |
| |
| | |
Consistency
|
|\ \
| | |
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_gitversion
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The original version has as features:
- getting the git version number for usage in doxygen
- making the doxygen version number inclusion dependent on the VERSION file
The disadvantage of the chosen methodology was that an extra correction step was necessary, by defining getter methods to retrieve the values this correction can be hidden.
The information is coming from different sources:
- the VERSION file
- the git "repository and build system (when present)
Furthermore there are a couple of places where the version information is used (a.o. doxygen and doxywizard executable, though the doxygenwizard was only done "half hearted")
The handling of the VERSION file has been made in such a way that it is comparable with the generation of the git version changes.
For a better abstraction the version handling is all done in a separate directory.
|
| |/
|/| |
|
| | |
|
|/ |
|
|\
| |
| | |
Correcting errors in xml generation and xsd schema
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- `xmlgen.cpp` make count test identical to restrictions in `generateXMLForMember`
- `index.xsd` add missing selection possibility
- `compound.xsd`
- add missing `block` possibility for htmlonly
- add missing `private` and `protected` possibilities
- get order in description type right
- make `sect[1-4]` more flexible
- adding missing elements like `msc`, `linebreak` at the appropriate places
- adding `vhdl` coloring enumeration values
- adding `docbook` possibility for images
results have been tested (a.o.) doxygen tests, doxygen examples, doxygen docu, CGAL source code.
|
|/
|
|
| |
the `declname` and `defname` should also be converted (compare as well the routine `generateXMLForMember`)
|
| |
|
| |
|
|
|
|
| |
in the XML output
|
| |
|
|
|
|
|
|
| |
Caused the test (079) to fail with a SIGSEGV, but larger projects exit
with a success return code and the generated XML is either truncated or
empty. Weird.
|
| |
|
|\
| |
| |
| | |
https://github.com/mosra/doxygen into mosra-xml-namespace-members-in-file-scope
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
For better consistency with the HTML output, where each file
documentation lists (and links to) all members of given namespace. This
also makes it possible to be consistent with the HTML output in case
a namespace is not documented and thus all its member detailed docs
should be put into corresponding file docs instead.
In order to be backwards compatible and avoid breaking stuff for
existing users of the XML output, this is controlled by a new
XML_NAMESPACE_MEMBERS_IN_FILE_SCOPE configuration option that defaults
to NO.
Note that this, unlike the HTML output, will put the whole detailed docs
into the file scope instead of just listing them. It's up to the user of
the XML output to deduplicate this information. It can be done for
example by comparing member ID prefixes with compound ID -- íf
different, the detailed docs are already somewhere else.
|
| |
| |
| |
| | |
Added a Slice-optimized output mode.
|
|\ \
| | |
| | | |
update to the experimental sqlite3 generator
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In order for sqlite3gen to re-use parts of the XML generator, XMLCodeGenerator
needs to be declared in a header file. I parroted how other generators handle
this and have it working in both the XML and sqlite3 outputs, but I don't have
any sense of whether this is otherwise "right".
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
2017 debug)
The not initialized variable `l` caused and endless loop in the VS2017 debug version, variable should not have been used.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
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)
|
|/
|
|
| |
Found via `codespell`
|