summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@MIT.EDU>2014-05-17 07:08:55 -0400
committerJunio C Hamano <gitster@pobox.com>2014-05-19 10:31:36 -0700
commitc2538fd6ba16c18b4b0921ca8252e56e94af1449 (patch)
treef8c043c7891ca1727bbb4e47a0295d9110846278
parent7b359ea6b3333a87fd3fa8b84913f2b75ed244ad (diff)
downloadgit-kb/fast-hashmap.tar.gz
Documentation/technical/api-hashmap: remove source highlightingkb/fast-hashmap
The highlighting was pretty, but unfortunately, the failure mode when source-highlight is not installed was that the entire code block disappears. See https://bugs.debian.org/745591, https://bugs.launchpad.net/bugs/1316810. Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/technical/api-hashmap.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/technical/api-hashmap.txt b/Documentation/technical/api-hashmap.txt
index 42ca2347ed..b977ae8bbb 100644
--- a/Documentation/technical/api-hashmap.txt
+++ b/Documentation/technical/api-hashmap.txt
@@ -166,7 +166,6 @@ Usage example
-------------
Here's a simple usage example that maps long keys to double values.
-[source,c]
------------
struct hashmap map;