summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/ditaxmlgenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: Replaced many raw-html cases with \div {something}.Martin Smith2011-01-121-1/+150
| | | | Only 27 raw-html uses remaining.
* qdoc: Updated signature of generateInnerNode() in the XML generator.Martin Smith2010-12-091-1/+1
|
* Merge branch 'mimir' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into mimirMartin Smith2010-12-081-14/+14
|\
| * Merge branch 'qdoc-simplified' into mimir-simplifiedDavid Boddie2010-12-071-14/+14
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/platforms/compiler-notes.qdoc tools/qdoc3/ditaxmlgenerator.cpp tools/qdoc3/ditaxmlgenerator.h tools/qdoc3/htmlgenerator.cpp tools/qdoc3/htmlgenerator.h tools/qdoc3/node.cpp tools/qdoc3/pagegenerator.h
| | * Added the foundations of QML markup support.David Boddie2010-11-281-1/+1
| | | | | | | | | | | | | | | | | | Use the QtDeclarative parser instead of Qt Creator's QML parser. Split the QML visitor into documentation and markup visitors. The code marker used for each file is now determined from its extension.
| | * Removed unused code.David Boddie2010-11-241-3/+0
| | |
* | | qdoc: Fixed the double escaping problem.Martin Smith2010-12-081-0/+1
|/ / | | | | | | | | | | | | | | It's sort of ugly, because it just removes the escapeing that the code marker puts in so the XML stream writer can put the escaping back in again. It doesn't seem to slow it down at all, which is wierd.
* | qdoc: Removed unused code.Martin Smith2010-11-101-3/+0
| |
* | <?xml version="1.0" encoding="UTF-8"?>Martin Smith2010-11-091-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "dtd/topic.dtd"> <!--commercialeditions.qdoc--> <topic id="id-686f5cb9-31b5-470e-97e6-7b6f8d47e4e8" outputclass="page"> <title>Qt Commercial Edition</title> <shortdesc>Information about the license and features of the Commercial Edition.</shortdesc> <body> <section id="id-3680bc34-a532-447a-b782-1c901e84f41e" outputclass="details"> <p outputclass="brief">Information about the license and features of the Commercial Edition.</p> <p>Qt can be used to develop closed source software if you obtain a commercial license.</p> <p>If you want to develop Free or Open Source software for release using a recognized Open Source license, you can use the <xref href="opensourceedition.xml">Open Source Versions of Qt</xref>.</p> <p>The table below summarizes the differences between the two commercial editions:</p> <p>Please see the <xref href="supported-platforms.xml">list of supported platforms</xref> for up-to-date information about the various platforms and compilers that Qt supports.</p> <p>On the Qt web site, you can find a <xref href="http://qt.nokia.com/products/licensing/">Qt Licensing Overview</xref> and information on <xref href="http://qt.nokia.com/products/pricing/">Qt License Pricing</xref> for commercial editions of Qt and other Qt-related products.</p> <p>To purchase, please visit the <xref href="http://qt.nokia.com/about/contact-us">online order form</xref>.</p> <p>For further information and assistance, please contact Qt sales.</p> <p>Web: http://qt.nokia.com/contact.</p> <p>Phone, U.S&amp;#x2e; office (for North America): <b>1-650-813-1676</b>.</p> <p>Phone, Norway office (for the rest of the world): <b>+47 21 60 48 00</b>.</p> </section> </body> </topic>
* | qdoc: Removed unused code.Martin Smith2010-11-091-6/+0
| |
* | qdoc: First pass at generating a map.Martin Smith2010-11-051-0/+1
| | | | | | | | | | | | | | Some files are missing, and I don't know if the syntax is complete. But it's a start. Task-number: QTBUG-14981
* | qdoc: Added the <related-links> element to the <topic>Martin Smith2010-11-041-0/+2
| | | | | | | | | | | | | | This contains the next, previous, and start links for pages that have them. Task-number: QTBUG-14980
* | qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-281-6/+20
| | | | | | | | | | | | | | | | The obsolete and Qt3 support files no longer exist, so all the references to them had to be cleaned up, and the elements that were formerly in those files had to be included in the class, namespace, or header file with the appropriate outputclass attr.
* | qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-251-1/+1
| |
* | qdoc: Output the \headerfile as a <cxxClass>.Martin Smith2010-10-221-0/+1
| |
* | qdoc: Fixed <p> inside of <p> for legalese text.Martin Smith2010-10-181-0/+1
| |
* | qdoc: Added extraneous enum Definition File elementsMartin Smith2010-10-181-3/+0
| | | | | | | | Removed bread crumb generator from DITA XML generator.
* | qdoc: Changed GUIDs from "{xxxxxx}" to "id-xxxxxxx".Martin Smith2010-10-181-3/+0
| |
* | qdoc: Cleaned up a lot of unneeded outputclass attributes.Martin Smith2010-10-061-3/+1
| |
* | qdoc: Cleaned up a lot of redundant table stuff.Martin Smith2010-10-061-2/+1
| | | | | | | | Now just uses <ul> for redundant lists.
* | qdoc: Added the remaining names bits.Martin Smith2010-10-051-0/+3
| | | | | | | | Needs careful proofreading of results.
* | qdoc: Outputting each namespace as a <cxxClass> element.Martin Smith2010-10-041-1/+1
| | | | | | | | Still missing nested classes.
* | qdoc: Corrected output for the AutoLink case.Martin Smith2010-09-271-1/+1
| | | | | | | | Now many more <xref> elements are generated correctly.
* | qdoc: Corrected many GUIDs.Martin Smith2010-09-241-5/+6
| | | | | | | | Still more to do here.
* | qdoc: Removed some unused parameters.Martin Smith2010-09-221-16/+6
| |
* | qdoc: Changed the <apiDesc> in the <cxxClass>.Martin Smith2010-09-221-5/+7
| | | | | | | | | | | | | | | | This <apiDesc> is now the first part of the generated documentation for a C++ class rather than the first section of the detailed description. This includes the brief text, the inheritance stuff, the inherited-by stuff, and a few other preamble type texts.
* | qdoc: YREKA! Now using GUIDs for node <xref> href attributes.Martin Smith2010-09-211-1/+2
| |
* | qdoc: Replaced missing "const" That caused link errors.Martin Smith2010-09-211-4/+1
| | | | | | | | | | A const had been erroneously dropped from some fileBase() functions.
* | qdoc: DITA XML generator now avoids escaping <xref> elements.Martin Smith2010-09-201-0/+1
| | | | | | | | Still escapes <i> and <tt>, for example.
* | qdoc: DITA XML generator now uses <section> elements...Martin Smith2010-09-181-0/+7
| | | | | | | | | | | | ...instead of <p> elements with the outputclass attribute set to some h value. Also added some missing macros to qt-ditaxml.qdocconf, but there is more to think about here.
* | qdoc: Implemented stacking of XML stream writers.Martin Smith2010-09-131-16/+8
| |
* | qdoc: Generate more xml for group pages.Martin Smith2010-09-091-97/+98
| |
* | qdoc: Generate more xml for module pages.Martin Smith2010-09-091-0/+3
| |
* | qdoc: Updated with current dita xml generation code from oslo-staging-1.Martin Smith2010-09-071-11/+11
|/
* doc: Added more DITA output to the XML generatorMartin Smith2010-06-281-4/+4
| | | | | | Added cxxDefine for macros. Task-number: QTBUG-11391
* doc: Added more DITA output to the XML generatorMartin Smith2010-06-251-0/+1
| | | | | | Output Q_PROPERTY as a cxxVariable. Task-number: QTBUG-11391
* doc: Added more DITA output to the XML generatorMartin Smith2010-06-221-1/+1
| | | | | | Some of the cxxVariable stuff for properties. Task-number: QTBUG-11391
* qdoc3: Build fix for regression in f321a3f2b1eAndreas Kling2010-06-221-1/+1
|
* doc: Added more DITA output to the XML generatorMartin Smith2010-06-211-0/+1
| | | | | | | More cxxFunction stuff for member functions. Function parameters and other stuff. Task-number: QTBUG-11391
* doc: Added more DITA output to the XML generatorMartin Smith2010-06-171-0/+2
| | | | | | More cxxFunction stuff for member functions. Task-number: QTBUG-11391
* doc: Added more DITA output to the XML generatorMartin Smith2010-06-161-1/+19
| | | | | | Some of the cxxFunction stuff for member functions. Task-number: QTBUG-11391
* doc: Added more DITA output to the XML generatorMartin Smith2010-06-151-36/+9
| | | | Task-number: QTBUG-11391
* doc: Added DITA XML generatorMartin Smith2010-06-111-20/+5
| | | | Task-number: QTBUG-11391
* doc: Added DITA XML generatorMartin Smith2010-06-011-0/+358