summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2013-02-22 19:28:27 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2013-02-22 19:28:27 -0500
commit966f7ada0e37ce64d34f61b034e342b37b447165 (patch)
tree018d9eaf7617c0c1cf7cf195276e505d0b132e18
parent642b8500e1f615cc37dc00daaac376f8ed1368a5 (diff)
downloadlibnice-966f7ada0e37ce64d34f61b034e342b37b447165.tar.gz
Fix documentation
-rw-r--r--agent/agent.h4
-rw-r--r--docs/reference/libnice/libnice-sections.txt3
2 files changed, 6 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 0655744..16eadaa 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -96,6 +96,10 @@
</programlisting>
</example>
+ *
+ * Refer to the examples in the examples/ subdirectory of the libnice source for
+ * complete examples.
+ *
*/
diff --git a/docs/reference/libnice/libnice-sections.txt b/docs/reference/libnice/libnice-sections.txt
index 36ba315..b13a5ca 100644
--- a/docs/reference/libnice/libnice-sections.txt
+++ b/docs/reference/libnice/libnice-sections.txt
@@ -34,7 +34,7 @@ nice_agent_get_stream_name
nice_agent_get_default_local_candidate
nice_agent_generate_local_sdp
nice_agent_generate_local_stream_sdp
-nice_agent_generate_local_canidate_sdp
+nice_agent_generate_local_candidate_sdp
nice_agent_parse_remote_sdp
nice_agent_parse_remote_stream_sdp
nice_agent_parse_remote_candidate_sdp
@@ -94,6 +94,7 @@ nice_address_equal
nice_address_to_string
nice_address_is_private
nice_address_is_valid
+nice_address_ip_version
</SECTION>