Source Documentation with doxygen?
hello,
i tired make html-documentation of source-code doxygen - empty sheed.
is there have take care of when create documentation?
at moment source & comments looks example:
any ideas made mistake?
greetings,
selestra
i tired make html-documentation of source-code doxygen - empty sheed.
is there have take care of when create documentation?
at moment source & comments looks example:
code: [select]
/**
* int
* choose input pin (for pushbutton)
*/
int inpin_1 = 3; /**< int value inpin_1, connected pin3. */
int inpin_2 = 4; /**< int value inpin_2, connected pin4. */
int inpin_3 = 5; /**< int value inpin_3, connected pin5. */ any ideas made mistake?
greetings,
selestra
did create config file ?
then you'll have edit suite needs. there's quite detailed pdf manual comes (at least on suse).
code: [select]
doxygen -g config_file_namethen you'll have edit suite needs. there's quite detailed pdf manual comes (at least on suse).
Arduino Forum > Forum 2005-2010 (read only) > Software > Development > Source Documentation with doxygen?
arduino
Comments
Post a Comment