zephyr/samples/net
David B. Kinder 6000a6205a doc: prepare for improving doc API linking
Linking to API material requires knowing the pecularities of how
doxygen, sphinx, and breathe work. In an attempt to hide some of this
we're preparing the current docs to allow use of configuration defaults
that will let us more simply use a default role that will hunt for a
reference target in the various domains that are available by using a
default "role" of "all".  This will let us use the simple notation
`functionname` or `typename` without fully specifying the reference as
:c:func:`functionname`.

This patch cleans up exising docs that were (incorrectly) using single
backtics where double backtics should have been used, and also found
some typos (such as a space between the role name and the reference,
such as :file: `filename`, and a missing colon such as
c:func:`functionname`)

This is a start to address issue #14313

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2019-03-15 05:47:19 +01:00
..
common samples: net: removed unused common cmake 2019-02-08 13:57:55 +02:00
dhcpv4_client doc: net: Add more info for network connectivity with host 2019-02-20 07:32:42 -05:00
dns_resolve doc: net: Enhance DNS resolver documentation 2019-02-20 19:41:47 -05:00
eth_native_posix doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
google_iot_mqtt doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
gptp doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
ipv4_autoconf doc: net: Add more info for network connectivity with host 2019-02-20 07:32:42 -05:00
lldp samples/net: Switch lldp sample to new net_pkt API 2019-03-14 08:41:08 +01:00
lwm2m_client doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
mdns_responder cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
mqtt_publisher samples: net: mqtt: update readme with SOCKS5 info 2019-03-11 20:36:39 -07:00
nats samples/net: Switch nats samples to new net_pkt/net_context API 2019-03-14 08:41:08 +01:00
promiscuous_mode samples: net: promiscuous_mode: Add missing README.rst file 2019-02-21 16:38:13 -05:00
sockets doc: prepare for improving doc API linking 2019-03-15 05:47:19 +01:00
stats doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
syslog_net doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00
telnet cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
vlan doc: net: Fix VLAN documentation in doc and in sample 2019-03-07 20:31:04 -05:00
wifi cmake: Drop all in-tree usage 'set_conf_file' 2019-03-01 09:44:09 +01:00
wpan_serial samples/net: Switch wpan_serial to new net_pkt API 2019-03-14 08:41:08 +01:00
wpanusb samples/net: Switch wpanusb sample to new net_pkt API 2019-03-14 08:41:08 +01:00
zperf samples/net: Switch zperf sample to new net_context API 2019-03-14 08:41:08 +01:00
net.rst