aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordan sinclair <dsinclair@google.com>2019-10-10 16:29:54 -0400
committerGitHub <noreply@github.com>2019-10-10 16:29:54 -0400
commit0254c82f1b04bffc04daf4772e913cba8cb7eb39 (patch)
tree63def1832ee2de17c49feab100a2f5c94628a2c0 /tools
parentbfd82bec68975d552abbbc0f6aa69857d3f53baa (diff)
downloadamber-0254c82f1b04bffc04daf4772e913cba8cb7eb39.tar.gz
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.
Diffstat (limited to 'tools')
-rw-r--r--tools/doxy.css6
1 files changed, 6 insertions, 0 deletions
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;
+}