[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Function attributes for make-docfile
From: |
Dmitry Antipov |
Subject: |
Function attributes for make-docfile |
Date: |
Mon, 12 Jan 2015 07:09:12 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
The following patch helps make-docfile to generate _Noreturn and ATTRIBUTE_CONST
by looking at special comments found immediately after DEFUN declaration. This
code works only for regular-form docstrings (doc: /* xxx */), so Flookup_image
is also fixed (the latter should be done anyway, IMO). Any thoughts?
Dmitry
function_attributes.patch
Description: Text Data
- Function attributes for make-docfile,
Dmitry Antipov <=
- Re: Function attributes for make-docfile, Stefan Monnier, 2015/01/12
- Re: Function attributes for make-docfile, Paul Eggert, 2015/01/12
- #2 [Was: Re: Function attributes for make-docfile], Dmitry Antipov, 2015/01/12
- Re: #2 [Was: Re: Function attributes for make-docfile], Stefan Monnier, 2015/01/13
- Re: #2 [Was: Re: Function attributes for make-docfile], Paul Eggert, 2015/01/13
- Re: #2 [Was: Re: Function attributes for make-docfile], Stefan Monnier, 2015/01/14
- Re: #2 [Was: Re: Function attributes for make-docfile], Paul Eggert, 2015/01/14