aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/bitXXgen.h.tpl
AgeCommit message (Collapse)AuthorFilesLines
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-8/+8
Especially for short descriptions, it is annoying to have to type \brief for every single API doc. Drop all \brief and enable the AUTOBRIEF feature of doxygen, which always takes the first sentence of an API doc as the brief description. Change-Id: I11a8a821b065a128108641a2a63fb5a2b1916e87
2015-10-09commentsNeels Hofmeyr1-2/+2
2014-06-16core/bitXXgen: Don't do 'return' in functions returning voidSylvain Munaut1-2/+2
ISO C forbids 'return' with expression, in function returning void Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2014-06-16core/bitXXgen: Use explicit cast of void* to uint8_tSylvain Munaut1-4/+6
Turns out we use this header in C++ code ... Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2014-06-16core: Add generic LE/BE load/store uint type convertors and use them in msgbMax1-0/+103
Submitted-by: Max <max.suraev@fairwaves.co> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>