OSDN Git Service

Documentation/technical/api-hashmap: remove source highlighting
authorAnders Kaseorg <andersk@MIT.EDU>
Sat, 17 May 2014 11:08:55 +0000 (07:08 -0400)
committerJunio C Hamano <gitster@pobox.com>
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 <andersk@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-hashmap.txt

index 42ca234..b977ae8 100644 (file)
@@ -166,7 +166,6 @@ Usage example
 -------------
 
 Here's a simple usage example that maps long keys to double values.
-[source,c]
 ------------
 struct hashmap map;