SWDEV-410524 - Doxygen add WARN_AS_ERROR

Change-Id: I714712d61d1526cb75122a2f23e293745d41a701
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>


[ROCm/rdc commit: de252b21a4]
Cette révision appartient à :
Galantsev, Dmitrii
2023-08-11 11:51:13 -05:00
Parent 6533962e0f
révision 393bb97d99
2 fichiers modifiés avec 5 ajouts et 2 suppressions
+3
Voir le fichier
@@ -17,6 +17,9 @@
# Project related configuration options
#---------------------------------------------------------------------------
# Fail if warnings are found
WARN_AS_ERROR = YES
# This tag specifies the encoding used for all characters in the config file
# that follow. The default is UTF-8 which is also the encoding used for all text
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
+2 -2
Voir le fichier
@@ -256,9 +256,9 @@ typedef enum {
* Data beats sent to neighbor 0; Each beat represents 32 bytes.<br><br>
*
* XGMI throughput can be calculated by multiplying a BEATs event
* such as ::RSMI_EVNT_XGMI_0_BEATS_TX by 32 and dividing by
* such as ::RDC_EVNT_XGMI_0_BEATS_TX by 32 and dividing by
* the time for which event collection occurred,
* ::rsmi_counter_value_t.time_running (which is in nanoseconds). To get
* ::rdc_gpu_usage_info_t.start_time (which is in nanoseconds). To get
* bytes per second, multiply this value by 10<sup>9</sup>.<br>
* <br>
* Throughput = BEATS/time_running * 10<sup>9</sup> (bytes/second)<br>