Skip to content
Snippets Groups Projects
  1. Jul 11, 2012
  2. Jun 01, 2012
  3. May 31, 2012
  4. May 30, 2012
  5. May 20, 2012
  6. May 16, 2012
  7. Apr 24, 2012
  8. Apr 20, 2012
  9. Mar 06, 2012
    • Ralph Giles's avatar
      Fix documenation typos. · 873fc5b0
      Ralph Giles authored
      Doxygen is smart enough to insert a period if the paragraph
      before the @see directive, which starts a new section, doesn't
      have one. Unfortunately it's not smart enough to convert a
      comma to a period. So while the "description, @see foo" idiom
      used for the CTL documentation scans well in the header file,
      the Doxygen output end up with "description,.\n".
      
      Minimal change to remove the offending commas.
      873fc5b0
  10. Nov 26, 2011
    • Ralph Giles's avatar
      Misc documentation fixes (no code change) · 10ebc02e
      Ralph Giles authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      We use macros to encapsulate the appropriate type and size
      information for the different CTL requests, but the macros
      still need to be used with the _ctl() function call and an
      encoder or decoder instance structure. As such, just listing
      the macro defines is confusing. Adding some examples outside
      the OpusEncoder overview page should help with this.
      
      Also document that OPUS_SET_APPLICATION can take
      OPUS_APPLICATION_RESTRICTED_LOWDELAY.
      10ebc02e
  11. Oct 27, 2011
  12. Oct 25, 2011
  13. Sep 23, 2011
  14. Sep 15, 2011
  15. Sep 14, 2011
  16. Sep 09, 2011
  17. Sep 08, 2011
  18. Sep 07, 2011
    • Ralph Giles's avatar
      Add minimal doxygen markup to the public headers. · 1b951961
      Ralph Giles authored
      Doxygen uses comments in the source code to generate documentation.
      This commit just adds the descriptive headers and marks current
      comments and appropriate for inclusion in the API docs. Many
      symbols remain undocumented. See the warnings from the build output.
      1b951961
  19. Sep 06, 2011
  20. Sep 01, 2011
  21. Aug 31, 2011
Loading