<div dir="ltr"><div>IMO something along the following line should do the trick:</div><div><br></div>find .|grep ".c\|.h"|xargs sed -i 's/CODE_OR_PATTERN_TO_FIND/NEW_CODE_TO_REPLACE_THE_FOUND_CODE_WITH/'<div class="gmail_extra">

<br clear="all"><div><div dir="ltr">Marek</div></div>
<br><br><div class="gmail_quote">On Wed, Aug 6, 2014 at 4:18 PM, Charles Manning <span dir="ltr"><<a href="mailto:cdhmanning@gmail.com" target="_blank">cdhmanning@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Thanks for the comments thus far.<br>
<br>
Clearly writing a whole lot of python does not satisfy the first<br>
criterion of being lazy.<br>
<br>
What I am really hoping for is something that I can just process with<br>
a simple bash script<br>
<br>
for f in *.[ch]<br>
do<br>
mash_file $f<br>
done<br>
<br>
But on reflection, I'll have to go into each file and fill out the<br>
details anyway.<br>
<br>
I will see what eclipe/geany can do.<br>
<br>
Thanks<br>
<span class="HOEnZb"><font color="#888888"><br>
Charles<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
On Wed, Aug 6, 2014 at 3:23 PM, Volker Kuhlmann<br>
<<a href="mailto:list0570@paradise.net.nz">list0570@paradise.net.nz</a>> wrote:<br>
> On Wed 06 Aug 2014 13:48:44 NZST +1200, Charles Manning wrote:<br>
><br>
>> I have approx 15000 lines of code that I need to add some more<br>
>> comments to. I am thinking of using doxygen for all the functions<br>
>> /structures.<br>
><br>
> Every doxygen aware IDE or text editor should be able to add a doxygen<br>
> skeleton above a function matching that function's prototype.<br>
> These include eclipse, geany.<br>
><br>
> I found eclipse (2.7) to be the proverbial pain initially and after<br>
> reading about everyone complaining tried the suggested geany. In<br>
> general, geany wasn't as powerful (incl doxygen support) and was as much<br>
> of a pain to set up as arduino IDE.<br>
><br>
> Not sure whether you want to do your own python scripting for this,<br>
> though it would be a useful tool to have. Still have to fill in the<br>
> templates though.<br>
><br>
> Doxygen rocks.<br>
><br>
>> First prize would be that it works under Linux.<br>
><br>
> Claimed.<br>
> That goes without saying, of course ;-)<br>
><br>
> HTH,<br>
><br>
> Volker<br>
><br>
> --<br>
> Volker Kuhlmann<br>
> <a href="http://volker.top.geek.nz/" target="_blank">http://volker.top.geek.nz/</a>      Please do not CC list postings to me.<br>
><br>
> _______________________________________________<br>
> Chchrobotics mailing list <a href="mailto:Chchrobotics@lists.linuxnut.co.nz">Chchrobotics@lists.linuxnut.co.nz</a><br>
> <a href="http://lists.ourshack.com/mailman/listinfo/chchrobotics" target="_blank">http://lists.ourshack.com/mailman/listinfo/chchrobotics</a><br>
> Mail Archives: <a href="http://lists.ourshack.com/pipermail/chchrobotics/" target="_blank">http://lists.ourshack.com/pipermail/chchrobotics/</a><br>
> Web site: <a href="http://kiwibots.org" target="_blank">http://kiwibots.org</a><br>
> Meetings 3rd Monday each month.<br>
><br>
> When replying, please edit your Subject line to reflect new content.<br>
<br>
_______________________________________________<br>
Chchrobotics mailing list <a href="mailto:Chchrobotics@lists.linuxnut.co.nz">Chchrobotics@lists.linuxnut.co.nz</a><br>
<a href="http://lists.ourshack.com/mailman/listinfo/chchrobotics" target="_blank">http://lists.ourshack.com/mailman/listinfo/chchrobotics</a><br>
Mail Archives: <a href="http://lists.ourshack.com/pipermail/chchrobotics/" target="_blank">http://lists.ourshack.com/pipermail/chchrobotics/</a><br>
Web site: <a href="http://kiwibots.org" target="_blank">http://kiwibots.org</a><br>
Meetings 3rd Monday each month.<br>
<br>
When replying, please edit your Subject line to reflect new content.<br>
</div></div></blockquote></div><br></div></div>