Greetings.

I recently spent far longer than I should have, trying to track down
why my code anchors were offset.

It turns out that I had been using:

   INPUT_FILTER = "grep -v 'something to ignore'"

But this removed the lines entirely; that meant that the code scanner
"saw" different line numbers than the cpp-to-html generator.  Once I
realized what was happening, I got the same result by using:

   INPUT_FILTER = "sed -e 's/.*something to ignore.*//'"

But I might have saved myself a few hours if I had seen a warning about it.  :)

Since I was already doing the other patch, here's one to add a bit of
warning text about this possibility.

Thanks once again for the excellent tool!

Best regards,
Anthony Foiani

Attachment: input-filter-lines-warning.patch
Description: Binary data

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Doxygen-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop

Reply via email to