-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Cogmasters/dev
Dev
- Loading branch information
Showing
9 changed files
with
80 additions
and
12,331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ Doxyfile | |
*.swp | ||
cog-utils | ||
src/specs-code | ||
include/one-specs.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
specs-headers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Project Outline | ||
|
||
An explanation of important folders for developers who would like to contribute to Concord. | ||
|
||
| directory | meaning | | ||
|----------------------|-------------------------------------------------------------------------| | ||
| examples/ | Example bots for new users | | ||
| common/ | The backbone to wrap APIs using Concord | | ||
| src/ | The Discord API wrapping source code | | ||
| include/ | The Discord API wrapping header files | | ||
| docs/ | Guidelines, roadmap, and other important information regarding Concord | | ||
| licenses/ | License for Concord, and some other libraries used by Concord | | ||
| mujs/ | An embedded JavaScript engine. Unused at the moment. | | ||
| scripts/ | Cee-Studio specific scripts | | ||
| specs/ | Data used to generate types and structures used by Concord | | ||
| specs-code/ | Where files generated from ``specs/`` are dumped to | | ||
| specs/ | JSON Specs used to generate types and structures used by Concord | | ||
| test/ | Tests to make sure Concord is running smoothly are put here | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.