From dc0bb4c93c4915b939ad1ecdc0745e53dc1f0d0f Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 19 Sep 2020 03:42:03 +0200 Subject: Work on xml-to-html converter for register documentation --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3