Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: eclass-writing/
Date: Tue, 30 Mar 2021 06:55:54
Message-Id: 1617087329.dbade96ef1200896733d0ec6842f7d82b0f645b3.ulm@gentoo
1 commit: dbade96ef1200896733d0ec6842f7d82b0f645b3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 06:55:29 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 06:55:29 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=dbade96e
7
8 eclass-writing: Remove full stop from table entries
9
10 ::appendices/devbook-guide/#External Coding Style
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 eclass-writing/text.xml | 86 ++++++++++++++++++++++++-------------------------
15 1 file changed, 43 insertions(+), 43 deletions(-)
16
17 diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
18 index 094f939..cc703cc 100644
19 --- a/eclass-writing/text.xml
20 +++ b/eclass-writing/text.xml
21 @@ -201,7 +201,7 @@ summarizes the available documentation tags:
22 NO
23 </ti>
24 <ti>
25 - Name of the eclass being documented.
26 + Name of the eclass being documented
27 </ti>
28 <ti>
29 Documents various information about the eclass. Must appear as the
30 @@ -216,7 +216,7 @@ summarizes the available documentation tags:
31 NO
32 </ti>
33 <ti>
34 - One or more name and email pairs.
35 + One or more name and email pairs
36 </ti>
37 <ti>
38 List of maintainers for the eclass to be contacted. One line per
39 @@ -231,7 +231,7 @@ summarizes the available documentation tags:
40 YES
41 </ti>
42 <ti>
43 - One or more name and email pairs.
44 + One or more name and email pairs
45 </ti>
46 <ti>
47 List of authors for the eclass. One line per author. Must start on
48 @@ -246,10 +246,10 @@ summarizes the available documentation tags:
49 YES
50 </ti>
51 <ti>
52 - Multiline freetext.
53 + Multiline freetext
54 </ti>
55 <ti>
56 - Describes how bugs related to this eclass should be reported.
57 + Describes how bugs related to this eclass should be reported
58 </ti>
59 </tr>
60 <tr>
61 @@ -260,10 +260,10 @@ summarizes the available documentation tags:
62 YES
63 </ti>
64 <ti>
65 - A URI string.
66 + A URI string
67 </ti>
68 <ti>
69 - Points to the URL of the VCS that contains the eclass source.
70 + Points to the URL of the VCS that contains the eclass source
71 </ti>
72 </tr>
73 <tr>
74 @@ -274,7 +274,7 @@ summarizes the available documentation tags:
75 NO
76 </ti>
77 <ti>
78 - Single line freetext.
79 + Single line freetext
80 </ti>
81 <ti>
82 Contains a short description for the eclass. Must be on the same
83 @@ -289,10 +289,10 @@ summarizes the available documentation tags:
84 YES
85 </ti>
86 <ti>
87 - Multiline freetext.
88 + Multiline freetext
89 </ti>
90 <ti>
91 - Long description for the eclass.
92 + Long description for the eclass
93 </ti>
94 </tr>
95 <tr>
96 @@ -303,10 +303,10 @@ summarizes the available documentation tags:
97 YES
98 </ti>
99 <ti>
100 - Multiline freetext.
101 + Multiline freetext
102 </ti>
103 <ti>
104 - Examples that illustrate various uses of this eclass.
105 + Examples that illustrate various uses of this eclass
106 </ti>
107 </tr>
108 </table>
109 @@ -345,7 +345,7 @@ variables are as follows:
110 NO
111 </ti>
112 <ti>
113 - Name of the eclass variable to which the documentation applies.
114 + Name of the eclass variable to which the documentation applies
115 </ti>
116 <ti>
117 This tag applies to eclass specific variables that affect the
118 @@ -371,7 +371,7 @@ variables are as follows:
119 <ti>
120 This tag describes whether the variable is unsuitable for use in ebuilds,
121 i.e. if it is solely for user consumption via e.g. make.conf or a similar
122 - mechanism.
123 + mechanism
124 </ti>
125 </tr>
126 <tr>
127 @@ -380,7 +380,7 @@ variables are as follows:
128 <ti><d/></ti>
129 <ti>
130 This tag indicates that the variable's value (which will be set by the
131 - eclass) should be read within an ebuild.
132 + eclass) should be read within an ebuild
133 </ti>
134 </tr>
135 <tr>
136 @@ -389,7 +389,7 @@ variables are as follows:
137 <ti><d/></ti>
138 <ti>
139 Indicates that this variable is unset by default if not set by the
140 - developer.
141 + developer
142 </ti>
143 </tr>
144 <tr>
145 @@ -397,32 +397,32 @@ variables are as follows:
146 <ti>YES</ti>
147 <ti><d/></ti>
148 <ti>
149 - Indicates that the variable is a path which has ${EPREFIX} prepended to it.
150 + Indicates that the variable is a path which has ${EPREFIX} prepended to it
151 </ti>
152 </tr>
153 <tr>
154 <ti><c>@INTERNAL</c></ti>
155 <ti>YES</ti>
156 <ti><d/></ti>
157 - <ti>Indicates that the variable is internal to the eclass.</ti>
158 + <ti>Indicates that the variable is internal to the eclass</ti>
159 </tr>
160 <tr>
161 <ti><c>@REQUIRED</c></ti>
162 <ti>YES</ti>
163 <ti><d/></ti>
164 - <ti>Indicates that this variable must be set by the developer.</ti>
165 + <ti>Indicates that this variable must be set by the developer</ti>
166 </tr>
167 <tr>
168 <ti><c>@DEPRECATED</c></ti>
169 <ti>YES</ti>
170 - <ti>Optionally, the name of any replacement variable.</ti>
171 - <ti>Declares that this variable should no longer be used in ebuilds.</ti>
172 + <ti>Optionally, the name of any replacement variable</ti>
173 + <ti>Declares that this variable should no longer be used in ebuilds</ti>
174 </tr>
175 <tr>
176 <ti><c>@DESCRIPTION:</c></ti>
177 <ti>NO</ti>
178 - <ti>Multiline freetext.</ti>
179 - <ti>Long description for the eclass variable.</ti>
180 + <ti>Multiline freetext</ti>
181 + <ti>Long description for the eclass variable</ti>
182 </tr>
183 </table>
184
185 @@ -459,11 +459,11 @@ documentation are:
186 NO
187 </ti>
188 <ti>
189 - Name of the function to which the documentation block applies.
190 + Name of the function to which the documentation block applies
191 </ti>
192 <ti>
193 Documents information about an eclass function such as its calling
194 - convention etc. Must appear as the first tag in the comment block.
195 + convention etc. Must appear as the first tag in the comment block
196 </ti>
197 </tr>
198 <tr>
199 @@ -474,7 +474,7 @@ documentation are:
200 NO
201 </ti>
202 <ti>
203 - List of required and optional arguments to the function.
204 + List of required and optional arguments to the function
205 </ti>
206 <ti>
207 List of arguments that the eclass function accepts, specified in
208 @@ -490,7 +490,7 @@ documentation are:
209 <b>*</b>
210 </ti>
211 <ti>
212 - Return value of the function.
213 + Return value of the function
214 </ti>
215 <ti>
216 <p>Description for the value returned by the function.</p>
217 @@ -505,7 +505,7 @@ documentation are:
218 YES
219 </ti>
220 <ti>
221 - Multiline freetext.
222 + Multiline freetext
223 </ti>
224 <ti>
225 List of contacts for the eclass function. One line per
226 @@ -518,7 +518,7 @@ documentation are:
227 <ti><d/></ti>
228 <ti>
229 Indicates whether the function returns a path with ${EPREFIX} prepended
230 - to it.
231 + to it
232 </ti>
233 </tr>
234 <tr>
235 @@ -527,14 +527,14 @@ documentation are:
236 <ti><d/></ti>
237 <ti>
238 Indicates that the function is internal to the eclass and should
239 - not be called from outside.
240 + not be called from outside
241 </ti>
242 </tr>
243 <tr>
244 <ti><c>@DEPRECATED</c></ti>
245 <ti>YES</ti>
246 - <ti>Optionally, the name of a replacement function.</ti>
247 - <ti>Declares that this function should no longer be used in ebuilds.</ti>
248 + <ti>Optionally, the name of a replacement function</ti>
249 + <ti>Declares that this function should no longer be used in ebuilds</ti>
250 </tr>
251 <tr>
252 <ti>
253 @@ -544,7 +544,7 @@ documentation are:
254 <b>*</b>
255 </ti>
256 <ti>
257 - Multiline freetext.
258 + Multiline freetext
259 </ti>
260 <ti>
261 <p>Long description for the eclass function.</p>
262 @@ -576,7 +576,7 @@ using the following tags:
263 <ti><c>@VARIABLE:</c></ti>
264 <ti>NO</ti>
265 <ti>
266 - Name of the function-specific variable to which the documentation applies.
267 + Name of the function-specific variable to which the documentation applies
268 </ti>
269 <ti>
270 This tag applies to variables consumed by specific functions of
271 @@ -591,7 +591,7 @@ using the following tags:
272 <ti>
273 This tag describes whether the variable is unsuitable for use in ebuilds,
274 i.e. if it is solely for user consumption via e.g. make.conf or a similar
275 - mechanism.
276 + mechanism
277 </ti>
278 </tr>
279 <tr>
280 @@ -600,38 +600,38 @@ using the following tags:
281 <ti><d/></ti>
282 <ti>
283 Indicates that this variable is unset by default if not set by the
284 - developer.
285 + developer
286 </ti>
287 </tr>
288 <tr>
289 <ti><c>@INCLUDES_EPREFIX</c></ti>
290 <ti>YES</ti>
291 <ti><d/></ti>
292 - <ti>Indicates that the variable is a path which has ${EPREFIX} prepended.</ti>
293 + <ti>Indicates that the variable is a path which has ${EPREFIX} prepended</ti>
294 </tr>
295 <tr>
296 <ti><c>@INTERNAL</c></ti>
297 <ti>YES</ti>
298 <ti><d/></ti>
299 - <ti>Indicates that the variable is internal to the eclass function.</ti>
300 + <ti>Indicates that the variable is internal to the eclass function</ti>
301 </tr>
302 <tr>
303 <ti><c>@REQUIRED</c></ti>
304 <ti>YES</ti>
305 <ti><d/></ti>
306 - <ti>Indicates that this variable must be set by the developer.</ti>
307 + <ti>Indicates that this variable must be set by the developer</ti>
308 </tr>
309 <tr>
310 <ti><c>@DEPRECATED</c></ti>
311 <ti>YES</ti>
312 - <ti>Optionally, the name of any replacement variable.</ti>
313 - <ti>Declares that this variable should no longer be used in ebuilds.</ti>
314 + <ti>Optionally, the name of any replacement variable</ti>
315 + <ti>Declares that this variable should no longer be used in ebuilds</ti>
316 </tr>
317 <tr>
318 <ti><c>@DESCRIPTION:</c></ti>
319 <ti>NO</ti>
320 - <ti>Multiline freetext.</ti>
321 - <ti>Long description for the function variable.</ti>
322 + <ti>Multiline freetext</ti>
323 + <ti>Long description for the function variable</ti>
324 </tr>
325 </table>