All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/technical/api-hashmap: Remove source highlighting
@ 2014-05-17 11:08 Anders Kaseorg
  2014-05-17 15:22 ` Jeremiah Mahler
  0 siblings, 1 reply; 6+ messages in thread
From: Anders Kaseorg @ 2014-05-17 11:08 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Jonathan Nieder, 745591

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>
---
 Documentation/technical/api-hashmap.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/technical/api-hashmap.txt b/Documentation/technical/api-hashmap.txt
index 42ca234..b977ae8 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;
 
-- 
2.0.0.rc3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-20 17:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-17 11:08 [PATCH] Documentation/technical/api-hashmap: Remove source highlighting Anders Kaseorg
2014-05-17 15:22 ` Jeremiah Mahler
2014-05-18  0:50   ` Anders Kaseorg
2014-05-19 17:09     ` Junio C Hamano
2014-05-19 23:40       ` Anders Kaseorg
2014-05-20 17:31         ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.