From 4fef67fd91a00a1c8395cec12a7bfab12589a7c8 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Fri, 25 Mar 2005 22:20:22 +0000 Subject: [PATCH] Formatted LANGUAGE and LANGUAGE_MAP sections. --- doc/formats.txt | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/formats.txt b/doc/formats.txt index cd76b90..d30571c 100644 --- a/doc/formats.txt +++ b/doc/formats.txt @@ -330,22 +330,29 @@ INDEX LANGUAGE ~~~~~~~~ +:Description: Begins a language block. :Section(s): track :Subsection(s): CD-TEXT block -:Format: ``LANGUAGE language_number { cd_text }`` +:Format: + ``LANGUAGE language_number { cd_text }`` -Begins a language block. ``language_number`` must be an integer in the range -0-255. ``cd_text`` is a series of CD-TEXT keyword lines. + ``language_number`` + an integer in the range 0-255. + ``cd_text`` + a series of CD-TEXT keyword lines. LANGUAGE_MAP ~~~~~~~~~~~~ +:Description: Begins a language map block. :Section(s): global :Subsection(s): CD-TEXT block -:Format: ``LANGUAGE_MAP { language_map... }`` +:Format: + ``LANGUAGE_MAP { language_map... }`` -Begins a language map block. ``language_map`` is a mapping of an integer in -the range 0-255 to a country code. + ``language_map`` + is a mapping of an integer in the range 0-255 to a country + code. *TODO* NO ~~