From 1b2f2d42bd9151453f2b10a34aff3fbfc28d5223 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 23 May 2012 23:39:09 +0200 Subject: doc: Give engine sections an ident and remove the mark with that ident. * doc/modules/skribilo/documentation/api.scm (doc-markup): Refer to engines by `ident' instead of by `mark'. * doc/user/compiler.skb, doc/user/engine.skb, doc/user/links.skb, doc/user/package.skb, doc/user/sectioning.skb: Update references accordingly. * doc/user/contexte.skb, doc/user/htmle.skb, doc/user/infoe.skb, doc/user/latexe.skb, doc/user/loute.skb, doc/user/xmle.skb: Give sections an ident, and remove the mark. --- doc/modules/skribilo/documentation/api.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/modules/skribilo/documentation/api.scm') diff --git a/doc/modules/skribilo/documentation/api.scm b/doc/modules/skribilo/documentation/api.scm index 9ac683c..873e03a 100644 --- a/doc/modules/skribilo/documentation/api.scm +++ b/doc/modules/skribilo/documentation/api.scm @@ -1,7 +1,7 @@ ;;; api.scm -- The style for documenting Scheme APIs. ;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2005, 2006, 2007, 2008, 2009 Ludovic Courtès +;;; Copyright 2005, 2006, 2007, 2008, 2009, 2012 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -529,9 +529,9 @@ (else (list (if sui (ref :skribe sui - :mark (string-append s "-engine") + :ident (string-append s "-engine") :text s) - (ref :mark (string-append s "-engine") + (ref :ident (string-append s "-engine") :text s)) " "))))) (if (pair? force-engines) -- cgit v1.2.3