1. 28 6月, 2011 5 次提交
  2. 27 6月, 2011 5 次提交
  3. 26 6月, 2011 1 次提交
  4. 24 6月, 2011 3 次提交
  5. 23 6月, 2011 6 次提交
  6. 22 6月, 2011 5 次提交
  7. 21 6月, 2011 2 次提交
  8. 20 6月, 2011 8 次提交
  9. 18 6月, 2011 2 次提交
  10. 17 6月, 2011 3 次提交
    • Stefan Knoblich's avatar
      docs: Add libteletone back to core API documentation · c35c138d
      Stefan Knoblich 提交于
      Right... this one is actually part of the core
      (.o files included in libfreeswitch).
      
      There are a few more libs included like this, but none
      of them should be for external use.
      Signed-off-by: 's avatarStefan Knoblich <s.knoblich@axsentis.de>
      c35c138d
    • Stefan Knoblich's avatar
      docs: Major clean up of doxygen generated core API documentation · 794246e1
      Stefan Knoblich 提交于
      To make the API documentation usable (again):
      
        - Rename to "FreeSWITCH API Documentation"
      
        - Remove all external INPUT paths, only scan FreeSWITCH core sources
      
        - Only parse a sane subset of files: *.c *.cc *.cpp *.h *.hh *.hxx
          (don't care about any python / whatever files for now)
      
        - Exclude modules (seriously, all the mod_java / mod_managed stuff
          turned it into an unusable mess. You need API docs of modules? Add separate doxygen
          configurations for them (or specific ones))
      
        - Include src/mod in example search path (for @include etc.), add C/C++
          patterns.
      
        - Set up PREDEFINED to fix the massive clusterf*ck that was caused by
          SWITCH_DECLARE() and friends.
      
      <End Of Rant>
      Signed-off-by: 's avatarStefan Knoblich <s.knoblich@axsentis.de>
      794246e1
    • Anthony Minessale's avatar
      missed an = · 0128bce4
      Anthony Minessale 提交于
      0128bce4