diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-03-04 12:25:20 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-03-04 12:25:20 (GMT) |
commit | 94d15eaa3beb436b071903ddaa70c384aed988da (patch) | |
tree | 55419df4ff40c5ab46ecda5e1037b2e9202fcc6b /tools/qdoc3/ditaxmlgenerator.h | |
parent | 47d2de6b4296b664d10485e7facc4756be1e5c4f (diff) | |
download | Qt-94d15eaa3beb436b071903ddaa70c384aed988da.zip Qt-94d15eaa3beb436b071903ddaa70c384aed988da.tar.gz Qt-94d15eaa3beb436b071903ddaa70c384aed988da.tar.bz2 |
qdoc: Added enum values and tag names for <prolog> and <metadata>
These contain many subelements, whose tages were also added.
Diffstat (limited to 'tools/qdoc3/ditaxmlgenerator.h')
-rw-r--r-- | tools/qdoc3/ditaxmlgenerator.h | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/tools/qdoc3/ditaxmlgenerator.h b/tools/qdoc3/ditaxmlgenerator.h index fb09013..2384a90 100644 --- a/tools/qdoc3/ditaxmlgenerator.h +++ b/tools/qdoc3/ditaxmlgenerator.h @@ -87,11 +87,21 @@ class DitaXmlGenerator : public PageGenerator DT_apiDesc, DT_APIMap, DT_apiName, + DT_audience, + DT_author, DT_b, DT_body, DT_bodydiv, + DT_brand, + DT_category, DT_codeblock, DT_comment, + DT_component, + DT_copyrholder, + DT_copyright, + DT_copyryear, + DT_created, + DT_critdates, DT_cxxAPIMap, DT_cxxClass, DT_cxxClassAbstract, @@ -185,6 +195,8 @@ class DitaXmlGenerator : public PageGenerator DT_cxxVariableReimplemented, DT_cxxVariableScopedName, DT_cxxVariableStorageClassSpecifierStatic, + DT_data, + DT_dataabout, DT_dd, DT_dl, DT_dlentry, @@ -194,21 +206,33 @@ class DitaXmlGenerator : public PageGenerator DT_i, DT_image, DT_keyword, + DT_keywords, DT_li, DT_link, DT_linktext, DT_lq, + DT_metadata, DT_ol, + DT_othermeta, DT_p, DT_parameter, + DT_permissions, DT_ph, + DT_platform, DT_pre, + DT_prodinfo, + DT_prodname, + DT_prolog, + DT_publisher, DT_relatedLinks, + DT_resourceid, + DT_revised, DT_row, DT_section, DT_sectiondiv, DT_shortdesc, DT_simpletable, + DT_source, DT_stentry, DT_sthead, DT_strow, @@ -224,8 +248,11 @@ class DitaXmlGenerator : public PageGenerator DT_topicmeta, DT_topicref, DT_tt, - DT_ul, DT_u, + DT_ul, + DT_unknown, + DT_vrm, + DT_vrmlist, DT_xref, DT_LAST }; |