Ticket #25 (closed enhancement: fixed)
@inherits compatibility issue - fix?
| Reported by: | jhood | Owned by: | mgalloy |
|---|---|---|---|
| Priority: | minor | Milestone: | IDLdoc 3.0 |
| Component: | parsing | Version: | 3.0 |
| Keywords: | Cc: |
Description
I used the following to find and remove all lines with @inherits in them. This appears to be a safe option to deal with the resultant warnings. My understanding is that inheritance is automatically found from the IDL code now.
# in every *.pro file find lines with @inherits and delete them
find . -type f -name '*.pro' -exec sed -i '/@inherits/ D' {} \;
Change History
Note: See
TracTickets for help on using
tickets.
