-
Notifications
You must be signed in to change notification settings - Fork 49
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
Prevent multiple project specification #148
Conversation
This was successful for me as far as I can tell, at least the plethora of warnings described in #146 are gone. Their flight got cancelled due to snow/ice so we went and played in the snow this weekend, sorry for the delay 🙃 Dropping how I was testing here since ros is kind of a complicated beast on fedora that I don't want to deal with
Could one of @hidmic @clalancette or @2bndy5 confirm this fixes current breakages as far as actual html output is concerned? I'm closing #146. Only warning was
which i'm looking into next / is unrelated to this. |
I'm not part of the ROS team (despite how often I'm tapped for consulting on robotics projects). Also, I haven't been tracking the changes to this lib, so I'm embarrassingly unprepared to help here. Sorry. |
Oh I'm so sorry! No worries at all, thanks for the response 🙂 I'm prepping up the next release but recent changes broke them so want to unbreak. |
Prevents multiple `:project:` tags from being added to a breathe directive. Fixes the issue that PR svenevs#146 tries to prevent.
I am merging this, I posted additional information for Exhale is full of band-aids at this point, and I have a love-hate relationship with this project. This is as good as multiproject support is going to get for now since undoing |
Prevents multiple
:project:
tags from being added to a breathe directive.Fixes the issue that PR #146 tries to prevent.