From 0254c82f1b04bffc04daf4772e913cba8cb7eb39 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Thu, 10 Oct 2019 16:29:54 -0400 Subject: Update documentation (#685) This CL updates the Amber README, fixes some markdown errors in the AmberScript and VkScript documentation and updates the doxygen style for code blocks slightly. --- tools/doxy.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/doxy.css (limited to 'tools') diff --git a/tools/doxy.css b/tools/doxy.css new file mode 100644 index 0000000..bcf5dd6 --- /dev/null +++ b/tools/doxy.css @@ -0,0 +1,6 @@ +div.fragment { + padding: 10px 5px; + border: 1px solid grey; + border-radius: 2px; + background-color: #f1f1f1; +} -- cgit v1.2.3