Changeset 50d56cc for wscript


Ignore:
Timestamp:
Sep 30, 2013, 5:18:50 PM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
ff75d60
Parents:
845c435
git-author:
Paul Brossier <piem@piem.org> (09/30/13 16:49:13)
git-committer:
Paul Brossier <piem@piem.org> (09/30/13 17:18:50)
Message:

wscript: add note about doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r845c435 r50d56cc  
    205205    bld( source = bld.path.ant_glob('doc/*.sgml') )
    206206
     207  """
     208  bld(rule = 'doxygen ${SRC}', source = 'web.cfg') #, target = 'doc/web/index.html')
     209  """
     210
     211
    207212def shutdown(bld):
    208213    from waflib import Options, Logs
Note: See TracChangeset for help on using the changeset viewer.