summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 14:12:14 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:06 +0200
commitddba7d155d07b9018a9f5bf051b6faa1bdac022b (patch)
tree9b28c72c50b615097448855dccb99957fe8e35dc /offapi/com/sun/star/frame
parent*api: convert <listing> and @example (diff)
downloadcore-ddba7d155d07b9018a9f5bf051b6faa1bdac022b.tar.gz
core-ddba7d155d07b9018a9f5bf051b6faa1bdac022b.zip
*api: convert all unsupported html tags
Only useful ones appear to be <tbody> and <thead> which doxygen doesn't support but we only use those in 3 places so who cares. Change-Id: I374f7d208873a8436fe76e0f800ce18df5b188b3
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r--offapi/com/sun/star/frame/ProtocolHandler.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/ProtocolHandler.idl b/offapi/com/sun/star/frame/ProtocolHandler.idl
index cc0b547e7da0..59dccd9f68aa 100644
--- a/offapi/com/sun/star/frame/ProtocolHandler.idl
+++ b/offapi/com/sun/star/frame/ProtocolHandler.idl
@@ -34,7 +34,8 @@
</p>
<p>
- Supported URLs must match follow format: <protocol scheme>:<protocol specific part>
+ Supported URLs must match follow format:
+ <code><i>protocol scheme</i>:<i>protocol specific part</i></code>
If a handler provides optional arguments ("?") or jump marks ("#") depends from his
definition and implementation. The generic dispatch provider will use registered
URL pattern to detect right handler.