From 26c9d6a3a6a1b4b03539db64801fb10a49b26bb5 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 7 Mar 2012 18:07:09 +0100 Subject: HACKING: we don't really do comment blocks like that anymore. --- HACKING | 6 ------ 1 file changed, 6 deletions(-) diff --git a/HACKING b/HACKING index 0dce01dd9..b4a9946b5 100644 --- a/HACKING +++ b/HACKING @@ -29,12 +29,6 @@ need to stick to in order to get your patch accepted: - data/kr-gnome-indent.cfg is provided as a reference config file for the uncrustify program to get correct indentation in new files. - Comment blocks are written like this: - -/* - * bla_bla_cb: This is an example comment block - */ - See ChangeLog.README for Git checkin rules. See doc/debugging.txt for some tips and tricks for debugging. -- cgit