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

Warning about incorrect class name #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

albert-github
Copy link
Collaborator

@albert-github albert-github commented May 17, 2020

In pull request #25 problem of 'All "main" files are squashed into one class' was solved though when a filename has multiple dots like in convert0.6.pl we get:

warning: the name '6' supplied as the argument of the \class, \struct, \union, or \include command is not an input file

we have to escape the dot as well like already done for the minus sign.

In pull request jordan2175#25  problem of  'All "main" files are squashed into one class' was solved though wen a filename has multiple dots like in `convert0.6.pl` we get:
```
warning: the name '6' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
```
we have to escape the dot as well like already done for the minus sign.
Same problem but now for filename `copyright++.pl`
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

Successfully merging this pull request may close these issues.

1 participant