From 2c689d8adcbe0779635c2db78d2ac9a860aa0300 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Mon, 16 Aug 2010 17:42:03 +0100 Subject: [PATCH] Docs: CG: Shorten lines so all the line is visible in html --- Documentation/contributor/lsr-work.itexi | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Documentation/contributor/lsr-work.itexi b/Documentation/contributor/lsr-work.itexi index 01b136a470..85afbc6357 100644 --- a/Documentation/contributor/lsr-work.itexi +++ b/Documentation/contributor/lsr-work.itexi @@ -81,11 +81,16 @@ When adding a file to this directory, please start the file with @example \version "2.x.y" \header @{ - lsrtags = "rhythms,expressive-marks" % use existing LSR tags other than -% 'docs'; see makelsr.py for the list of tags used to sort snippets. - texidoc = "This code demonstrates ..." % this will be formated by Texinfo - doctitle = "Snippet title" % please put this at the end so that - the '% begin verbatim' mark is added correctly by makelsr.py. +% Use existing LSR tags other than 'docs'; see makelsr.py for +% the list of tags used to sort snippets. E.g.: + lsrtags = "rhythms,expressive-marks" +% This texidoc string will be formatted by Texinfo + texidoc = " +This code demonstrates ... +" +% Please put doctitle last so that the '% begin verbatim' +% mark will be added correctly by makelsr.py. + doctitle = "Snippet title" @} @end example -- 2.39.5