diff options
author | Siri Hansen <[email protected]> | 2017-05-04 17:28:01 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-05-08 15:37:19 +0200 |
commit | fe521f4679ed0caa068f3825869796001b29fc40 (patch) | |
tree | e8dba43d70223e63f3ac46212db2fdb0515cb244 /lib/common_test/doc/src/specs.xml | |
parent | 63d63920f3f68f1d3cc62184e9f1a5c51da17088 (diff) | |
download | otp-fe521f4679ed0caa068f3825869796001b29fc40.tar.gz otp-fe521f4679ed0caa068f3825869796001b29fc40.tar.bz2 otp-fe521f4679ed0caa068f3825869796001b29fc40.zip |
[ct_netconfc] Update documentation
* Remove edoc comments in ct_netconfc.erl
* Rewrite ct_netconfc.xml to use specs for functions and types
* Add documentation of new functions in ct_netconfc
Diffstat (limited to 'lib/common_test/doc/src/specs.xml')
-rw-r--r-- | lib/common_test/doc/src/specs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/specs.xml b/lib/common_test/doc/src/specs.xml new file mode 100644 index 0000000000..7e40e8351d --- /dev/null +++ b/lib/common_test/doc/src/specs.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8" ?> +<specs xmlns:xi="http://www.w3.org/2001/XInclude"> + <xi:include href="../specs/specs_ct_netconfc.xml"/> + <xi:include href="../specs/specs_ct.xml"/> +</specs> |