summaryrefslogtreecommitdiffstats
path: root/doc/global/macros-online.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/global/macros-online.qdocconf')
-rw-r--r--doc/global/macros-online.qdocconf12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/global/macros-online.qdocconf b/doc/global/macros-online.qdocconf
new file mode 100644
index 0000000000..dafbabff4d
--- /dev/null
+++ b/doc/global/macros-online.qdocconf
@@ -0,0 +1,12 @@
+macro.youtube.HTML = "<div class=\"video\">\n<span class=\"vspan\"></span>\n" \
+ "<iframe src=\"https://www.youtube.com/embed/\1\"" \
+ "frameborder=\"0\" allowfullscreen>\n" \
+ "</iframe></div>\n"
+macro.youtube.DocBook = "<db:mediaobject>\n" \
+ "<db:videoobject>\n" \
+ "<db:videodata fileref=\"\1\">\n" \
+ "</db:videodata>\n" \
+ "</db:videoobject>\n" \
+ "</db:mediaobject>\n"
+
+include(htmltabs.qdocconf)