[Mp4h-devel]CVS: mp4h/doc html.out,1.39,1.40 mp4h.mp4h,1.60,1.61 pod.out,1.23,1.24 texinfo.out,1.9,1
Brought to you by:
barbier
|
From: Denis B. <ba...@us...> - 2002-01-05 20:17:01
|
Update of /cvsroot/mp4h/mp4h/doc In directory usw-pr-cvs1:/tmp/cvs-serv6058 Modified Files: html.out mp4h.mp4h pod.out texinfo.out Log Message: Minor fix Index: html.out =================================================================== RCS file: /cvsroot/mp4h/mp4h/doc/html.out,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- html.out 2001/09/29 11:09:26 1.39 +++ html.out 2002/01/05 20:16:57 1.40 @@ -200,6 +200,13 @@ <define-tag item endtag=required><li>%body</li></define-tag> ;;; +;;; Quotes +;;; +<set-quotes /> +<define-tag begin-quote><@[</define-tag> +<define-tag end-quote>]@></define-tag> + +;;; ;;; Example of mp4h code ;;; <set-eol-comment "###" /> Index: mp4h.mp4h =================================================================== RCS file: /cvsroot/mp4h/mp4h/doc/mp4h.mp4h,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- mp4h.mp4h 2001/10/25 22:10:21 1.60 +++ mp4h.mp4h 2002/01/05 20:16:57 1.61 @@ -1972,7 +1972,8 @@ </tag:description> <para> -By default, all characters between "<@[" and "]@>" pairs are read without +By default, all characters between <texttt><begin-quote/></texttt> and +<texttt><end-quote/></texttt> pairs are read without parsing. When called without argument, this macro inhibates this feature. When called with two arguments, it redefines begin and end delimiters. Begin delimiter must begin with a left-angle bracket, and Index: pod.out =================================================================== RCS file: /cvsroot/mp4h/mp4h/doc/pod.out,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- pod.out 2001/09/29 11:09:26 1.23 +++ pod.out 2002/01/05 20:16:57 1.24 @@ -181,6 +181,13 @@ </define-tag> ;;; +;;; Quotes +;;; +<set-quotes /> +<define-tag begin-quote><@[</define-tag> +<define-tag end-quote>]@></define-tag> + +;;; ;;; Example of mp4h code ;;; <set-eol-comment "###" /> Index: texinfo.out =================================================================== RCS file: /cvsroot/mp4h/mp4h/doc/texinfo.out,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- texinfo.out 2001/09/29 11:09:26 1.9 +++ texinfo.out 2002/01/05 20:16:57 1.10 @@ -293,6 +293,13 @@ </define-tag> ;;; +;;; Quotes +;;; +<set-quotes /> +<define-tag begin-quote><@@[</define-tag> +<define-tag end-quote>]@@></define-tag> + +;;; ;;; Example of mp4h code ;;; <set-eol-comment "###" /> |