summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-04-26 12:28:50 +0200
committerAndrea Bolognani <abologna@redhat.com>2022-04-26 12:31:40 +0200
commit6237f2b84b340b0e833a02819c16e2d0ba772f36 (patch)
treecdedff734d841479e0058a1264bc84ba39b8ad2d /include
parent7852d30bff8b1066b1e201f01539997a390eaee6 (diff)
downloadlibvirt-6237f2b84b340b0e833a02819c16e2d0ba772f36.tar.gz
include: Fix docstring indentation
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/libvirt/libvirt-domain.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/libvirt/libvirt-domain.h b/include/libvirt/libvirt-domain.h
index 0fa4509b73..3dfcd14b9c 100644
--- a/include/libvirt/libvirt-domain.h
+++ b/include/libvirt/libvirt-domain.h
@@ -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"
/**