question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot see params & return value, for global functions, with 0.5.1 I had to use 0.5.0.

See original GitHub issue

Description

Cannot see params & return value, for global functions

Code example

// Put your code here
static void ResetActionState( BOOL sendNAK )
{
...
}

### Expected result

```Cpp
/**
 * @brief 
 * 
 * @param sendNAK 
 */

### Actual result

```Cpp
/**
 * @brief 
 * 
 */

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cschlossercommented, Oct 8, 2019

@corero2 yes I came to the same conclusion and this is fixed in #137 .

Once the PR is merged I will immediately schedule a new release and publish it.

Thanks for all of your feedback @corero2 @blueskyZz @Mirkbot @smfelsher you guys helped a lot in making this a great bug fixing experience!

0reactions
corero2commented, Oct 8, 2019

Hello,

I think I found a problem in the changes that happen to 0.5.1. On file cschlosser.doxdocgen-0.5.1\out\Lang\Cpp\CppParser.js, function getLogicalLine, finalSlice should be initialized to -1 since 0 is valid position in the line checked, and further on, all the checks for finalSlice against zero, should exclude zero, as value.

Sincerely, Ovidiu A. On Tuesday, October 8, 2019, 7:59:20 PM GMT+3, Christoph Schlosser notifications@github.com wrote:

@smfelsher thanks for the feedback!

Will later issue a quick update with a hint to do the rollback if problems arise.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Machine Learning Week 1 Quiz 2 (Linear Regression ... - GitHub
Gradient descent is likely to get stuck at a local minimum and fail to find the global minimum. none. False, For this to...
Read more >
Programming FAQ — Python 3.11.1 documentation
In Python, variables that are only referenced inside a function are implicitly global. If a variable is assigned a value anywhere within the...
Read more >
Logistic Regression - CMU Statistics
To sum up: we have a binary output variable Y, and we want to model the condi- tional probability Pr(Y = 1|X =...
Read more >
MATLAB fmincon - Nonlinear Optimization - MathWorks
Find the minimum value starting from the point [0.5,0] , constrained to have x ( 1 ) + 2 x ( 2 )...
Read more >
Blazor: .NET in the Browser - Strumenta - Federico Tomassetti
The generic parameter type is the return type of the function. You cannot use void or not return anything. However, there is a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found