diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2010-02-04 15:46:28 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2010-02-16 17:38:14 -0500 |
commit | 21ecb8241d6f4441116456962c6c56cd927757d6 (patch) | |
tree | 0311cd5eca8c5b8de2a2a3b16bbde02fc7a84d72 /docs | |
parent | 31f73110d8f70e3295d0d7d7abbe9139d31356f1 (diff) |
Fix various gtk-doc warnings/errors and typos
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libnice/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/reference/libnice/Makefile.am b/docs/reference/libnice/Makefile.am index d4ca81b..71bb960 100644 --- a/docs/reference/libnice/Makefile.am +++ b/docs/reference/libnice/Makefile.am @@ -40,14 +40,15 @@ FIXXREF_OPTIONS= HFILE_GLOB=$(DOC_SOURCE_DIR)/agent/agent.h $(DOC_SOURCE_DIR)/agent/address.h \ $(DOC_SOURCE_DIR)/agent/debug.h $(DOC_SOURCE_DIR)/agent/candidate.h \ $(DOC_SOURCE_DIR)/agent/interfaces.h \ - $(DOC_SOURCE_DIR)/stun/stunagent.h \ + $(DOC_SOURCE_DIR)/stun/stunagent.h \ $(DOC_SOURCE_DIR)/stun/stunmessage.h $(DOC_SOURCE_DIR)/stun/debug.h \ $(DOC_SOURCE_DIR)/stun/usages/bind.h \ $(DOC_SOURCE_DIR)/stun/usages/ice.h \ $(DOC_SOURCE_DIR)/stun/usages/timer.h \ - $(DOC_SOURCE_DIR)/stun/usages/turn.h -CFILE_GLOB=$(DOC_SOURCE_DIR)/agent/agent.c + $(DOC_SOURCE_DIR)/stun/usages/turn.h \ + $(DOC_SOURCE_DIR)/agent/pseudotcp.h \ +CFILE_GLOB=$(DOC_SOURCE_DIR)/agent/agent.c $(DOC_SOURCE_DIR)/agent/pseudotcp.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h |