[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] [scdoc] documenting platform-specific methods
- To: "sc-dev@xxxxxxxxxxxxxxxx" <sc-dev@xxxxxxxxxxxxxxxx>
- Subject: Re: [sc-dev] [scdoc] documenting platform-specific methods
- From: Jonatan Liljedahl <lijon@xxxxxxxxxxxx>
- Date: Mon, 7 Jan 2013 12:15:17 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Knh6LwyCRPIlray016sMul8BjiRowUAEIXTdxKqB2rY=; b=l4g43VflI/YaXNFS82qD2A9X2JPjFuAAMYWUSWKVSUnE/R0wCYYdb9g7Z5ZBPYuivW AkUYGZtgxUN03ciMXWbIBqjErb8vA+EuEhYk9oz159kMxfJRFR1/V9H+jPBivjCLYpH4 afn4AG/Cfrmquv2mNd3zXT6804SMcmPQnGnRnl69CxeXgqpuEcrsBzGDX2ogoRHNmseM cP7VpGxtXDwbhqfheS0pG/LyyD6jaifZx770vCZTPiPmZTZkJ5P8PP16eLQLrbUp7GAb hJy/c4zcut7hB3n8hfOPw13E2S9QIUWLBA/unoYKhZaUOZFOJCzymNkE+gbOvEThMc5O rIBA==
- In-reply-to: <201301071007.58371.nescivi@gmail.com>
- List-id: SuperCollider developers mailing list <sc-devel.create.ucsb.edu>
- References: <50E80E7C.4090508@klingt.org> <CALfiFhBQ0XvadDoK7+dt4fGFU5MmJh0J=douMu5vRLbL-pWJ_g@mail.gmail.com> <201301071007.58371.nescivi@gmail.com>
- Reply-to: sc-dev@xxxxxxxxxxxxxxxx
- Sender: owner-sc-dev@xxxxxxxxxxxxxxxx
Having such subfolders looked up runtime wouldn't work well with the
scdoc document folders (Classes,Reference,etc), but doing it at
build-time should work fine. So when building scapp, let the build
system install additional helpfiles from scapp/HelpSource, etc. Then
nothing needs to change in the help system.
On Mon, Jan 7, 2013 at 10:07 AM, nescivi <nescivi@xxxxxxxxx> wrote:
> Hiho,
>
> why not use the same scheme we use generally for frontend and/or platform
> specific stuff?
> i.e. subfolder filtering based on
>
> linux
> osx
> iphone
> windows
>
> and
>
> scide_scel
> scide_scapp
> ... etc.
>
> sincerely,
> Marije
>
> On Saturday 05 January 2013 16:49:58 Jonatan Liljedahl wrote:
>> I guess the best thing would be if scapp has its own doc additions
>> (SomeClass.ext.schelp) that is only included in the installed
>> HelpSource of scapp. CMake could copy them there.
>>
>> On Sat, Jan 5, 2013 at 12:29 PM, Tim Blechmann <tim@xxxxxxxxxx> wrote:
>> > jonatan, i wonder what is the best way to document platform-specific
>> > methods? there are a few scapp-only methods which are reported as `not
>> > found' ...
>> >
>> > thnx, tim
>> >
>> > _______________________________________________
>> > sc-dev mailing list
>> >
>> > info (subscription, etc.):
>> > http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml archive:
>> > https://listarc.bham.ac.uk/marchives/sc-dev/
>> > search: https://listarc.bham.ac.uk/lists/sc-dev/search/
>
>
> _______________________________________________
> sc-dev mailing list
>
> info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
> archive: https://listarc.bham.ac.uk/marchives/sc-dev/
> search: https://listarc.bham.ac.uk/lists/sc-dev/search/
--
/Jonatan
http://kymatica.com
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/