On 02/01/2014, at 1:24 PM, srean wrote:

> Is it possible to have fdoc addressable comments in Felix source code ?

In theory something like that, but I don't think it works well.

If you look at the function

        felix_file

then roughly 

@felix filename first last

is allowed, where first and last are arbitrary bits of text, so you can weave in
PART of a felix file into a document (instead of just the whole thing).
That covers your "comment" tags and more (you can search for
"fun fred" for example to document "after the fact" without changing
the code).

I can't recommend that idea though. Be happy to think about any better
suggestions for "documenting a program" without the documentation
cluttering the code, but which still allows displaying the code inside
the documentation .. other than physically cutting and pasting.


--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to