[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: About the lua documentation
- From: June Zhang <jhzhangdev@...>
- Date: Sun, 29 Nov 2015 11:23:46 +0800
Currently every lua version has its own documentation, and they are independent. I wonder could we merge all the documentation into one? After doing that we can: 1) add availability info into every API (such as available 5.2+); 2) give obsolescence info to some old API and explain the reason. I think doing this can makes our document more instructive and coherent. Thanks.