We are gonna talk about this during the conf call today and see if we can get more specifics.<br>-MC<br><br><div class="gmail_quote">On Fri, Oct 2, 2009 at 2:19 AM, Muhammad Shahzad <span dir="ltr">&lt;<a href="mailto:shaheryarkh@googlemail.com">shaheryarkh@googlemail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Sorry for delayed reply, i was busy with second set of docs for this project. Unfortunately, it still isn&#39;t ready for SVN commit, and need some fixes. Hopefully i will upload them by next Tuesday evening.<br>
<br>Anyways, you are right i couldn&#39;t quite understand what you mean? Perhaps you are referring to list of methods calling a specific method or variable. At this point, i can&#39;t help much, i know currently the docs look somewhat confusing and this is what i am trying to correct by doing proper documentation of FS source code.<br>

<br>As for missing functions in documentation, i can assure you no previous docs were removed, only new files that are documented or needs to be documented are add to the docs tree. It is possible that some files or identifier documentation locations are changed in new documentation tree but it will be there for sure.<br>

<br>If you feel something is relocated to wrong location in docs tree then kindly list them here, so i look at their previous and new position and correct them as necessary.<br><br>Also look at diagrams at the top of each file, they provide very useful visual representation and inheritance details of each file / identifier.<br>

<br>Thank you.<br><br><br><div class="gmail_quote">On Wed, Sep 30, 2009 at 3:25 AM, Yossi Neiman <span dir="ltr">&lt;<a href="mailto:freeswitch@cartissolutions.com" target="_blank">freeswitch@cartissolutions.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Muhammad,<br>
<br>
I don&#39;t think you&#39;re understanding what the issue is that I&#39;m having.<br>
I&#39;m writing code in C right now.  I want to be able to read the docs for<br>
the C api by itself.  I don&#39;t want to have to sift through swig and C++<br>
etc in order to find the appropriate information about the appropriate C<br>
functions that I&#39;m working with.  And this does not address the fact<br>
that several functions that were visible in the documentation a couple<br>
weeks ago are now missing from the docs pages.  Those are missing from<br>
Modules-&gt;Core Library (the examples I gave were from IVR Library and IVR<br>
Menu Library).  These functions are in FSROOT/src.  While they can still<br>
be found by looking directly at the header files under File List, I much<br>
preferred looking up these C functions and data types by Modules-&gt;Core<br>
Library, as it provides a more contextual arrangement to locate the<br>
functions.<br>
<br>
--<br>
<div>Yossi Neiman<br>
Cartis Solutions, Inc.<br>
<a href="http://www.cartissolutions.com" target="_blank">http://www.cartissolutions.com</a><br>
<br>
<br>
<br>
Muhammad Shahzad wrote:<br>
</div><div>&gt; The primary objective of this documentation is to give full view of FS<br>
&gt; and its module regardless of programming language, as at many places<br>
&gt; especially in the language modules, source code files from different<br>
&gt; programming languages fit together with each other like a jigsaw<br>
&gt; puzzle to complete the picture (i.e. module functionality). Breaking<br>
&gt; the directory hierarchy on programming language basis would not give<br>
&gt; the actual composition of module, thus confusing the developers who<br>
&gt; wants to write up new language modules.<br>
&gt;<br>
&gt; We are documenting everything that is inside &lt;FSROOT&gt;/src folder plus<br>
&gt; 4 directories in &lt;FSROOT&gt;/libs folder, which are maintained by FS<br>
&gt; developer community, these are,<br>
&gt;<br>
&gt; libdingaling<br>
&gt; libteletone<br>
&gt; openzap<br>
&gt; esl<br>
&gt;<br>
&gt; So, i think i am covering entire code base. If you think i am missing<br>
&gt; something, kindly send me relative path with respect to FSROOT, for<br>
&gt; example,<br>
&gt;<br>
&gt; &lt;FSROOT&gt;/libs/libdingaling<br>
&gt;<br>
&gt; Thank you.<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Sep 29, 2009 at 11:33 PM, Yossi Neiman<br>
&gt; &lt;<a href="mailto:freeswitch@cartissolutions.com" target="_blank">freeswitch@cartissolutions.com</a><br>
</div><div>&gt; &lt;mailto:<a href="mailto:freeswitch@cartissolutions.com" target="_blank">freeswitch@cartissolutions.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Muhammad,<br>
&gt;<br>
&gt;     I and many others appreciate the work you are doing on the API<br>
&gt;     docs.  I<br>
&gt;     did want to make a request, based upon what I&#39;ve been seeing on the<br>
</div>&gt;     <a href="http://docs.freeswitch.org" target="_blank">docs.freeswitch.org</a> &lt;<a href="http://docs.freeswitch.org" target="_blank">http://docs.freeswitch.org</a>&gt; pages recently.<br>
<div><div></div><div>&gt;      Would it be possible to split out<br>
&gt;     the documentation based upon language involved?  My eyes are getting<br>
&gt;     cluttered with swig and C++ docs mixed in with the C docs, and it&#39;s<br>
&gt;     making it a little difficult for me to find what I am looking for.  I<br>
&gt;     can see this helping other folks as well, since I think that others<br>
&gt;     would also want to see only docs pertaining to the language that they<br>
&gt;     are currently working in.<br>
&gt;<br>
&gt;     I also have the feeling that some/many of the functions that were<br>
&gt;     previously listed under the Modules-&gt;Core Library.  For example, we&#39;re<br>
&gt;     missing a whole bunch of functions that were previously shown<br>
&gt;     under the<br>
&gt;     IVR Library and IVR Menu Library.<br>
&gt;<br>
&gt;     Thanks,<br>
&gt;<br>
&gt;     --<br>
&gt;     Yossi Neiman<br>
&gt;     Cartis Solutions, Inc.<br>
&gt;     <a href="http://www.cartissolutions.com" target="_blank">http://www.cartissolutions.com</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;     Muhammad Shahzad wrote:<br>
&gt;     &gt; Hi,<br>
&gt;     &gt;<br>
&gt;     &gt; Please see attached herewith doxygen configuration file for FS<br>
&gt;     &gt; documentation. this should replace the one found at<br>
&gt;     &gt; &lt;FSROOT&gt;/docs/Doxygen.conf.<br>
&gt;     &gt;<br>
&gt;     &gt; It has following additional features,<br>
&gt;     &gt;<br>
&gt;     &gt; 1. Search Engine support, with which you can search any identifier<br>
&gt;     &gt; within entire documentation tree.<br>
&gt;     &gt; 2. Various graphs and diagrams to illustrate position and importance<br>
&gt;     &gt; of each file and how all files within a library fit together to<br>
&gt;     &gt; provide specific functionality.<br>
&gt;     &gt; 3. Name Space list, along with complete alphabetical index of all<br>
&gt;     &gt; methods in them.<br>
&gt;     &gt; 4. Documentation coverage for all FreeSWITCH modules (previously it<br>
&gt;     &gt; only generates documentation for application modules).<br>
&gt;     &gt; 5. Documentation for all libraries maintained by FS developers (ESL,<br>
&gt;     &gt; Dingaling, Teletone and Openzap).<br>
&gt;     &gt; 6. Todo list.<br>
&gt;     &gt; 7. Links to access fully formated source code of each file with line<br>
&gt;     &gt; numbers and syntax highlighting etc.<br>
&gt;     &gt; 8. Identifier cross reference list, i.e. a list of all methods and<br>
&gt;     &gt; variable who call a given method or variable.<br>
&gt;     &gt; 9. UML style inheritance and collaboration diagrams.<br>
&gt;     &gt; 10. Configuration for LATEX, RTF and Microsoft CHM formats also<br>
&gt;     &gt; available but not enabled. Any developer who wish to have<br>
&gt;     &gt; documentation in any of these format may find and enable one or more<br>
&gt;     &gt; of these formats as per his/her requirements.<br>
&gt;     &gt;<br>
&gt;     &gt; Please review and add it to FS trunk.<br>
&gt;     &gt;<br>
&gt;     &gt; All comments and suggestions are welcome.<br>
&gt;     &gt;<br>
&gt;     &gt; Thank you.<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt; --<br>
&gt;     &gt; Muhammad Shahzad<br>
&gt;     &gt; -----------------------------------<br>
&gt;     &gt; CISCO Rich Media Communication Specialist (CRMCS)<br>
&gt;     &gt; CISCO Certified Network Associate (CCNA)<br>
&gt;     &gt; Cell: +92 334 422 40 88<br>
&gt;     &gt; MSN: <a href="mailto:shari_786pk@hotmail.com" target="_blank">shari_786pk@hotmail.com</a> &lt;mailto:<a href="mailto:shari_786pk@hotmail.com" target="_blank">shari_786pk@hotmail.com</a>&gt;<br>
</div></div>&gt;     &lt;mailto:<a href="mailto:shari_786pk@hotmail.com" target="_blank">shari_786pk@hotmail.com</a> &lt;mailto:<a href="mailto:shari_786pk@hotmail.com" target="_blank">shari_786pk@hotmail.com</a>&gt;&gt;<br>

<div>&gt;     &gt; Email: <a href="mailto:shaheryarkh@googlemail.com" target="_blank">shaheryarkh@googlemail.com</a><br>
&gt;     &lt;mailto:<a href="mailto:shaheryarkh@googlemail.com" target="_blank">shaheryarkh@googlemail.com</a>&gt;<br>
</div>&gt;     &lt;mailto:<a href="mailto:shaheryarkh@googlemail.com" target="_blank">shaheryarkh@googlemail.com</a><br>
<div>&gt;     &lt;mailto:<a href="mailto:shaheryarkh@googlemail.com" target="_blank">shaheryarkh@googlemail.com</a>&gt;&gt;<br>
&gt;     &gt;<br>
&gt;     ------------------------------------------------------------------------<br>
&gt;     &gt;<br>
&gt;     &gt; _______________________________________________<br>
&gt;     &gt; FreeSWITCH-dev mailing list<br>
&gt;     &gt; <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a>&gt;<br>
<div>&gt;     &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt;     &gt;<br>
&gt;     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt;     &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;     --<br>
&gt;     Yossi Neiman<br>
&gt;     President<br>
&gt;     Cartis Solutions, Inc.<br>
&gt;     P) 630-259-8100<br>
&gt;     <a href="http://www.cartissolutions.com" target="_blank">http://www.cartissolutions.com</a><br>
&gt;<br>
&gt;<br>
&gt;     _______________________________________________<br>
&gt;     FreeSWITCH-dev mailing list<br>
&gt;     <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a>&gt;<br>
<div><div></div><div>&gt;     <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt;     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt;     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; ________________________________________________________<br>
&gt; |<br>
&gt;                            |<br>
&gt; | FATAL ERROR<br>
&gt;   --- O X |<br>
&gt; |_______________________________________________________|<br>
&gt; |                        You have moved the mouse.<br>
&gt;        |<br>
&gt; | Windows must be restarted for the changes to take effect.   |<br>
&gt; |                                        &lt;OK&gt;<br>
&gt;                      |<br>
&gt; ####################################/<br>
&gt;<br>
&gt;<br>
&gt; Muhammad Shahzad<br>
&gt; -----------------------------------<br>
&gt; CISCO Rich Media Communication Specialist (CRMCS)<br>
&gt; CISCO Certified Network Associate (CCNA)<br>
&gt; Cell: +92 334 422 40 88<br>
&gt; MSN: <a href="mailto:shari_786pk@hotmail.com" target="_blank">shari_786pk@hotmail.com</a> &lt;mailto:<a href="mailto:shari_786pk@hotmail.com" target="_blank">shari_786pk@hotmail.com</a>&gt;<br>
&gt; Email: <a href="mailto:shaheryarkh@googlemail.com" target="_blank">shaheryarkh@googlemail.com</a> &lt;mailto:<a href="mailto:shaheryarkh@googlemail.com" target="_blank">shaheryarkh@googlemail.com</a>&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-dev mailing list<br>
&gt; <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
--<br>
Yossi Neiman<br>
President<br>
Cartis Solutions, Inc.<br>
P) 630-259-8100<br>
<a href="http://www.cartissolutions.com" target="_blank">http://www.cartissolutions.com</a><br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>________________________________________________________<br>|                                                                                                |<br>

| FATAL ERROR                                                           --- O X |<br>|_______________________________________________________|<br>|                        You have moved the mouse.                            |<br>

| Windows must be restarted for the changes to take effect.   |<br>|                                        &lt;OK&gt;                                              |<br>####################################/<br><font color="#888888"><br>
<br>Muhammad Shahzad<br>
-----------------------------------<br>CISCO Rich Media Communication Specialist (CRMCS)<br>CISCO Certified Network Associate (CCNA)<br>Cell: +92 334 422 40 88<br>MSN: <a href="mailto:shari_786pk@hotmail.com" target="_blank">shari_786pk@hotmail.com</a><br>

Email: <a href="mailto:shaheryarkh@googlemail.com" target="_blank">shaheryarkh@googlemail.com</a><br>
</font><br>_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>