Add additional header docs to generated DCP packages.

This commit is contained in:
John Beisley
2014-06-07 21:24:11 +01:00
parent 4370c89058
commit ca8dc4faf5
3 changed files with 32 additions and 4 deletions

View File

@ -1,3 +1,9 @@
// Client for UPnP Device Control Protocol Internet Gateway Device v1.
//
// This DCP is documented in detail at: http://upnp.org/specs/gw/UPnP-gw-InternetGatewayDevice-v1-Device.pdf
//
// Typically, use one of the New* functions to discover services on the local
// network.
package internetgateway1
// Generated file - do not edit by hand. See README.md

View File

@ -1,3 +1,9 @@
// Client for UPnP Device Control Protocol Internet Gateway Device v2.
//
// This DCP is documented in detail at: http://upnp.org/specs/gw/UPnP-gw-InternetGatewayDevice-v2-Device.pdf
//
// Typically, use one of the New* functions to discover services on the local
// network.
package internetgateway2
// Generated file - do not edit by hand. See README.md