Hi,
        I submitted a ticket for the following issue:

Running make doc or make plain inside the documentation directory
doesn't produce correct plain.cc files.

 As example, see step-4 from the tutorial, at the bottom, the code is
 incomplete:

 http://www.dealii.org/7.0.0/doxygen/deal.II/step_4.html#PlainProg

 I would recommend using something similar to the code from the perlfaq6
 (perldoc -q comment)

 http://faq.perl.org/perlfaq6.html#How_do_I_use_a_regul

 #!/usr/bin/env perl

 # from perldoc -q comment

 $/ = undef;
 $_ = <>;
 
s#/\*[^*]*\*+([^/*][^*]*\*+)*/|//([^\\]|[^\n][\n]?)*?\n|("(\\.|[^"\\])*"|'(\\.|[^'\\])*'|.[^/"'\\]*)#defined
 $3 ? $3 : ""#gse;
 print;


                regards,
                        Nuno

-- 
http://aeminium.org/slug/
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to