Feature #2093
Remove mark-start:: and mark-end:: in compressed solutions
Status: | Feedback | Start date: | 11/18/2014 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
It is a nice approach to use mark-start::
and mark-end::
, however I think they will confuse a naive user when they download a .tar.gz with these annotations.
When building the tutorial, we could remove all annotations in the archives?
History
#1 Updated by J. Moringen over 8 years ago
I think this can be done in the CMake rules that build the project archives.
One thing to watch out for may be changes in line numbers between the tutorial text and the project archives caused by removing some lines from source files in the project archives. I'm not sure whether/how this will be a problem, but we should probably do an experiment before committing to this approach.