git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7b359ea
)
Documentation/technical/api-hashmap: remove source highlighting
author
Anders Kaseorg
<redacted>
Sat, 17 May 2014 11:08:55 +0000
(07:08 -0400)
committer
Junio C Hamano
<redacted>
Mon, 19 May 2014 17:31:36 +0000
(10:31 -0700)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/technical/api-hashmap.txt
patch
|
blob
|
history
diff --git
a/Documentation/technical/api-hashmap.txt
b/Documentation/technical/api-hashmap.txt
index 42ca2347edd2e13c5e3132a077ac96777bbefa11..b977ae8bbb1f46ebb40d1d315e79262fe344f1c2 100644
(file)
--- 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;
git clone https://git.99rst.org/PROJECT