aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShevek <[email protected]>2014-01-17 22:06:03 -0800
committerShevek <[email protected]>2014-01-17 22:06:03 -0800
commitc084e7c1b45b494bf5ebfcc5f866a39bc661de73 (patch)
treea9f03529ceb7959f06a98875b19f4196b89a2d8d
parentca42036955f2589d034a688267eb81c5da2c824d (diff)
Update README.
-rw-r--r--README.md (renamed from README)7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README.md
index 0dead99..03b27ff 100644
--- a/README
+++ b/README.md
@@ -1,3 +1,5 @@
+# Introduction
+
The C Preprocessor is an interesting standard. It appears to be
derived from the de-facto behaviour of the first preprocessors, and
has evolved over the years. Implementation is therefore difficult.
@@ -11,3 +13,8 @@ head examined).
This project has has been used to successfully preprocess much of
the source code of the GNU C library. As of version 1.2.5, it can
also preprocess the Apple Objective C library.
+
+# Documentation
+
+* [JavaDoc API](http://shevek.github.io/jcpp/docs/javadoc/)
+* [Coverage Report](http://shevek.github.io/jcpp/docs/cobertura/)