move all projects into the trunk directory
[lttv.git] / ltt / branches / poly / doc / developer / coding.html
diff --git a/ltt/branches/poly/doc/developer/coding.html b/ltt/branches/poly/doc/developer/coding.html
deleted file mode 100644 (file)
index 4822f45..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <title>Coding practices</title>
-</head>
-  <body>
-        
-<h1>Coding practices</h1>
-        
-<p>
-The Linux Trace Toolkit viewer and libltt libraries use the coding standards
-of the underlying <A HREF="www.gtk.org">glib and gtk libraries</A>.
-This includes: 
-
-<UL>
-<LI>lower case file names without underscore but with an occasional dash,
-<LI>lower case function names with underscores separating words,
-<LI>type names starting with a capital letter and with capital letters
-separating words.
-</UL>
-
-<P>
-Each file in the libltt library should contain a 
-<A HREF=library-header.txt">LGPL header</A> while each file in the LTT viewer
-should contain a
-<A HREF=library-header.txt">GPL header</A>.
-
-</body>
-</html>
-
-
-
This page took 0.030592 seconds and 4 git commands to generate.