<feed xmlns='http://www.w3.org/2005/Atom'>
<title>history/scripts/kernel-doc, branch master</title>
<subtitle>Linux kernel history
</subtitle>
<id>https://git.shady.money/history/atom?h=master</id>
<link rel='self' href='https://git.shady.money/history/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/'/>
<updated>2005-03-18T00:01:17Z</updated>
<entry>
<title>[PATCH] docbook: fix escaping of kernel-doc</title>
<updated>2005-03-18T00:01:17Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2005-03-18T00:01:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=227da3edcee43e6b1032f129835cf4a74df9f10a'/>
<id>urn:sha1:227da3edcee43e6b1032f129835cf4a74df9f10a</id>
<content type='text'>
This fixes a bug I introduced with the last patches of the DocBook
generation. 

Signed-off-by: Martin Waitz &lt;tali@admingilde.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] docbook: escape declaration_purpose</title>
<updated>2005-03-12T00:40:32Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2005-03-12T00:40:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=af942602d0cc67254c861ed1c9a4171ccd6e0e32'/>
<id>urn:sha1:af942602d0cc67254c861ed1c9a4171ccd6e0e32</id>
<content type='text'>
Escape declaration_purpose

Signed-off-by: Martin Waitz &lt;tali@admingilde.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] docbook: factor out escaping of XML special characters</title>
<updated>2005-03-12T00:40:16Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2005-03-12T00:40:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=d32e0c137a0a43a4766682b4a1434a47fe87e006'/>
<id>urn:sha1:d32e0c137a0a43a4766682b4a1434a47fe87e006</id>
<content type='text'>
Factor out escaping of XML special characters

Signed-off-by: Martin Waitz &lt;tali@admingilde.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] docbook: s/sgml/xml/ in scripts/kernel-doc</title>
<updated>2005-03-12T00:38:39Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2005-03-12T00:38:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=0de590c4445343f9a02e391b567d0209c45bb1ec'/>
<id>urn:sha1:0de590c4445343f9a02e391b567d0209c45bb1ec</id>
<content type='text'>
s/sgml/xml/ in scripts/kernel-doc

Signed-off-by: Martin Waitz &lt;tali@admingilde.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] docbook: allow preprocessor directives between kernel-doc and function</title>
<updated>2005-03-12T00:36:44Z</updated>
<author>
<name>Martin Waitz</name>
<email>tali@admingilde.org</email>
</author>
<published>2005-03-12T00:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=ae093336be560d4c9259442303ead98662ffcfce'/>
<id>urn:sha1:ae093336be560d4c9259442303ead98662ffcfce</id>
<content type='text'>
Allow preprocessor directives between kernel-doc and function

Signed-off-by: Martin Waitz &lt;tali@admingilde.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>kernel-doc: Print preprocessor directives correctly.</title>
<updated>2004-11-06T01:14:15Z</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@mail.ru</email>
</author>
<published>2004-11-06T01:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=0588ba6c6555164ccd0b3214685b5be4ef7597b9'/>
<id>urn:sha1:0588ba6c6555164ccd0b3214685b5be4ef7597b9</id>
<content type='text'>
Print preprocessor directives (usually "#ifdef CONFIG_SOMETHING" and "#endif")
in structs definitions correctly (-text, -html, sgmldocs, htmldocs, pdfdocs,
mandocs).

Correctly means:
 - on the separate line
 - starting from column 0
 - not glued to the type of the next member
 - not breeding if members are separated by comma
 - not imitating pointers to functions ("#if defined(CONFIG_X)...")
 - not giving bogus warnings because of this imitation

Signed-off-by: Alexey Dobriyan &lt;adobriyan@mail.ru&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kernel-doc: don't print ... twice in variadic functions</title>
<updated>2004-11-03T22:51:06Z</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@mail.ru</email>
</author>
<published>2004-11-03T22:51:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=1f34389ffa572306d3892a4a07eb612ca269afa1'/>
<id>urn:sha1:1f34389ffa572306d3892a4a07eb612ca269afa1</id>
<content type='text'>
Signed-off-by: Alexey Dobriyan &lt;adobriyan@mail.ru&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kernel-doc: print arrays in declarations correctly</title>
<updated>2004-11-03T22:50:05Z</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@mail.ru</email>
</author>
<published>2004-11-03T22:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=525081bc9fb0a185f86f0a1ea352be34677f9f40'/>
<id>urn:sha1:525081bc9fb0a185f86f0a1ea352be34677f9f40</id>
<content type='text'>
Do not convert arrays into pointers while generating documentation for them.

I.e, print

struct sk_buff {
	char cb[40];
};

as "char cb[40]", not "char * cb".

Signed-off-by: Alexey Dobriyan &lt;adobriyan@mail.ru&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kernel-doc: support for comma-separated members in structs and unions</title>
<updated>2004-11-03T22:49:24Z</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@mail.ru</email>
</author>
<published>2004-11-03T22:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=1cd24c95d23e0a57f75b1611ea157cbd5a7f3e28'/>
<id>urn:sha1:1cd24c95d23e0a57f75b1611ea157cbd5a7f3e28</id>
<content type='text'>
Fix the following warnings

$ make sgmldocs
...
Warning(include/linux/skbuff.h:283): No description found for parameter 'len,data_len,mac_len,csum'
Warning(include/linux/skbuff.h:283): No description found for parameter 'local_df,cloned,pkt_type,ip_summed'
Warning(include/linux/skbuff.h:283): No description found for parameter 'protocol,security'
...
Warning(include/linux/skbuff.h:283): No description found for
parameter 'head,*data,*tail,*end'
...

by adding support for comma-separated members in structs and unions.

Signed-off-by: Alexey Dobriyan &lt;adobriyan@mail.ru&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: fix 'htmldocs' and friends with O=</title>
<updated>2004-10-17T01:51:27Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@kernel.crashing.org</email>
</author>
<published>2004-10-17T01:51:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/history/commit/?id=111cf588d3fdb9b9bb596bfd38705ccc690499d7'/>
<id>urn:sha1:111cf588d3fdb9b9bb596bfd38705ccc690499d7</id>
<content type='text'>
The following patch fixes up 'htmldocs' and related to work when
trees are being built with O=.  I fixed it all up by passing the srctree
as an env-var to docproc (and thus what it calls) and then pull that out
when needed.

Signed-off-by: Tom Rini &lt;trini@kernel.crashing.org&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
</feed>
