[qmtest] FIXED: [qmtest] Doc Build Error

Mark Mitchell mark at codesourcery.com
Fri Jan 9 07:43:46 UTC 2004


On Thu, 2004-01-08 at 22:20, Stefan Seefeld wrote:
> Scott Lowrey wrote:
> 
> > I should have looked closer at this before posting.  The offending line 
> > 1126 in qm/test/doc/reference.xml,
> > 
> > <command&qmtest-cmd; register</command> with no arguments it will [...]
> > 
> > can be fixed by replacing the first ampersand with a closing angle 
> > bracket.  After doing this, make continues on.
> 
> 
> 
> hmm, I think '&qmtest-cmd;' should be left intact, as it refers to
> a defined entity. You are right in that a '>' is missing though.

Indeed.

I checked in the attached patch.

Thanks to both you and Scott.

-- 
Mark Mitchell <mark at codesourcery.com>
CodeSourcery, LLC
-------------- next part --------------
2004-01-08  Mark Mitchell  <mark at codesourcery.com>

	* qm/test/doc/reference.xml: Fix typo.

Index: qm/test/doc/reference.xml
===================================================================
RCS file: /home/qm/Repository/qm/qm/test/doc/reference.xml,v
retrieving revision 1.36
diff -c -5 -p -r1.36 reference.xml
*** qm/test/doc/reference.xml	3 Jan 2004 04:02:59 -0000	1.36
--- qm/test/doc/reference.xml	9 Jan 2004 07:40:48 -0000
***************
*** 1121,1131 ****
      given by the environment variable
      <envar>QMTEST_CLASS_PATH</envar>.</para>
  
      <para>The <replaceable>kind</replaceable> argument tells QMTest
      what kind of extension class you are registering.  If you invoke 
!     <command&qmtest-cmd; register</command> with no arguments it will
      provide you with a list of the available extension kinds.</para>
  
      <para>The <replaceable>class-name</replaceable> argument gives the
      name of the class in the form
      <classname>module.Class</classname>.  QMTest will look for a file
--- 1121,1131 ----
      given by the environment variable
      <envar>QMTEST_CLASS_PATH</envar>.</para>
  
      <para>The <replaceable>kind</replaceable> argument tells QMTest
      what kind of extension class you are registering.  If you invoke 
!     <command>&qmtest-cmd; register</command> with no arguments it will
      provide you with a list of the available extension kinds.</para>
  
      <para>The <replaceable>class-name</replaceable> argument gives the
      name of the class in the form
      <classname>module.Class</classname>.  QMTest will look for a file


More information about the qmtest mailing list