Re: [SR-Users] Kamailio script config - Generate Documentation

2016-10-20 Thread Daniel-Constantin Mierla
Hello, curious to see if it works with comments starting with #, because it's the common across kamailio configs or it needs to convert them to c-style alternatives ... Cheers, Daniel On 20/10/16 11:49, José Seabra wrote: > Hi, Olle, > Thank you for your reply. > I will take your advice and try

Re: [SR-Users] Kamailio script config - Generate Documentation

2016-10-20 Thread José Seabra
Hi, Olle, Thank you for your reply. I will take your advice and try Doxygen :) Thank you all. BR José Seabra 2016-10-20 10:36 GMT+01:00 Olle E. Johansson : > I imagine that you could use tools like Doxygen for this. Doxygen is > something we use in > Kamailio to create developer docs - web pages

Re: [SR-Users] Kamailio script config - Generate Documentation

2016-10-20 Thread Olle E. Johansson
I imagine that you could use tools like Doxygen for this. Doxygen is something we use in Kamailio to create developer docs - web pages that explains variables, functions and takes data from comments with a special syntax. Here’s one example: http://rpm.kamailio.org/doxygen/sip-router/branch/mast

Re: [SR-Users] Kamailio script config - Generate Documentation

2016-10-20 Thread José Seabra
Hello Daniel, Thank you for your reply, Can you advice one of these tools please? i will try it :) BR José Seabra 2016-10-20 10:18 GMT+01:00 Daniel-Constantin Mierla : > Hello, > > not aware of any such effort, but maybe tools that can be used to extract > the documentation from a c code can be

Re: [SR-Users] Kamailio script config - Generate Documentation

2016-10-20 Thread Daniel-Constantin Mierla
Hello, not aware of any such effort, but maybe tools that can be used to extract the documentation from a c code can be reused to some extent -- inside kamailio.cfg we support the c-style comments, both: // and /* */ If anyone tries, would be great to know the results. Cheers, Daniel On 18

[SR-Users] Kamailio script config - Generate Documentation

2016-10-18 Thread José Seabra
Hello there, I'm sending this email in order to know if anyone had work or has any idea how we can generate Documentation from kamailio script using Comments? This would be great because we could write comments explaining the Route method during script development and use it to generate document