[swift-users] 答复: documents about standard library in swift
Dmitri Gribenko
gribozavr at gmail.com
Thu Feb 18 19:10:36 CST 2016
On Thu, Feb 18, 2016 at 5:00 PM, Qibo <qibo at huawei.com> wrote:
> Thank you, Dmitri,
> In "/swift/docs", the documentation could be autogened, they will be in "_build/html".
Right.
> The source of "swift/stdlib/public/core" is implement of standard library,
> In "/swift/stdlib/ "is there some methods to autogen documentions like in "docs"?
No, unfortunately there is no way to generate the documentation
locally. But you can find an online version here:
https://developer.apple.com/library/tvos/documentation/General/Reference/SwiftStandardLibraryReference/index.html
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the swift-users
mailing list