From: silvioprog <sil...@gm...> - 2016-09-15 19:15:15
|
On Thu, Sep 15, 2016 at 1:09 AM, Michalis Kamburelis < mic...@gm...> wrote: > > The hr sounds good, I'm going to do it ASAP. :-) > > Cool:) > > You're welcome to update the documentation yourself then, too -- you > can register on the wiki http://pasdoc.sipsolutions.net/ and I can add > you to "trusted contributos" (so that you will not be asked for > captcha at each edit). I've tried to create my account there, but got "500 - Internal Server Error". :-( So, after looking some new generated docs using @includeCode, it seems the best way is keep it as is, however, I can implement a small change to recognize something like this: @includeCode( demo1.dpr -- demo2.dpr ) the "--" is replaced by hr (*). More examples: @includeCode( smallsample1.dpr smallsample2.dpr -- longsample1.dpr -- smallsample3.dpr smallsample4.dpr ) (*) if it was implemented, we need to add a command-line parameter like "--include-code-separator", so the user chose his own separator. -- Silvio Clécio |