[Date Prev][Date Next][Date Index]
[comments] <--Using LXR-->
Thank you for your paper on Using LXR for browsing C/C++ programs in HTML at http://mia.ece.uic.edu/~papers/WWW/lxr.html.
I noticed a problem with the page you might wish to correct.
When you quoted the perl script for refreshing the indexes, the code that reads a line from the file shows up wrong,
because <INFH> is interpreted as an HTML tag so it doesn't appear. So what should look like this:
while ($lines = <INFH>){
Looks like this:
while ($lines = ){
Anyone copy-pasting the script would get a syntax error.
Once again thanks very much for the paper - the LXR utility is sorely lacking documentation but I was able to use it
thanks to your help.
--
Michael Barker
Senior Software Designer, Freescale Semiconductor Canada
This email communication along with any attachments
is classified as: Freescale Internal Use
Comments and corrections are appreciated and can be sent to
papers@mia.ece.uic.edu.
Click here for ©opyright information.