Skip to content

Commit add9cf4

Browse files
committed
Update all source code CodeStyle site.
1 parent 329686d commit add9cf4

File tree

167 files changed

+167
-167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+167
-167
lines changed

Engine/Application/Application.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* License : https://github.com/scottcgi/Mojoc/blob/master/LICENSE
88
* GitHub : https://github.com/scottcgi/Mojoc
9-
* CodeStyle: https://github.com/scottcgi/Mojoc/wiki/Code-Style
9+
* CodeStyle: https://github.com/scottcgi/Mojoc/blob/master/Docs/CodeStyle.md
1010
*
1111
* Since : 2013-9-4
1212
* Update : 2019-1-7

Engine/Application/Application.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* License : https://github.com/scottcgi/Mojoc/blob/master/LICENSE
88
* GitHub : https://github.com/scottcgi/Mojoc
9-
* CodeStyle: https://github.com/scottcgi/Mojoc/wiki/Code-Style
9+
* CodeStyle: https://github.com/scottcgi/Mojoc/blob/master/Docs/CodeStyle.md
1010
*
1111
* Since : 2013-9-4
1212
* Update : 2019-1-25

Engine/Application/Component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* License : https://github.com/scottcgi/Mojoc/blob/master/LICENSE
88
* GitHub : https://github.com/scottcgi/Mojoc
9-
* CodeStyle: https://github.com/scottcgi/Mojoc/wiki/Code-Style
9+
* CodeStyle: https://github.com/scottcgi/Mojoc/blob/master/Docs/CodeStyle.md
1010
*
1111
* Since : 2015-8-19
1212
* Update : 2019-1-27

Engine/Application/Component.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* License : https://github.com/scottcgi/Mojoc/blob/master/LICENSE
88
* GitHub : https://github.com/scottcgi/Mojoc
9-
* CodeStyle: https://github.com/scottcgi/Mojoc/wiki/Code-Style
9+
* CodeStyle: https://github.com/scottcgi/Mojoc/blob/master/Docs/CodeStyle.md
1010
*
1111
* Since : 2015-8-19
1212
* Update : 2019-1-26

Engine/Application/Input.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* License : https://github.com/scottcgi/Mojoc/blob/master/LICENSE
88
* GitHub : https://github.com/scottcgi/Mojoc
9-
* CodeStyle: https://github.com/scottcgi/Mojoc/wiki/Code-Style
9+
* CodeStyle: https://github.com/scottcgi/Mojoc/blob/master/Docs/CodeStyle.md
1010
*
1111
* Since : 2017-3-24
1212
* Update : 2019-1-25

Engine/Application/Input.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* License : https://github.com/scottcgi/Mojoc/blob/master/LICENSE
88
* GitHub : https://github.com/scottcgi/Mojoc
9-
* CodeStyle: https://github.com/scottcgi/Mojoc/wiki/Code-Style
9+
* CodeStyle: https://github.com/scottcgi/Mojoc/blob/master/Docs/CodeStyle.md
1010
*
1111
* Since : 2017-3-24
1212
* Update : 2021-2-8

Engine/Application/Platform/Android/JniTool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* License : https://github.com/scottcgi/Mojoc/blob/master/LICENSE
88
* GitHub : https://github.com/scottcgi/Mojoc
9-
* CodeStyle: https://github.com/scottcgi/Mojoc/wiki/Code-Style
9+
* CodeStyle: https://github.com/scottcgi/Mojoc/blob/master/Docs/CodeStyle.md
1010
*
1111
* Since : 2017-4-1
1212
* Update : 2019-8-1

Engine/Application/Platform/Android/JniTool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* License : https://github.com/scottcgi/Mojoc/blob/master/LICENSE
88
* GitHub : https://github.com/scottcgi/Mojoc
9-
* CodeStyle: https://github.com/scottcgi/Mojoc/wiki/Code-Style
9+
* CodeStyle: https://github.com/scottcgi/Mojoc/blob/master/Docs/CodeStyle.md
1010
*
1111
* Since : 2017-4-1
1212
* Update : 2019-7-30

Engine/Application/Platform/Android/NativeGlue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* License : https://github.com/scottcgi/Mojoc/blob/master/LICENSE
88
* GitHub : https://github.com/scottcgi/Mojoc
9-
* CodeStyle: https://github.com/scottcgi/Mojoc/wiki/Code-Style
9+
* CodeStyle: https://github.com/scottcgi/Mojoc/blob/master/Docs/CodeStyle.md
1010
*
1111
* Since : 2016-1-28
1212
* Update : 2019-1-7

Engine/Application/Platform/Android/SystemInfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* License : https://github.com/scottcgi/Mojoc/blob/master/LICENSE
88
* GitHub : https://github.com/scottcgi/Mojoc
9-
* CodeStyle: https://github.com/scottcgi/Mojoc/wiki/Code-Style
9+
* CodeStyle: https://github.com/scottcgi/Mojoc/blob/master/Docs/CodeStyle.md
1010
*
1111
* Since : 2018-12-6
1212
* Update : 2019-7-8

0 commit comments

Comments
 (0)