Small fixes to the documentation.

Small corrections to the documentation.  This CL changes the files
used to generate the docs & the corresponding header files.  The
actual .jd documentation files are fixed in another CL.

b/23190418

Change-Id: I3632a4f867cbfa7d4e0de6c3ffcb07533130531b
diff --git a/api/GenerateDocumentation.cpp b/api/GenerateDocumentation.cpp
index 565f4fb..9d399d4 100644
--- a/api/GenerateDocumentation.cpp
+++ b/api/GenerateDocumentation.cpp
@@ -322,7 +322,7 @@
         if (info.minVersion <= 1) {
             // No minimum
             if (info.maxVersion > 0) {
-                stream << "Removed from " << mid << info.maxVersion + 1 << " and beyond";
+                stream << "Removed from " << mid << info.maxVersion + 1 << " and higher";
             }
         } else {
             if (info.maxVersion == 0) {