wireshark/epan/wmem
Alexis La Goutte 38d5b11fa2 Fix warning when build with -Wdocumentation
epan/wmem/wmem_strutl.h:85:63: error: parameter 'str' is already documented [-Werror,-Wdocumentation]
epan/wmem/wmem_strutl.h:85:27: note: previous documentation
epan/wmem/wmem_strutl.h:90:39: error: parameter 'str' is already documented [-Werror,-Wdocumentation]
epan/wmem/wmem_strutl.h:85:57: note: previous documentation
epan/wmem/wmem_strutl.h:83:11: error: parameter 'allocator:' not found in the function declaration
epan/wmem/wmem_strutl.h:83:11: note: did you mean 'allocator'?
epan/wmem/wmem_strutl.h:84:11: error: parameter 'str:' not found in the function declaration [-Werror,-Wdocumentation]
epan/wmem/wmem_strutl.h:85:11: error: parameter 'len:' not found in the function declaration [-Werror,-Wdocumentation]
epan/wmem/wmem_strutl.h:85:11: note: did you mean 'len'?

Change-Id: Id2888c5967c94c48f9b53957c8be361bbebd3488
Reviewed-on: https://code.wireshark.org/review/1151
Reviewed-by: Evan Huus <eapache@gmail.com>
2014-04-15 14:40:05 +00:00
..
Makefile.am Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Makefile.common Scrap wmem splay trees for now. 2014-04-02 17:14:16 +00:00
Makefile.nmake Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
wmem.h Scrap wmem splay trees for now. 2014-04-02 17:14:16 +00:00
wmem_allocator.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_allocator_block.c Fix memory-alignment in the block allocator. 2014-03-04 17:09:40 +00:00
wmem_allocator_block.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_allocator_simple.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_allocator_simple.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_allocator_strict.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_allocator_strict.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_array.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_array.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_core.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_core.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_list.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_list.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_miscutl.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_miscutl.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_queue.h Fix warning when generate documentation (doxygen) 2014-04-14 20:18:29 +00:00
wmem_scopes.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_scopes.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_stack.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_stack.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_strbuf.c Inlining wmem_strbuf_grow seems to give better performance. 2014-03-31 15:20:08 +00:00
wmem_strbuf.h Implement finalize() method for wmem strbuf. 2014-03-29 12:11:21 +00:00
wmem_strutl.c Introduce wmem_ascii_strdown() 2014-03-25 16:10:43 +00:00
wmem_strutl.h Fix warning when build with -Wdocumentation 2014-04-15 14:40:05 +00:00
wmem_test.c Fix non-standard format specifiers 2014-04-12 00:25:38 +00:00
wmem_tree.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_tree.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_user_cb.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_user_cb.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wmem_user_cb_int.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00