-
- Downloads
doxygen: Fix doxygen errors
This patch fixes a number of errors and warning messages in the doxygen log. Specifically, it addresses: * A number of files incorrectly places a '\brief' tag immediately after a '\file' tag. Doing so emits a warning, as '\file' takes an optional argument specifying which file the doxygen comment is for. As '\brief' is not a file, doxygen was unamused. * A grouping of Stasis Topics and Messages in rtp_engine.h was incorrectly terminated. We now correctly terminate the grouping, which prevents members of rtp_engine.h from showing up in the wrong group. * Group indicators which are not part of the Stasis Topics and Messages group were removed. Group indicators without an \addtogroup or \ingroup have no meaning. Change-Id: Ia1415ffec6767e27233ae1cae5ed5970de5656d4
Showing
- include/asterisk/event.h 1 addition, 1 deletioninclude/asterisk/event.h
- include/asterisk/rtp_engine.h 1 addition, 1 deletioninclude/asterisk/rtp_engine.h
- include/asterisk/sem.h 3 additions, 1 deletioninclude/asterisk/sem.h
- include/asterisk/stasis.h 5 additions, 29 deletionsinclude/asterisk/stasis.h
- include/asterisk/stasis_test.h 2 additions, 1 deletioninclude/asterisk/stasis_test.h
- main/sdp_srtp.c 1 addition, 1 deletionmain/sdp_srtp.c
- res/res_stasis_test.c 2 additions, 1 deletionres/res_stasis_test.c
- tests/test_ari.c 2 additions, 1 deletiontests/test_ari.c
- tests/test_endpoints.c 2 additions, 1 deletiontests/test_endpoints.c
- tests/test_json.c 2 additions, 1 deletiontests/test_json.c
- tests/test_optional_api.c 2 additions, 1 deletiontests/test_optional_api.c
- tests/test_res_stasis.c 2 additions, 1 deletiontests/test_res_stasis.c
- tests/test_stasis.c 2 additions, 1 deletiontests/test_stasis.c
- tests/test_stasis_channels.c 2 additions, 1 deletiontests/test_stasis_channels.c
- tests/test_stasis_endpoints.c 2 additions, 1 deletiontests/test_stasis_endpoints.c
- utils/extconf.c 1 addition, 1 deletionutils/extconf.c
Loading
Please register or sign in to comment