move the documentation to doc/, add dummy documentation to srcdir/ compiling to

an explanation of how to generate the docs
This commit is contained in:
Benoit Jacob
2007-12-21 07:30:15 +00:00
parent a52c74095f
commit 64f5d5d318
6 changed files with 416 additions and 127 deletions

View File

@@ -8,12 +8,3 @@ int main(int, char**)
cout << m << endl;
return 0;
}
/* Output:
1 0 0 0
0 1 0 0
1 0 1 0
0 1 0 1
*/