-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
status VERIFIED severity normal in component general for ---
Reported in version 1.8.3.1-SVN on platform Other
Assigned to: Dimitri van Heesch
Original attachment names and IDs:
- patch_694027.res (ID 236451)
On 2013-02-17 14:38:22 +0000, albert wrote:
In case the documentation of an argument directly in front or after it and the user has not specified the intent attribute but placed the [i], [out] or [in,out] at the begin of the documentation this is not seen as intent description.
Example:
subroutine a(x)
integer :: x !< [in] description of x
end subroutine
On 2013-02-17 14:42:33 +0000, albert wrote:
Created attachment 236451
PATCH get intent from documentationCheck whether or not the intent value is given at the begin of the documentation. When this is the case compare this intent with the specified intent.
In case no intent is given use the intent from the documentation.
In case of a discrepancy between the documentation and the documentation issue a warning.
On 2013-03-31 12:44:26 +0000, Dimitri van Heesch wrote:
Thanks, I'll include the patch in the next subversion update.
On 2013-05-19 12:35:51 +0000, Dimitri van Heesch wrote:
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.4. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.
On 2013-05-21 15:50:13 +0000, albert wrote:
Works as expected