From eef4077f18495d88a2426cfda3ec9a4dc461f798 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Feb 2019 15:42:22 +1100 Subject: Cleanup: remove redundant doxygen \file argument Move \ingroup onto same line to be more compact and make it clear the file is in the group. --- intern/mikktspace/mikktspace.c | 3 +-- intern/mikktspace/mikktspace.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'intern/mikktspace') diff --git a/intern/mikktspace/mikktspace.c b/intern/mikktspace/mikktspace.c index ebf699c2428..204be59e408 100644 --- a/intern/mikktspace/mikktspace.c +++ b/intern/mikktspace/mikktspace.c @@ -1,5 +1,4 @@ -/** \file mikktspace/mikktspace.c - * \ingroup mikktspace +/** \file \ingroup mikktspace */ /** * Copyright (C) 2011 by Morten S. Mikkelsen diff --git a/intern/mikktspace/mikktspace.h b/intern/mikktspace/mikktspace.h index 52c44a713c6..d993af9183a 100644 --- a/intern/mikktspace/mikktspace.h +++ b/intern/mikktspace/mikktspace.h @@ -1,5 +1,4 @@ -/** \file mikktspace/mikktspace.h - * \ingroup mikktspace +/** \file \ingroup mikktspace */ /** * Copyright (C) 2011 by Morten S. Mikkelsen -- cgit v1.2.3