Changeset 78af84a


Ignore:
Timestamp:
Nov 17, 2019, 6:09:53 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
eadb7f6
Parents:
63fc1df
Message:

[doc] update line numbers in develop.rst, thanks to @cipo7741 (closes gh-267)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/develop.rst

    r63fc1df r78af84a  
    9393.. literalinclude:: ../tests/src/io/test-source.c
    9494   :language: C
    95    :lines: 22-24, 30-32, 34
     95   :lines: 24-26, 30, 32-34
    9696
    9797.. note::
     
    103103.. literalinclude:: ../tests/src/io/test-source.c
    104104   :language: C
    105    :lines: 40-44
     105   :lines: 41-45
    106106
    107107At the end of the processing loop, memory is deallocated:
     
    109109.. literalinclude:: ../tests/src/io/test-source.c
    110110   :language: C
    111    :lines: 55-56
     111   :lines: 55-58
    112112
    113113See the complete example: :download:`test-source.c
     
    127127.. literalinclude:: ../tests/src/spectral/test-phasevoc.c
    128128   :language: C
    129    :lines: 20-37
     129   :lines: 27-44
    130130
    131131Time to clean up the previously allocated memory:
     
    133133.. literalinclude:: ../tests/src/spectral/test-phasevoc.c
    134134   :language: C
    135    :lines: 39-44
     135   :lines: 47-50
    136136
    137137See the complete example: :download:`test-phasevoc.c
Note: See TracChangeset for help on using the changeset viewer.