Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unreal-doc does not support inline functions #8

Open
Packetdancer opened this issue Apr 8, 2024 · 3 comments
Open

unreal-doc does not support inline functions #8

Packetdancer opened this issue Apr 8, 2024 · 3 comments

Comments

@Packetdancer
Copy link

Attempting to generate documentation for a plugin which contains single-line inline functions in a header file will error out:

Error:
  --> 33:26
   |
33 |    FName GetName() const { return VariableName; }
   |                            ^---
   |
   = expected snippet
@NuLL3rr0r
Copy link

True, this is an issue when we try unreal-doc on our plugin's source code. We also have a lot of inline methods.

@davidchagalidze
Copy link

davidchagalidze commented Aug 19, 2024

True, this is an issue when we try unreal-doc on our plugin's source code. We also have a lot of inline methods.

@NuLL3rr0r , I noticed you mentioned that using unreal-doc on your plugin’s source code, especially with the inline methods, was an issue. Were you able to find a fix for that?

@NuLL3rr0r
Copy link

Nope, we decided to document everything manually. But, we might fork the tool for future use as we have lots of API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants