diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-03 13:54:06 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-03 13:54:06 (GMT) |
commit | 5d66d2ea14a173edb3d6b7ffaabd0196392fcb0f (patch) | |
tree | fd6e41e51f43ecacf4df1aaf7aeba984323dd782 /templates | |
parent | d2944ce350bd0fb687227eb4e98b942beab9591d (diff) | |
download | Doxygen-5d66d2ea14a173edb3d6b7ffaabd0196392fcb0f.zip Doxygen-5d66d2ea14a173edb3d6b7ffaabd0196392fcb0f.tar.gz Doxygen-5d66d2ea14a173edb3d6b7ffaabd0196392fcb0f.tar.bz2 |
Issue #6039: Links on image in Markdown (Origin: bugzilla #769223)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/xml/compound.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/xml/compound.xsd b/templates/xml/compound.xsd index cf48e03..2d72d41 100644 --- a/templates/xml/compound.xsd +++ b/templates/xml/compound.xsd @@ -397,6 +397,7 @@ <xsd:element name="xmlonly" type="xsd:string" /> <xsd:element name="rtfonly" type="xsd:string" /> <xsd:element name="latexonly" type="xsd:string" /> + <xsd:element name="image" type="docImageType" /> <xsd:element name="dot" type="xsd:string" /> <xsd:element name="plantuml" type="xsd:string" /> <xsd:element name="anchor" type="docAnchorType" /> @@ -554,6 +555,7 @@ <xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="width" type="xsd:string" /> <xsd:attribute name="height" type="xsd:string" /> + <xsd:attribute name="inline" type="DoxBool" /> </xsd:complexType> <xsd:complexType name="docFileType" mixed="true"> |