Revision: 57369
          http://sourceforge.net/p/brlcad/code/57369
Author:   tbrowder2
Date:     2013-09-01 16:30:47 +0000 (Sun, 01 Sep 2013)
Log Message:
-----------
combine sections with common title

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml

Modified: brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml
===================================================================
--- brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml      
2013-09-01 16:24:49 UTC (rev 57368)
+++ brlcad/trunk/doc/docbook/presentations/en/brlcad-app-devel.xml      
2013-09-01 16:30:47 UTC (rev 57369)
@@ -421,7 +421,7 @@
 
 <!-- Next 'div' was a 'draw:page'. -->
 <section>
-  <title>RTUIF Routines1</title>
+  <title>RTUIF Routines</title>
 
 <programlisting>int view_init(struct application *ap, char *file,
               char *obj, int minus_o);
@@ -442,12 +442,6 @@
   <para>Called at the beginning of a frame. Called by do_frame() just
   before raytracing starts.</para>
 
-</section>
-
-<!-- Next 'div' was a 'draw:page'. -->
-<section>
-  <title>RTUIF Routines2</title>
-
 <programlisting>int rayhit(struct application *ap, struct partition 
*PartHeadp);</programlisting>
 
   <para>Called via a_hit linkage from rt_shootray() when ray
@@ -458,12 +452,6 @@
   <para>Called via a_miss linkage from rt_shootray() when ray
   misses.</para>
 
-</section>
-
-<!-- Next 'div' was a 'draw:page'. -->
-<section>
-  <title>RTUIF Routines3</title>
-
 <programlisting>void view_pixel(struct application *ap);</programlisting>
 
   <para>Called by worker() after the end of proccessing for each

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to