diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 08:04:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 08:04:31 +0000 |
commit | 669ed45029765df223ba7e9cdc242f62c17497e4 (patch) | |
tree | e7fbee74346251b81e83a79239fd68d5efd54e1f /docs/CodingStandards.html | |
parent | b9eeb1acbcabd8e6cbbdaa24f8a8fd4fdc24e97a (diff) | |
download | external_llvm-669ed45029765df223ba7e9cdc242f62c17497e4.zip external_llvm-669ed45029765df223ba7e9cdc242f62c17497e4.tar.gz external_llvm-669ed45029765df223ba7e9cdc242f62c17497e4.tar.bz2 |
Subversionify the documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38442 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodingStandards.html')
-rw-r--r-- | docs/CodingStandards.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index dddd84f..f631619 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -122,9 +122,9 @@ documentation is very useful:</p> <b>File Headers</b> -<p>Every source file should have a header on it that -describes the basic purpose of the file. If a file does not have a header, it -should not be checked into CVS. Most source trees will probably have a standard +<p>Every source file should have a header on it that describes the basic +purpose of the file. If a file does not have a header, it should not be +checked into Subversion. Most source trees will probably have a standard file header format. The standard format for the LLVM source tree looks like this:</p> |