Skip to content

Commit

Permalink
doc: cleaned up doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vpirogov committed Jul 26, 2017
1 parent fa1250e commit 2eb2216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1798,18 +1798,6 @@ GENERATE_XML = NO

XML_OUTPUT = xml

# The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
# validating XML parser to check the syntax of the XML files.
# This tag requires that the tag GENERATE_XML is set to YES.

XML_SCHEMA =

# The XML_DTD tag can be used to specify a XML DTD, which can be used by a
# validating XML parser to check the syntax of the XML files.
# This tag requires that the tag GENERATE_XML is set to YES.

XML_DTD =

# If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
# listings (including syntax highlighting and cross-referencing information) to
# the XML output. Note that enabling this will significantly increase the size
Expand Down
4 changes: 2 additions & 2 deletions include/mkldnn.h
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ mkldnn_status_t MKLDNN_API mkldnn_eltwise_backward_desc_init(
* @p negative_slope and memory descriptor @p data_desc.
*
* @deprecated use mkldnn_eltwise_forward_desc_init() instead, with @p alpha
* equals @negative_slope */
* equals @p negative_slope */
MKLDNN_DEPRECATED
mkldnn_status_t MKLDNN_API mkldnn_relu_forward_desc_init(
mkldnn_relu_desc_t *relu_desc, mkldnn_prop_kind_t prop_kind,
Expand All @@ -450,7 +450,7 @@ mkldnn_status_t MKLDNN_API mkldnn_relu_forward_desc_init(
* and memory descriptors @p diff_data_desc and @p data_desc.
*
* @deprecated use mkldnn_eltwise_backward_desc_init() instead, with @p alpha
* equals @negative_slope */
* equals @p negative_slope */
MKLDNN_DEPRECATED
mkldnn_status_t MKLDNN_API mkldnn_relu_backward_desc_init(
mkldnn_relu_desc_t *relu_desc,
Expand Down

0 comments on commit 2eb2216

Please sign in to comment.