瀏覽代碼

HPCC-18146 DOCS:Prog.Guide Section missing ID attribute

Fix HPCC-18146 DOCS:Prog.Guide Section missing ID attribute
Add ID=Attributes to couple sections in the Programmers Guide

Signed-off-by: G-Pan <greg.panagiotatos@lexisnexis.com>
G-Pan 7 年之前
父節點
當前提交
7e352548a8
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/ECLProgrammersGuide/PRG_Mods/PrG_File_layout_resolution.xml

+ 3 - 3
docs/ECLProgrammersGuide/PRG_Mods/PrG_File_layout_resolution.xml

@@ -59,7 +59,7 @@
     </listitem>
   </itemizedlist>
 
-  <sect2>
+  <sect2 id="Using_LOOKUP_on_DATASET">
     <title>Using LOOKUP on a DATASET</title>
 
     <para>Adding the LOOKUP attribute to a DATASET declaration indicates that
@@ -113,7 +113,7 @@ f := PROJECT(actualfile, TRANSFORM(myrecord, SELF := LEFT; SELF := []));
     datasets.</para>
   </sect2>
 
-  <sect2>
+  <sect2 id="Using_LOOKUP_in_RECORDOF">
     <title>Using LOOKUP in a RECORDOF function</title>
 
     <para>Using a LOOKUP attribute in a RECORDOF function is useful when
@@ -153,7 +153,7 @@ filtered := myfile(id=‘123’);
 OUTPUT(filtered,,’myfilteredfile’);</programlisting></para>
   </sect2>
 
-  <sect2>
+  <sect2 id="LOOKUP-Additional_Details">
     <title>Additional Details</title>
 
     <itemizedlist>