I'd suggest putting the internal documentation inline with the code, such as javadoc or block comments. Keep the docs right next to the code so they are less likely to diverge over time.
-- Marcel Kinard On Mar 6, 2013, at 7:31 PM, Joe Bowser <bows...@gmail.com> wrote: > Side note: We have too many weird obscure things in Cordova-Android > that aren't well documented, like how we handle offline storage. > Should we throw this in the wiki? Somwhere else? > > Joe