-
Notifications
You must be signed in to change notification settings - Fork 5
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
New @commands #7
Comments
Unable to use Doxide in a large existing project because even if I find-replace all these missing commands I still get stuck on this head-scratcher... an @ sign followed by a newline? Ultimately I can't make all these changes to my codebase, I need Doxide to be more forgiving about unknown commands.
I also get thousands of warnings like this, which make me think that even if I got Doxide to build the result would be garbled:
New
|
Thanks for the report @zyphlar, this is helpful. To go through your issues:
|
It might be worth adding a custom command section to the YML, I kept trying to do defines:
date: "Date: "
version: "Version: " to get things working, and that could be a stopgap to having to implement every single command. As for groups, I don't think we'll be able to redo all our docs to specify groups in YML and |
Consider this issue a place for new
@command
requests. Please reply with suggested new commands or requests for existing Doxygen commands that would help with migration of an existing codebase (e.g.@copydoc
).The text was updated successfully, but these errors were encountered: