-
Notifications
You must be signed in to change notification settings - Fork 51
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
Verbose output: KeyError (interface needs to be added) #39
Comments
Ahhhh yes Adding support for I know zero PHP, do you have some brief sample code that demonstrates an |
This is an example of an interface class in PHP:
|
Hey @glamic-ep sorry for forgetting about this. Thank you for the example PHP snippet! If I recall correctly, you are no longer planning on using Exhale, you intend to customize the Doxygen HTML? I was able to get some minimal Fortran support, but for PHP I'd need to actually be a lot more careful about certain things after looking more closely at the language. If you aren't planning on using Exhale, I will solve this at a much later date. If you are, then I can add some temporary hacks in just to make it work. |
Yes, correct, I have now gone down the Doxygen route. That means there is no immediate need for me to have customized/updated anything. Thanks for your help. |
I fall into the same bug and created MR #84 |
Results into
Not 100% sure if thats the same issue. |
When having the verbose output enabled I ran into an issue in https://github.com/svenevs/exhale/blob/master/exhale/graph.py#L458.
self.kind
wasinterface
but this wasn't present infmt_spec
sofmt_spec[self.kind]
was giving aKeyError
. Better check for that since it's "only" a debug message.The text was updated successfully, but these errors were encountered: