summary refs log tree commit diff stats
path: root/config/nimdoc.cfg
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-03-08 13:55:27 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-03-08 13:55:26 +0100
commitbba3a20e7ca50456fa1fc96ec4fa7e917113a840 (patch)
tree112c145c858ee0baa3b3d513edd98a1bff7a6a1b /config/nimdoc.cfg
parent3294ce3831b2a30f074ccaec3ae350296a34c1f0 (diff)
downloadNim-bba3a20e7ca50456fa1fc96ec4fa7e917113a840.tar.gz
documentation style tweaks (#10790)
* exports are the least important field in the docs:
  they are put in the last place (at the bottom)
* indent text after proc/type declaration for an easier navigation
  (noticeable difference between declarations and examples)
* quickfix invalid style in `asynchttpserver`
Diffstat (limited to 'config/nimdoc.cfg')
-rw-r--r--config/nimdoc.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg
index c5effd04e..1e18c050e 100644
--- a/config/nimdoc.cfg
+++ b/config/nimdoc.cfg
@@ -533,11 +533,11 @@ dl {
 
 dt {
   margin-bottom: -0.5em;
-  margin-left: 0.5em; }
+  margin-left: 0.0em; }
 
 dd {
-  margin-left: 0.5em;
-  margin-bottom: 2.5em;
+  margin-left: 2.0em;
+  margin-bottom: 3.0em;
   margin-top: 0.5em; }