This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
nimcord/generate_docs.bat

13 lines
634 B
Batchfile

nim doc -o:docs/Cache.html src/cache.nim
nim doc -o:docs/Channel.html src/channel.nim
nim doc -o:docs/Client.html src/client.nim
nim doc -o:docs/ClientObjects.html src/clientobjects.nim
nim doc -o:docs/DiscordObject.html src/discordobject.nim
nim doc -o:docs/Emoji.html src/emoji.nim
nim doc -o:docs/EventDispatcher.html src/eventdispatcher.nim
nim doc -o:docs/EventHandler.html src/eventhandler.nim
nim doc -o:docs/Guild.html src/guild.nim
nim doc -o:docs/Member.html src/member.nim
nim doc -o:docs/Message.html src/message.nim
nim doc -o:docs/Nimcordutils.html src/nimcordutils.nim
nim doc -o:docs/User.html src/user.nim