albert-github
albert-github
@doxygen This problem looks like to be solved thoug I added a small reference page: ``` /** \page pg1 reference page Reference to `GraphicsWindow::initDrag`: - \ref GraphicsWindow::initDrag Reference to `GraphicsWindow(Drag)::initDrag`:...
Probably something with the references for Objective-C doesn't work properly as also an example like: ``` @interface GraphicsWindow : NSWindow @end @interface GraphicsWindow (Drag) - (void)initDrag; @end @implementation GraphicsWindow (Drag)...
Still I don't get it (probably my lack of knowledge though). It is strange to me that the part: ``` Reference to `GraphicsWindow(Drag)::initDrag`: - \ref GraphicsWindow(Drag)::initDrag ``` gives 2 different...
@Daddldiddl Which version of doxygen did you use?
I had some problems unzipping the zip file attached, but with 7-zip I succeeded. Look like the lines: ``` 114 return 115 $"{new string('(', openers)}{LQuote}{name.Replace(".", $"{RQuote}.{LQuote}")}{RQuote}{new string(')', closers)}"; ``` are...
- I must have missed the other long interpolated string or they don't give problems (they are at lines 34, 165 and 195 of the same file). The one in...
The problem in the current issue is the fact that there are nested curly brackets (`{...}`) pairs and that the closing bracket is seen as closing the initial closing bracket,...
- Can you please attach a, small, self contained example (source+configuration file in a tar or zip) that allows us to reproduce the problem? Please don't add external links as...
@jpboivin Unfortunately no response, so not sure which version has been used and which settings are used. With doxygen version 1.8.17 and a Doxyfile with the setting: ``` WARN_NO_PARAMDOC =...
Interesting idea. I would even go a step further, provided a suitable conversion library can be found. When a library can be found that besides the conversion from LaTeX to...