]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commit
Allow target-specific API documentation
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 1 Aug 2015 09:08:13 +0000 (11:08 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 1 Aug 2015 09:08:24 +0000 (11:08 +0200)
commit2a519697515512072c493b504b5f950b078fb13e
tree31eb91cfa982b700037214568aefb5b6700870ff
parent431c0b06c0dee19050a859c5df020c44ac605072
Allow target-specific API documentation

Now, it is not necessary to have separate header file for each target if
the only difference is the documentation (as it was the case for adc.h).
Now, Doxygen knows about the target being compiled and processes only
documentation comments for the given target (as specified via #ifdefs).

The adc.h is merged to a single file here.
rpp/doc/api/Makefile
rpp/include/rpp/.gitattributes
rpp/include/rpp/_rm48_hdk/.gitattributes [deleted file]
rpp/include/rpp/_rm48_hdk/adc.h [deleted file]
rpp/include/rpp/_tms570_hdk/.gitattributes [deleted file]
rpp/include/rpp/_tms570_hdk/adc.h [deleted file]
rpp/include/rpp/adc.h [moved from rpp/include/rpp/_tms570_rpp/adc.h with 69% similarity]
rpp/include/rpp/rpp.h