diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-09-19 03:42:03 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2020-09-21 19:59:38 +0200 |
| commit | dc0bb4c93c4915b939ad1ecdc0745e53dc1f0d0f (patch) | |
| tree | d4ad07aa93b8ba9fe949a963b8210fbf36b5b30a /.gitmodules | |
| parent | 0e001bd3d353a26ad527c5a7cedf11915c4a11ba (diff) | |
| download | a9_free-dc0bb4c93c4915b939ad1ecdc0745e53dc1f0d0f.tar.gz | |
Work on xml-to-html converter for register documentation
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..760dc4c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "hw_html/xmlParser"] + path = hw_html/xmlParser + url = https://github.com/lookup69/xmlParser +[submodule "hw_html/CTML"] + path = hw_html/CTML + url = https://github.com/tinfoilboy/CTML |
