Changeset 4297

Show
Ignore:
Timestamp:
07/10/07 16:42:42 (6 years ago)
Author:
jgaeddert
Message:

adding support for 'make docs' documentation

Location:
experimental/components/Demodulator
Files:
6 added
3 modified

Legend:

Unmodified
Added
Removed
  • experimental/components/Demodulator/Doxyfile

    r3993 r4297  
    527527# the \image command). 
    528528 
    529 IMAGE_PATH             =  
     529IMAGE_PATH             = img/ 
    530530 
    531531# The INPUT_FILTER tag can be used to specify a program that doxygen should  
  • experimental/components/Demodulator/Makefile.am

    r3856 r4297  
    3131        atsrc/Demodulator_testsuite.h 
    3232 
     33# ---------- documentation --------- 
     34 
     35docs : 
     36        ./genDocs.py 
     37 
  • experimental/components/Demodulator/documentation.txt

    r4095 r4297  
    4646 
    4747\section algorithm Detailed Description of Algorithm 
     48\image latex ConstellationBPSK.eps "BPSK constellation" 
     49\image html ConstellationBPSK.png "BPSK constellation" 
     50 
     51\image latex ConstellationQPSK.eps "QPSK constellation" 
     52\image html ConstellationQPSK.png "QPSK constellation" 
     53 
     54\image latex Constellation8PSK.eps "8-PSK constellation" 
     55\image html Constellation8PSK.png "8-PSK constellation" 
     56 
     57\image latex Constellation16QAM.eps "16-QAM constellation" 
     58\image html Constellation16QAM.png "16-QAM constellation" 
    4859 
    4960\section status Status and history