Add a default $create-refentry-xref-link$ function.
This commit is contained in:
parent
37058b94d7
commit
82d52622d4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9125
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.25 2001/03/04 18:05:19 nik Exp $ -->
|
||||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.26 2001/03/24 09:40:24 nik Exp $ -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY % output.html "IGNORE">
|
||||
|
@ -90,6 +90,10 @@
|
|||
;; /REFENTRY
|
||||
#f)
|
||||
|
||||
; Empty function to quiet warnings
|
||||
(define ($create-refentry-xref-link$ refentrytitle manvolnum)
|
||||
(literal ""))
|
||||
|
||||
(element citerefentry
|
||||
(let* ((refentrytitle (select-elements (children (current-node))
|
||||
(normalize "refentrytitle")))
|
||||
|
|
Loading…
Reference in a new issue