diff --git a/_posts/2016-12-30-out-with-the-old-in-with-ecmascript-2015.md b/_posts/2016-12-30-out-with-the-old-in-with-ecmascript-2015.md index 7f2ad7536..3da568fab 100644 --- a/_posts/2016-12-30-out-with-the-old-in-with-ecmascript-2015.md +++ b/_posts/2016-12-30-out-with-the-old-in-with-ecmascript-2015.md @@ -32,8 +32,6 @@ and tell it to convert the constructor to a class; for example: /** * BusPDP11(parmsBus, cpu, dbg) * - * ... - * * @constructor * @extends Component * @param {Object} parmsBus @@ -53,8 +51,6 @@ class BusPDP11 extends Component { /** * BusPDP11(parmsBus, cpu, dbg) * - * ... - * * @param {Object} parmsBus * @param {CPUStatePDP11} cpu * @param {DebuggerPDP11} dbg diff --git a/devices/pdp11/dl11/README.md b/devices/pdp11/dl11/README.md index b1bba10f1..ad645f250 100644 --- a/devices/pdp11/dl11/README.md +++ b/devices/pdp11/dl11/README.md @@ -11,7 +11,9 @@ PDPjs implements the DL11 component in [SerialPortPDP11](/modules/pdp11/lib/seri This component is typically instantiated by a Machine XML file using: - +```xml + +``` Most of our PDP-11 machines specify *binding="print"* to connect the DL11 to a `