diff options
author | Miran <narimiran@disroot.org> | 2019-03-08 13:55:27 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-03-08 13:55:26 +0100 |
commit | bba3a20e7ca50456fa1fc96ec4fa7e917113a840 (patch) | |
tree | 112c145c858ee0baa3b3d513edd98a1bff7a6a1b /nimdoc/testproject/expected/subdir | |
parent | 3294ce3831b2a30f074ccaec3ae350296a34c1f0 (diff) | |
download | Nim-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 'nimdoc/testproject/expected/subdir')
-rw-r--r-- | nimdoc/testproject/expected/subdir/subdir_b/utils.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nimdoc/testproject/expected/subdir/subdir_b/utils.html b/nimdoc/testproject/expected/subdir/subdir_b/utils.html index 650226c81..12d98f91c 100644 --- a/nimdoc/testproject/expected/subdir/subdir_b/utils.html +++ b/nimdoc/testproject/expected/subdir/subdir_b/utils.html @@ -345,11 +345,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; } |