You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
status ASSIGNED severity enhancement in component general for ---
Reported in version unspecified on platform Other
Assigned to: Dimitri van Heesch
On 2011-01-03 20:28:10 +0000, Jaap Goddijn wrote:
Hi,
i would like to request support for the following:
support for C# nullable types in the form of such as "int?". Supporting this
means that the question mark in "int?" goes into the generated
documentation.
At the moment (version 1.7.3), the question mark is not shown in the
generated documentation.
Thanks,
Jaap Goddijn
P.S. follow the link for documentation on nullable types in C#:
http://msdn.microsoft.com/en-us/library/2cf62fcy(v=VS.100).aspx
On 2018-02-01 10:30:13 +0000, cuspymd wrote:
If nullable type is declared in function arguments, it be displayed
correctly. However, it is not displayed otherwise.(version 1.8.13)
On 2018-02-01 12:07:06 +0000, albert wrote:
I found in the link a small example of nullable types:
int? i = 10;
double? d1 = 3.14;
bool? flag = null;
char? letter = 'a';
int?[] arr = new int?[10];
but I didn't, quickly, see an example for functions (even though it works
comment of cuspymd).
Can you please attach a self contained example (source+config file in a tar
or zip) that allows us to reproduce the problem?
On 2018-02-01 13:09:57 +0000, albert wrote:
I've just pushed a proposed patch to github (pull request 645)
An example would still be appreciated (with results / missing information)
On 2018-02-02 01:50:01 +0000, cuspymd wrote:
I said "function arguments". below is an example at version 1.8.13
- The method 'AnimateBackgroundColor' in
(https://github.com/Samsung/TizenFX/blob/master/src/Tizen.NUI/src/public/BaseComponents/View.cs)
===========================================================================
public Animation AnimateBackgroundColor(object destinationValue,
int startTime,
int endTime,
This issue was previously marked 'fixed but not released',
which means it should be fixed in doxygen version 1.8.16.
Please verify if this is indeed the case. Reopen the
issue if you think it is not fixed and please include any additional information
that you think can be relevant (preferably in the form of a self-contained example).
…in constructor results in faulty warning
Problem due to the implementation of "Support for C# nullable types (Origin: bugzilla #638606)" (issue doxygen#4064, pull request doxygen#645). The used condition was a bit to stringent so later on the function was not recognized as constructor.
status ASSIGNED severity enhancement in component general for ---
Reported in version unspecified on platform Other
Assigned to: Dimitri van Heesch
On 2011-01-03 20:28:10 +0000, Jaap Goddijn wrote:
On 2018-02-01 10:30:13 +0000, cuspymd wrote:
On 2018-02-01 12:07:06 +0000, albert wrote:
On 2018-02-01 13:09:57 +0000, albert wrote:
On 2018-02-02 01:50:01 +0000, cuspymd wrote:
AlphaFunction.BuiltinFunctions? alphaFunction = null,
object initialValue = null)
===========================================================================
=============================================================================
On 2018-02-06 09:07:06 +0000, albert wrote:
On 2018-02-10 13:59:05 +0000, albert wrote:
The text was updated successfully, but these errors were encountered: