DocBook reader: print ? for xref tag.
This commit is contained in:
parent
d46d2000f4
commit
e1e6505abe
1 changed files with 1 additions and 0 deletions
|
@ -856,6 +856,7 @@ parseInline (Elem e) =
|
|||
"constant" -> codeWithLang ["constant"]
|
||||
"userinput" -> codeWithLang ["userinput"]
|
||||
"varargs" -> return $ code "(...)"
|
||||
"xref" -> return $ str "?" -- so at least you know something is there
|
||||
"email" -> return $ link ("mailto:" ++ strContent e) ""
|
||||
$ code $ strContent e
|
||||
"uri" -> return $ link (strContent e) "" $ code $ strContent e
|
||||
|
|
Loading…
Reference in a new issue