isieo / adbFS

A Proof of concept fuse filesystem for android debugger
Other
123 stars 99 forks source link

Mainly comments and some refactoring. #3

Closed chaw closed 12 years ago

chaw commented 12 years ago

I have added comments in many places, and included some basic Doxygen-based documentation support to help me, and hopefully others, working with the code. I've done some minor refactoring and other changes too (added const modifiers, etc.).

The large changed-lines count is due to the new Doxyfile, which is a slightly edited version of the default from 'doxygen -g'; it would be nicer to include only a patch file from the default one and I can do so if preferred. The changes in adbfs.cpp itself are very modest.

The problems I had (mentioned in my earlier pull request, which I closed) turned out to be outside adbFS. I am using adbfs now and it works quite well. Thanks again for your work.

Regards,

-chaw

isieo commented 12 years ago

thanks mate.