equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-E1FEEDCE-0CD5-559C-9AE0-8090A613C166" xml:lang="en"><title>Obey File Syntax Conventions</title><shortdesc><filepath>obey</filepath> file contents must follow certain |
|
13 conventions.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <p>The following conventions apply to <i>all</i> obey file statements: </p> |
|
15 <ul> |
|
16 <li id="GUID-1EC64EC3-8F32-5064-BFE8-C29EFD1A0525"><p>A line that |
|
17 is a comment can be identified using the <codeph>rem</codeph> keyword. </p> </li> |
|
18 <li id="GUID-0BEFAFB6-B0DD-58EF-BC69-1A0F250BF20C"><p>Blank lines |
|
19 are ignored. </p> </li> |
|
20 <li id="GUID-25E92BFD-D62A-536F-A320-C1DAEE1EA769"><p>The <codeph>=</codeph> symbol, where used, is optional; a blank character can |
|
21 be used instead. </p> </li> |
|
22 <li id="GUID-AFFD11AA-625C-5546-9BA3-914ADAF435AD"><p>A file name |
|
23 can, <i>optionally</i>, be enclosed within quotes; a file name that |
|
24 contains spaces <i>must</i> be enclosed within quotes. </p> </li> |
|
25 <li id="GUID-1FD6BDEB-66E8-594C-97A5-CE311A9C865A"><p>The <codeph>stop</codeph> statement causes the rest of the obey file to be ignored. </p> </li> |
|
26 </ul> |
|
27 <p/> |
|
28 </conbody></concept> |