diff --git a/lib/compute/disk.js b/lib/compute/disk.js index 87e1cf0684e..53fc2a1cbd0 100644 --- a/lib/compute/disk.js +++ b/lib/compute/disk.js @@ -67,6 +67,8 @@ function Disk(zone, name) { /** * Format a disk's name how the API expects. * + * @private + * * @param {module:compute/zone} zone - The Zone this disk belongs to. * @param {string} name - The name of the disk. * @return {string} - The formatted name. diff --git a/lib/compute/network.js b/lib/compute/network.js index 3ec6d06cfb9..9158d79a6ba 100644 --- a/lib/compute/network.js +++ b/lib/compute/network.js @@ -65,6 +65,8 @@ function Network(compute, name) { /** * Format a network's name how the API expects. * + * @private + * * @param {module:compute} compute - The Compute object this network belongs to. * @param {string} name - The name of the network. * @return {string} - The formatted name.