#1054: Some documents at docs.parrot.org are missing data.
-----------------------+----------------------------------------------------
 Reporter:  shockwave  |       Owner:       
     Type:  bug        |      Status:  new  
 Priority:  normal     |   Milestone:       
Component:  website    |     Version:  1.6.0
 Severity:  low        |    Keywords:       
     Lang:             |       Patch:       
 Platform:             |  
-----------------------+----------------------------------------------------

Comment(by jkeenan):

 This problem occurs in several files:
 {{{
 docs/book/pir/ch04_variables.pod:300:=begin table String Escapes
 docs/book/pir/ch04_variables.pod:594:=begin table Format characters
 docs/book/pir/ch04_variables.pod:708:=begin table Format flags
 docs/book/pir/ch04_variables.pod:762:=begin table Size flags
 docs/book/pir/ch06_subroutines.pod:1165:=begin table Function signature
 letters
 docs/book/pir/ch07_objects.pod:421:=begin table Class Introspection
 }}}
 None of the 6 tables is generated in the html.

 The problem probably originates in an inability on the part of whatever
 generates docs.parrot.org to understand the custom POD formatting used in
 these files for tables.  Example:
 {{{
 =begin table Function signature letters

 Z<CHP-6-TABLE-1>

 =headrow

 =row

 =cell Character

 =cell Register

 ...

 =row

 =cell C<Z>

 =cell C<P>

 =cell the argument for C<Y>

 =end table
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1054#comment:6>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to