]> xenbits.xensource.com Git - libvirt.git/commitdiff
include: Fix docstring indentation
authorAndrea Bolognani <abologna@redhat.com>
Tue, 26 Apr 2022 10:28:50 +0000 (12:28 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 26 Apr 2022 10:31:40 +0000 (12:31 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
include/libvirt/libvirt-domain.h

index 0fa4509b73d05ff9f8b927efad5073fba15a2d96..3dfcd14b9c176dcb706fde14977343db1c9b34f0 100644 (file)
@@ -2793,15 +2793,15 @@ void virDomainStatsRecordListFree(virDomainStatsRecordPtr *stats);
 # define VIR_PERF_PARAM_TASK_CLOCK "task_clock"
 
 /**
-* VIR_PERF_PARAM_PAGE_FAULTS:
-*
-* Macro for typed parameter name that represents page_faults
-* perf event which can be used to measure the count of page
-* faults by applications running on the platform. It corresponds
-* to the "perf.page_faults" field in the *Stats APIs.
-*
-* Since: v3.2.0
-*/
+ * VIR_PERF_PARAM_PAGE_FAULTS:
+ *
+ * Macro for typed parameter name that represents page_faults
+ * perf event which can be used to measure the count of page
+ * faults by applications running on the platform. It corresponds
+ * to the "perf.page_faults" field in the *Stats APIs.
+ *
+ * Since: v3.2.0
+ */
 # define VIR_PERF_PARAM_PAGE_FAULTS "page_faults"
 
 /**