diff options
author | Anthony Barbier <anthony.barbier@arm.com> | 2017-09-04 18:44:23 +0100 |
---|---|---|
committer | Anthony Barbier <anthony.barbier@arm.com> | 2018-09-17 13:03:09 +0100 |
commit | 6ff3b19ee6120edf015fad8caab2991faa3070af (patch) | |
tree | a7a6dcd16dfd56d79fa1b56a313caeebcc939b68 /.gitmodules | |
download | armcl-6ff3b19ee6120edf015fad8caab2991faa3070af.tar.gz armcl-6ff3b19ee6120edf015fad8caab2991faa3070af.tar.bz2 armcl-6ff3b19ee6120edf015fad8caab2991faa3070af.zip |
COMPMID-344 Updated doxygen
Change-Id: I32f7b84daa560e460b77216add529c8fa8b327ae
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..a15c40f0d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "data"] + path = data + url = ../data + branch = master +[submodule "3rdparty"] + path = 3rdparty + url = ../3rdparty + branch = master |