Skip to content

Commit 12bbbac

Browse files
committed
add some placeholder READMEs
1 parent 760a10c commit 12bbbac

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Documentation

lib/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# External libraries and dependencies

subfun/doDotMo.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@
3030
[dots] = updateDots(dots, cfg);
3131

3232
%% Center the dots
33+
3334
% We assumed that zero is at the top left, but we want it to be
3435
% in the center, so shift the dots up and left, which just means
35-
% adding half of the screen width in pixel to both the x and y direction.
36+
% adding half of the screen width in pixel to both the x and y direction.
3637
thisEvent.dot.positions = (dots.positions - cfg.dot.matrixWidth / 2)';
3738

3839
%% make textures
40+
3941
dotTexture('make', cfg, thisEvent);
4042

4143
apertureTexture('make', cfg, thisEvent);

tests/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Unit tests folder
2+
3+
To be run using mox unit.
4+
5+
Code coverage can be estimated with Mocov.

0 commit comments

Comments
 (0)