#244: Make use of \snippet command with doxygen -------------------------+-------------------------------------------------- Reporter: lazzara | Owner: Olena Team Type: enhancement | Status: new Priority: major | Milestone: Olena 1.2 Component: Milena | Version: 1.0 Keywords: | -------------------------+-------------------------------------------------- Sample codes inserted in the Doxygen documentation are currently extracted from full source codes using a shell script. It enables the possibility to check code compilation and give full working code to the users.
Since version 1.7.5, Doxygen added a new command, \snippet, which has this functionality of splitting full code examples easily.
We should use it and remove all the current scripts.