public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/7] Don't indent eclass documentation
@ 2022-05-10  5:59 Ulrich Müller
  2022-05-10  5:59 ` [gentoo-dev] [PATCH 1/7] check-reqs.eclass: " Ulrich Müller
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Ulrich Müller @ 2022-05-10  5:59 UTC (permalink / raw
  To: gentoo-dev; +Cc: Ulrich Müller

Eclass documentation line must start exactly with the string "# @"
in column 0, otherwise they won't be recognized by our tools (e.g.
eclass-to-manpage.awk). Update eclasses to follow that convention.

Ulrich Müller (7):
  check-reqs.eclass: Don't indent eclass documentation
  kde.org.eclass: Don't indent eclass documentation
  mercurial.eclass: Don't indent eclass documentation
  ruby-fakegem.eclass: Don't indent eclass documentation
  waf-utils.eclass: Don't indent eclass documentation
  xorg-3.eclass: Don't indent eclass documentation
  cmake-utils.eclass: Drop @SEE which is not a documentation keyword

 eclass/check-reqs.eclass   | 13 +++++++------
 eclass/cmake-utils.eclass  |  1 -
 eclass/kde.org.eclass      | 20 +++++++++++---------
 eclass/mercurial.eclass    |  8 ++++----
 eclass/ruby-fakegem.eclass |  6 +++---
 eclass/waf-utils.eclass    | 10 ++++++----
 eclass/xorg-3.eclass       | 24 +++++++++++++-----------
 7 files changed, 44 insertions(+), 38 deletions(-)

-- 
2.35.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-05-10 19:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-10  5:59 [gentoo-dev] [PATCH 0/7] Don't indent eclass documentation Ulrich Müller
2022-05-10  5:59 ` [gentoo-dev] [PATCH 1/7] check-reqs.eclass: " Ulrich Müller
2022-05-10  5:59 ` [gentoo-dev] [PATCH 2/7] kde.org.eclass: " Ulrich Müller
2022-05-10  5:59 ` [gentoo-dev] [PATCH 3/7] mercurial.eclass: " Ulrich Müller
2022-05-10  5:59 ` [gentoo-dev] [PATCH 4/7] ruby-fakegem.eclass: " Ulrich Müller
2022-05-10  5:59 ` [gentoo-dev] [PATCH 5/7] waf-utils.eclass: " Ulrich Müller
2022-05-10  5:59 ` [gentoo-dev] [PATCH 6/7] xorg-3.eclass: " Ulrich Müller
2022-05-10  5:59 ` [gentoo-dev] [PATCH 7/7] cmake-utils.eclass: Drop @SEE which is not a documentation keyword Ulrich Müller
2022-05-10 19:20   ` Ulrich Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox