<div dir="ltr"><div class="gmail_extra">On Tue, Jan 8, 2013 at 9:32 PM, Jed Brown <span dir="ltr"><<a href="mailto:jedbrown@mcs.anl.gov" target="_blank">jedbrown@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im"><div class="gmail_extra">On Tue, Jan 8, 2013 at 8:45 PM, Karl Rupp <span dir="ltr"><<a href="mailto:rupp@mcs.anl.gov" target="_blank">rupp@mcs.anl.gov</a>></span> wrote:<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>I was thinking of using an input filter, perhaps after creating an index.<br>

<br>
<a href="http://www.stack.nl/~dimitri/doxygen/manual/config.html#cfg_input_filter" target="_blank">http://www.stack.nl/~dimitri/<u></u>doxygen/manual/config.html#<u></u>cfg_input_filter</a><br>
</div></blockquote>
<br>
If a single filter is sufficient for all files, this is indeed the better option. Thanks.</blockquote></div><br></div></div><div class="gmail_extra">We get the file name in argv[1] so it can use the path to do different things. For example, examples/tests/ are treated differently from examples/tutorials/, which are different from library code.</div>
</blockquote></div><br></div><div class="gmail_extra">To improve Fortran stubs, I've considered going so far as to get a proper parse, e.g., with pycparser.<br><br><a href="https://bitbucket.org/eliben/pycparser">https://bitbucket.org/eliben/pycparser</a><br>
</div><div class="gmail_extra"><br></div><div class="gmail_extra" style>I don't think you need anything this sophisticated to augment the documentation, but I don't think there is any loss of generality from using an input filter.</div>
</div>