From c784d63b931d07895833fb80185b10d44ad63cce Mon Sep 17 00:00:00 2001 From: Chris Mumford Date: Thu, 2 May 2019 13:59:41 -0700 Subject: [PATCH] Moved port/README to port/README.md. Easier to read on sites supporting Markdown (i.e. GitHub). PiperOrigin-RevId: 246385089 --- port/README | 10 ---------- port/README.md | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 port/README create mode 100644 port/README.md diff --git a/port/README b/port/README deleted file mode 100644 index 8b17153..0000000 --- a/port/README +++ /dev/null @@ -1,10 +0,0 @@ -This directory contains interfaces and implementations that isolate the -rest of the package from platform details. - -Code in the rest of the package includes "port.h" from this directory. -"port.h" in turn includes a platform specific "port_.h" file -that provides the platform specific implementation. - -See port_stdcxx.h for an example of what must be provided in a platform -specific header file. - diff --git a/port/README.md b/port/README.md new file mode 100644 index 0000000..8b17153 --- /dev/null +++ b/port/README.md @@ -0,0 +1,10 @@ +This directory contains interfaces and implementations that isolate the +rest of the package from platform details. + +Code in the rest of the package includes "port.h" from this directory. +"port.h" in turn includes a platform specific "port_.h" file +that provides the platform specific implementation. + +See port_stdcxx.h for an example of what must be provided in a platform +specific header file. +